summaryrefslogtreecommitdiffstats
path: root/foreman/ci/opnfv_ksgen_settings_no_HA.yml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-09-09 17:59:42 -0400
committerTim Rozet <trozet@redhat.com>2015-09-11 21:49:08 +0000
commit2c06022aa12ec8fc0ac3e50de36b900c92bf9817 (patch)
tree1beebd6318f0c4ed9f06f13e93d458e3beb8e722 /foreman/ci/opnfv_ksgen_settings_no_HA.yml
parent4cc019754afda26022f440a973513518bada9b85 (diff)
Allows domain name to be configured
Users may now provide domain_name in the ksgen settings file (along with setting the correct and respective hostnames). This domain name will be used for all of the deployed machines. JIRA: BGS-86 Change-Id: I34b6da07dd565648399ea7a1abf2abe1ae62d91a Signed-off-by: Tim Rozet <trozet@redhat.com> (cherry picked from commit 1089c79563e61589d105accc3067f6ebbd3020ed)
Diffstat (limited to 'foreman/ci/opnfv_ksgen_settings_no_HA.yml')
-rw-r--r--foreman/ci/opnfv_ksgen_settings_no_HA.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/foreman/ci/opnfv_ksgen_settings_no_HA.yml b/foreman/ci/opnfv_ksgen_settings_no_HA.yml
index 80a66a6..71d3108 100644
--- a/foreman/ci/opnfv_ksgen_settings_no_HA.yml
+++ b/foreman/ci/opnfv_ksgen_settings_no_HA.yml
@@ -12,6 +12,7 @@ global_params:
network_type: multi_network
default_gw:
no_dhcp: false
+domain_name: opnfv.com
foreman:
seed_values:
- { name: heat_cfn, oldvalue: true, newvalue: false }
@@ -67,8 +68,8 @@ workaround_vif_plugging: false
openstack_packstack_rpm: http://REPLACE_ME/brewroot/packages/openstack-puppet-modules/2013.2/9.el6ost/noarch/openstack-puppet-modules-2013.2-9.el6ost.noarch.rpm
nodes:
compute:
- name: oscompute11.opnfv.com
- hostname: oscompute11.opnfv.com
+ name: oscompute11.{{ domain_name }}
+ hostname: oscompute11.{{ domain_name }}
short_name: oscompute11
type: compute
host_type: baremetal
@@ -91,8 +92,8 @@ nodes:
- rdo
- neutron
controller1:
- name: oscontroller1.opnfv.com
- hostname: oscontroller1.opnfv.com
+ name: oscontroller1.{{ domain_name }}
+ hostname: oscontroller1.{{ domain_name }}
short_name: oscontroller1
type: controller
host_type: baremetal