Do not remove default network as this breaks any subsequent re-deployments

Change-Id: Ica155fee03433ffee12fa07e92f4b1f2c6c412ef
This commit is contained in:
Emma Gordon 2016-01-07 10:36:10 +00:00
parent e6c8fab962
commit 5db900da77
1 changed files with 6 additions and 6 deletions

View File

@ -17,12 +17,12 @@
timeout: 60
# Remove default OpenStack network configuration which doesn't work with Calico.
- role: ['primary-controller']
stage: post_deployment/150
type: shell
parameters:
cmd: ./remove_default_networks.sh
timeout: 60
#- role: ['primary-controller']
# stage: post_deployment/150
# type: shell
# parameters:
# cmd: ./remove_default_networks.sh
# timeout: 60
# Install/configure calico on the compute nodes after cluster deployment.
- role: ['compute']