Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obourdon/a75cbd2a2bbbd98de30005557ae7d886 to your computer and use it in GitHub Desktop.
Save obourdon/a75cbd2a2bbbd98de30005557ae7d886 to your computer and use it in GitHub Desktop.
AIO deploy
# Because /tmp is mounted with option noexec
TMPDIR=/var/tmp scripts/bootstrap-ansible.sh 2>&1 | tee 1.log
export BOOTSTRAP_OPTS="bootstrap_host_data_disk_device=vdb"
scripts/bootstrap-aio.sh 2>&1 | tee 2.log
cd /opt/openstack-ansible/playbooks
openstack-ansible setup-hosts.yml -vvv 2>&1 | tee ../3.log
openstack-ansible setup-infrastructure.yml -vvv 2>&1 | tee ../4.log
ansible galera_container -m shell -a "mysql -h localhost -e 'show status like \"%wsrep_cluster_%\";'"
openstack-ansible setup-openstack.yml -vvv 2>&1 | tee ../5.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment