Created
June 9, 2020 15:30
-
-
Save sshnaidm/5259aa42467752d6b0525e49f791e03f to your computer and use it in GitHub Desktop.
Run Ansible playbook inside the job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ANSIBLE_COLLECTIONS_PATHS=/home/zuul/workspace/.quickstart/share/ansible/collections:$ANSIBLE_COLLECTIONS_PATHS ANSIBLE_ROLE_PATH=$ANSIBLE_ROLE_PATH:~/workspace/.quickstart/usr/local/share/ansible/roles/:~/workspace/.quickstart/usr/local/share/tripleo-quickstart/roles /home/zuul/workspace/.quickstart/bin/python3 /home/zuul/workspace/.quickstart/bin/ansible-playbook --tags all --extra-vars @/home/zuul/workspace/.quickstart/config/release/tripleo-ci/CentOS-8/master.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-quickstart/config/nodes/3ctlr_1comp.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-quickstart/config/general_config/featureset001.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-ci/toci-quickstart/config/testenv/ovb.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-ci/toci-quickstart/config/testenv/ovb-vexxhost.yml --extra-vars @/home/zuul/workspace/logs/role-vars.yaml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-ci/featureset-override.yaml -e toci_vxlan_networking=false -e vxlan_networking=false --extra-vars local_working_dir=/home/zuul/workspace/.quickstart --extra-vars virthost=undercloud --inventory /home/zuul/workspace/.quickstart/hosts --extra-vars tripleo_root=/home/zuul/src/opendev.org/openstack --extra-vars working_dir=/home/zuul --extra-vars tripleo_generate_scripts=true --skip-tags tripleo-validations,teardown-all --extra-vars @/home/zuul/workspace/logs/zuul-variables.yaml --extra-vars @/home/zuul/workspace/logs/hostvars-variables.yaml /home/zuul/workspace/.quickstart/playbooks/baremetal-full-overcloud-prep.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment