Jump to: navigation, search

Difference between revisions of "GroupBasedPolicy"

(PoC)
Line 20: Line 20:
  
 
[https://docs.google.com/a/noironetworks.com/document/d/134P7TJdiIfjPWbmstSTY4vp9E6oRYTFs64ON3thFxhI/edit?usp=sharing Group Policy to Classical Neutron Mapping]
 
[https://docs.google.com/a/noironetworks.com/document/d/134P7TJdiIfjPWbmstSTY4vp9E6oRYTFs64ON3thFxhI/edit?usp=sharing Group Policy to Classical Neutron Mapping]
 +
 +
 +
===OpenStack Summit - Atlanta===
 +
 +
[https://drive.google.com/file/d/0BzXAWQLtAkavWnpUU1pwWFBCRTA/edit Talk]
  
 
===Proof of Concept implementation and demo===
 
===Proof of Concept implementation and demo===

Revision as of 02:29, 16 May 2014

Overview

The Group-based policy abstractions extend the Neutron API with a declarative policy driven connectivity model that presents simplified application-oriented interfaces to the user.

Meetings

Weekly IRC meetings

Blueprints

The blueprints are:

Gerrit

Launchpad

Supporting documents

The Group Policy Model

PoC - Detailed Use Case

Group Policy to Classical Neutron Mapping


OpenStack Summit - Atlanta

Talk

Proof of Concept implementation and demo

CLI and Horizon demo

Heat Demo

Try it yourself:

git clone http://github.com/noironetworks/devstack.git

cd devstack/

git checkout group-policy-poc

./stack.sh

Run the following script (to create the demo scenario): https://github.com/noironetworks/devstack/blob/group-policy-poc/demo-script.sh

Older documents

Original proposal

Group Based Policy Taxonomy Document

Related project(s)

ODL GBP

Juno Plan

Juno schedule and milestones

Bugs

All open Group Policy bugs across the projects.

How To Install and Test

| Installation instructions


Integration Repo

Temporary integration repo:

Neutron: https://github.com/noironetworks/neutron-group-policy

Neutron Client: https://github.com/noironetworks/python-neutronclient

Integration repo usage:

1. We will create a feature branch for any feature that requires collaboration between us before we can push it upstream. The API branch is for API changes, for a different feature, we will should create a new branch.

2. To work on that specific feature, we should take personal development branch from that branch. And when ready, we should create a pull request for the feature branch.

3. Once the feature had the multiple updates integrated and ready for upstream, we will push upstream from that feature branch

Current Branches

Neutron Repo

The main Neutron repo

Python-Neutronclient Repo

The main Python-Neutronclient repo