From ae22c3358b53a68b68de7d3ac5d6f56a1c384b61 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Fri, 6 Jul 2018 10:07:14 -0400 Subject: Fix neutron-opendaylight-sriov.yaml path In latest THT upstream, environment file neutron-opendaylight-sriov.yaml was moved to services folder. Updating references in Apex to avoid deploy failure. Change-Id: I7065e0d8e13c9add9ead282db2244a27c177e5a4 Signed-off-by: Feng Pan --- lib/ansible/playbooks/configure_undercloud.yml | 2 +- lib/ansible/playbooks/deploy_overcloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/playbooks/configure_undercloud.yml b/lib/ansible/playbooks/configure_undercloud.yml index 040a559e..f1878e81 100644 --- a/lib/ansible/playbooks/configure_undercloud.yml +++ b/lib/ansible/playbooks/configure_undercloud.yml @@ -196,7 +196,7 @@ flat: yes - name: fetch sriov environment file fetch: - src: /usr/share/openstack-tripleo-heat-templates/environments/neutron-opendaylight-sriov.yaml + src: /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-opendaylight-sriov.yaml dest: "{{ apex_temp_dir }}/" flat: yes diff --git a/lib/ansible/playbooks/deploy_overcloud.yml b/lib/ansible/playbooks/deploy_overcloud.yml index a9c3b982..0039256d 100644 --- a/lib/ansible/playbooks/deploy_overcloud.yml +++ b/lib/ansible/playbooks/deploy_overcloud.yml @@ -32,7 +32,7 @@ mode: 0664 - copy: src: "{{ apex_temp_dir }}/neutron-opendaylight-sriov.yaml" - dest: /usr/share/openstack-tripleo-heat-templates/environments/neutron-opendaylight-sriov.yaml + dest: /usr/share/openstack-tripleo-heat-templates/environments/services/neutron-opendaylight-sriov.yaml owner: root group: root mode: 0664 -- cgit 1.2.3-korg