diff options
Diffstat (limited to 'xci/installer/osh/playbooks/roles/install-osh-noha')
-rw-r--r-- | xci/installer/osh/playbooks/roles/install-osh-noha/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/xci/installer/osh/playbooks/roles/install-osh-noha/tasks/main.yml b/xci/installer/osh/playbooks/roles/install-osh-noha/tasks/main.yml index 6f6a7476..befdcfce 100644 --- a/xci/installer/osh/playbooks/roles/install-osh-noha/tasks/main.yml +++ b/xci/installer/osh/playbooks/roles/install-osh-noha/tasks/main.yml @@ -83,6 +83,12 @@ args: chdir: /root/repos/openstack-helm +- name: Add br-vxlan as the tunnel interface + lineinfile: + path: /root/repos/openstack-helm/tools/deployment/multinode/140-compute-kit.sh + regexp: 'NETWORK_TUNNEL_DEV="$(network_tunnel_dev)"' + line: 'NETWORK_TUNNEL_DEV=br-vxlan' + - name: Deploy Compute Kit (Nova and Neutron) command: ./tools/deployment/multinode/140-compute-kit.sh changed_when: false |