summaryrefslogtreecommitdiffstats
path: root/scenarios/os-odl-bgpvpn/role/os-odl-bgpvpn/tasks/add-osa-files-pike.yml
blob: 46c3700aab6884a5e481085e000dd3c0ae112fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---

- name: copy quagga variable file
  copy:
    src: openstack-ansible/pike/group-vars/quagga_all.yml
    dest: "{{openstack_osa_path}}/group-vars/quagga_all.yml"

- name: Add the Quagga configuration playbook
  copy:
    src: openstack-ansible/pike/playbooks/os-setup-bgp-odl.yml
    dest: "{{openstack_osa_path}}/playbooks/os-setup-bgp-odl.yml"

- name: copy OPNFV role requirements
  copy:
    src: "ansible-role-requirements-pike.yml"
    dest: "{{openstack_osa_path}}/ansible-role-requirements.yml"