Gate jobs are failing on vexxhost with the following error:
Could not find or access '/home/zuul/src/opendev.org/openstack/tripleo-ci/toci-quickstart/config/testenv/singlenode-vexxhost.yml'
in
2019-11-05 17:32:36.901929 | primary | +(./toci_quickstart.sh:147): /home/zuul/workspace/.quickstart/bin/ansible-playbook --tags build,undercloud-setup,undercloud-scripts,undercloud-install,undercloud-validate,images --extra-vars @/home/zuul/workspace/.quickstart/config/release/tripleo-ci/CentOS-7/train.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-quickstart/config/general_config/featureset-multinode-common.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-quickstart/config/general_config/featureset027.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-ci/toci-quickstart/config/testenv/singlenode.yml --extra-vars @/home/zuul/src/opendev.org/openstack/tripleo-ci/toci-quickstart/config/testenv/singlenode-vexxhost.yml -e toci_vxlan_networking=false -e vxlan_networking=false --extra-vars local_working_dir=/home/zuul/workspace/.quickstart --extra-vars virthost=127.0.0.2 --inventory /home/zuul/workspace/.quickstart/hosts --extra-vars tripleo_root=/home/zuul/src/opendev.org/openstack --extra-vars working_dir=/home/zuul --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/quickstart.yml
This is due to the fact that vexxhost is consider an rh-cloud and https://github.com/openstack/tripleo-ci/blob/master/roles/common/vars/main.yaml#L52 expects an a file toci-quickstart/config/testenv/{{ environment_type }}-{{ rhcloud }}.yml which woudl resolve to vexxhost-standalone - and that does not exist.
https:/ /review. opendev. org/#/c/ 693077