Skip to content

Instantly share code, notes, and snippets.

@jfrancoa
Created December 5, 2017 16:21
Show Gist options
  • Save jfrancoa/478a0a2f575e71dd7702f6f7f3d131fe to your computer and use it in GitHub Desktop.
Save jfrancoa/478a0a2f575e71dd7702f6f7f3d131fe to your computer and use it in GitHub Desktop.
Run quickstart after traas deployment
cd tripleo-root
virtualenv workspace/.quickstart
source workspace/.quickstart/bin/activate
cp /home/centos/tripleo-root/tripleo-ci/toci-quickstart/config/testenv/osinfra_hosts /home/centos/tripleo-root/workspace/.quickstart/hosts
cp /home/centos/tripleo-root/tripleo-ci/toci-quickstart/playbooks/multinode.yml /home/centos/tripleo-root/tripleo-ci/toci-quickstart/playbooks/ovb.yml /home/centos/tripleo-root/tripleo-ci/toci-quickstart/playbooks/prepare_slave.yml /home/centos/tripleo-root/tripleo-quickstart/playbooks/
pushd /home/centos/tripleo-root/tripleo-quickstart/
#./quickstart.sh --install-deps
./quickstart.sh --bootstrap --tags build,undercloud-setup,undercloud-scripts,undercloud-install,undercloud-post-install,tripleo-validations,overcloud-scripts,overcloud-prep-config,overcloud-prep-containers,overcloud-deploy,overcloud-upgrade,overcloud-validate --no-clone --working-dir /home/centos/tripleo-root/workspace/.quickstart --retain-inventory --teardown none --extra-vars tripleo_root=/home/centos/tripleo-root --extra-vars working_dir=/home/centos --extra-vars 'validation_args='\''--validation-errors-nonfatal'\''' --release tripleo-ci/master-undercloud-pike-overcloud --nodes config/nodes/1ctlr.yml --environment /home/centos/tripleo-root/tripleo-ci/toci-quickstart/config/testenv/multinode.yml --extra-vars @config/general_config/featureset-multinode-common.yml --config config/general_config/featureset011.yml --extra-vars vxlan_mtu=1400 --extra-vars deploy_timeout=90 --playbook multinode.yml 127.0.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment