diff options
author | Feng Pan <fpan@redhat.com> | 2018-07-06 10:07:14 -0400 |
---|---|---|
committer | Feng Pan <fpan@redhat.com> | 2018-07-06 10:07:14 -0400 |
commit | ae22c3358b53a68b68de7d3ac5d6f56a1c384b61 (patch) | |
tree | 59cac601db4bd0a9e9303dcedcd77924f4d396e7 /lib/ansible | |
parent | 107c1c3d73ee689eb09ae8851e3048428456fe2e (diff) |
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 <fpan@redhat.com>
Diffstat (limited to 'lib/ansible')
-rw-r--r-- | lib/ansible/playbooks/configure_undercloud.yml | 2 | ||||
-rw-r--r-- | 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 |