Add the BGP dynamic routing neutron plugin

Change-Id: I48c1a920c94134663fd162b04db48a88eaa6c80b
This commit is contained in:
Paulo Matias 2016-08-23 17:25:25 -03:00 committed by Jesse Pretorius (odyssey4me)
parent cebce0c020
commit 9767d12e8c
3 changed files with 10 additions and 0 deletions

View File

@ -130,6 +130,11 @@ neutron_fwaas_git_install_branch: 83f2064d1d8a9fc03819ea3d8e56835f46983a8a # HEA
neutron_fwaas_git_dest: "/opt/neutron_fwaas_{{ neutron_fwaas_git_install_branch | replace('/', '_') }}"
neutron_fwaas_git_project_group: neutron_agent
neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing
neutron_dynamic_routing_git_install_branch: c20333d37b6b4160f8a84c8d985b40eba5e5088d # HEAD of "master" as of 15.08.2016
neutron_dynamic_routing_git_dest: "/opt/neutron_dynamic_routing_{{ neutron_dynamic_routing_git_install_branch | replace('/', '_') }}"
neutron_dynamic_routing_git_project_group: neutron_agent
## Nova service
nova_git_repo: https://git.openstack.org/openstack/nova

View File

@ -35,6 +35,9 @@ component_skel:
neutron_lbaas_agent:
belongs_to:
- neutron_all
neutron_bgp_dragent:
belongs_to:
- neutron_all
neutron_metadata_agent:
belongs_to:
- neutron_all
@ -56,6 +59,7 @@ container_skel:
- neutron_l3_agent
- neutron_dhcp_agent
- neutron_lbaas_agent
- neutron_bgp_dragent
properties:
service_name: neutron
neutron_server_container:

View File

@ -173,6 +173,7 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
'neutron_dhcp_agent',
'neutron_l3_agent',
'neutron_lbaas_agent',
'neutron_bgp_dragent',
'neutron_linuxbridge_agent',
'neutron_metadata_agent',
'neutron_metering_agent',