Merge "Invoke run_k8s_ansible from its directory"

This commit is contained in:
Zuul 2019-05-08 01:06:48 +00:00 committed by Gerrit Code Review
commit dc92dbd004
1 changed files with 2 additions and 1 deletions

View File

@ -40,4 +40,5 @@ export NODE_EXTRA_VOLUME_SIZE="80"
export USE_OCTAVIA="True"
export BLOCK_STORAGE_VERSION='v3'
ansible-playbook -v /opt/k8s-on-openstack/site.yaml
cd /opt/k8s-on-openstack
ansible-playbook -v site.yaml