Use fqdn for zuul projects

https://softwarefactory-project.io/r/#/c/13256 includes
the base job from tripleo-ci into software factory RDO.
Add FQDN to avoid namespace confusion for required projects
and roles.

This work is related to CI Squad's Sprint 17 task:

https://trello.com/c/TVsZ3Ut6/877-clean-up-rdo-sf-legacy-code-after-zuulv3-migration

Change-Id: Ia182430e52cebbfd926aebdad0ff3119bda802d6
Depends-On: https://review.openstack.org/#/c/588650
This commit is contained in:
Ronelle Landy 2018-08-01 09:59:20 -04:00 committed by Matt Young
parent 1a3ba5bd9f
commit 3570669986
1 changed files with 6 additions and 5 deletions

View File

@ -19,12 +19,13 @@
bridge_mtu: 1350
nodeset: two-centos-7-nodes
roles:
- zuul: openstack-infra/zuul-jobs
- zuul: git.openstack.org/openstack-infra/zuul-jobs
required-projects:
- openstack-infra/tripleo-ci
- openstack/tripleo-quickstart
- openstack/tripleo-quickstart-extras
- openstack/tripleo-upgrade
- git.openstack.org/openstack-infra/tripleo-ci
- git.openstack.org/openstack/tripleo-quickstart
- git.openstack.org/openstack/tripleo-quickstart-extras
- git.openstack.org/openstack/tripleo-upgrade
- git.openstack.org/openstack/browbeat
pre-run:
- playbooks/nodepool-provider/pre.yaml
- playbooks/multinode-networking/pre.yaml