Add cloudenv variable

Add cloudenv variable to have clear definition on which cloud
we run a job
Change-Id: I4fd90c7f534253e84dbbe11842c52c7ac2935176
This commit is contained in:
Sagi Shnaidman 2019-02-27 15:50:56 +02:00
parent 8414e43dc0
commit 1ad100e87c
4 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
---
# TRIPLEO-CI environment settings
cloudenv: "rdo"
undercloud_user: "{{ lookup('env','USER') }}"
non_root_user: "{{ undercloud_user }}"
extra_args: >

View File

@ -1,4 +1,5 @@
# TRIPLEO-CI environment settings
cloudenv: "upstream"
undercloud_user: "{{ lookup('env','USER') }}"
non_root_user: "{{ undercloud_user }}"
ssh_user: "{{ undercloud_user }}"

View File

@ -3,7 +3,7 @@
# These values are defined now in the te-broker config
# https://github.com/openstack-infra/tripleo-ci/blob/master/scripts/te-broker/create-env#L47
cloudenv: "rdo"
custom_nameserver:
- 1.1.1.1
- 1.0.0.1

View File

@ -3,7 +3,7 @@
# These values are defined now in the te-broker config
# https://github.com/openstack-infra/tripleo-ci/blob/master/scripts/te-broker/create-env#L47
cloudenv: "vexxhost"
custom_nameserver:
- 199.204.44.24
- 1.1.1.1