From 56791ea2dc5bcd0ba2d1811753dbbb5934fd8a92 Mon Sep 17 00:00:00 2001 From: Periyasamy Palanisamy Date: Thu, 7 Dec 2017 18:05:04 +0100 Subject: os-odl-bgpvpn scenario for xci deployment This includes scenario os-odl-bgpvpn scenario specific configuration files to make XCI to install Openstack (master and stable/pike) with OpenDaylight configured as a BGP speaker. XCI would automatically checkout sdnvpn repo and use scenarios directory for the configuration during its execution time. Change-Id: Ic86fcb171c8e97f7d3c3fb649ab0fb00368e6c6d Signed-off-by: Periyasamy Palanisamy --- .../os-odl-bgpvpn/tasks/add-inventory-files-pike.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/tasks/add-inventory-files-pike.yml (limited to 'scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/tasks/add-inventory-files-pike.yml') diff --git a/scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/tasks/add-inventory-files-pike.yml b/scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/tasks/add-inventory-files-pike.yml new file mode 100644 index 0000000..36dd7eb --- /dev/null +++ b/scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/tasks/add-inventory-files-pike.yml @@ -0,0 +1,16 @@ +--- + +- name: Add networking-odl and networking-bgpvpn repos + copy: + src: openstack-ansible/pike/playbooks/defaults/repo_packages/opendaylight.yml + dest: "{{OPENSTACK_OSA_PATH}}/playbooks/defaults/repo_packages/opendaylight.yml" + +- name: Provide neutron inventory which adds quagga into neutron server + copy: + src: openstack-ansible/pike/playbooks/inventory/env.d/neutron.yml + dest: "{{OPENSTACK_OSA_PATH}}/playbooks/inventory/env.d/neutron.yml" + +- name: Provide Quagga inventory which adds quagga hosts + copy: + src: openstack-ansible/pike/playbooks/inventory/env.d/quagga.yml + dest: "{{OPENSTACK_OSA_PATH}}/playbooks/inventory/env.d/quagga.yml" -- cgit 1.2.3-korg