e30de6e13d
This introduces driver for Vmware NSX Policy. The driver assumes nsx_v3 core plugin. It implements direct configuration of NSX Policy endpoint for security and inherits connectivity functionality from resource mapping driver. On startup, the driver will configure NSX Policy enforcement point to be the NSX manager core plugin is running against. The driver implements the following resource mapping: Openstack project => NSX Policy domain GBP group = > NSX Policy group + communication maps GBP classifier => NSX Policy service GBP rule set => NSX Policy communication profile Change-Id: I0d5593b458f7e51c21fc2b34d1ab4d898abb6c51
52 lines
2.1 KiB
Plaintext
52 lines
2.1 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
-e git+https://git.openstack.org/openstack/neutron.git@stable/ocata#egg=neutron
|
|
|
|
-e git+https://github.com/noironetworks/apicapi.git@sumit/ocata#egg=apicapi
|
|
|
|
-e git+https://github.com/noironetworks/python-opflex-agent.git@sumit/stable/ocata#egg=python-opflexagent-agent
|
|
-e git+https://github.com/noironetworks/apic-ml2-driver.git@sumit/ocata#egg=apic_ml2
|
|
|
|
-e git+https://github.com/openstack/vmware-nsx.git@stable/ocata#egg=vmware_nsx
|
|
-e git+https://github.com/openstack/vmware-nsxlib.git@master#egg=vmware_nsxlib
|
|
|
|
-e git+https://git.openstack.org/openstack/python-group-based-policy-client@master#egg=gbpclient
|
|
-e git+https://git.openstack.org/openstack/neutron-vpnaas@stable/ocata#egg=neutron-vpnaas
|
|
-e git+https://git.openstack.org/openstack/neutron-lbaas@stable/ocata#egg=neutron-lbaas
|
|
-e git+https://git.openstack.org/openstack/neutron-fwaas@stable/ocata#egg=neutron-fwaas
|
|
hacking<0.12,>=0.11.0 # Apache-2.0
|
|
|
|
cliff>=2.3.0 # Apache-2.0
|
|
coverage>=4.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
httplib2>=0.7.5
|
|
mock>=2.0 # BSD
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
requests-mock>=1.1 # Apache-2.0
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
|
ordereddict
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
WebTest>=2.0 # MIT
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
os-testr>=0.8.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
pylint==1.4.5 # GNU GPL v2
|
|
reno>=1.8.0 # Apache2
|
|
pyOpenSSL>=0.14.0,<=0.15.1
|
|
|
|
# Since version numbers for these are specified in
|
|
# https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt,
|
|
# they cannot be refernced as GIT URLs
|
|
python-heatclient
|
|
python-keystoneclient
|
|
|
|
# REVISIT: Until co-gating and/or stable branches are implemented for the
|
|
# aci-integration-module repo, it may be necessary to pin to a working
|
|
# commit.
|
|
-e git+https://github.com/noironetworks/aci-integration-module.git@sumit/ocata#egg=aci-integration-module
|