summaryrefslogtreecommitdiffstats
path: root/foreman/ci/opnfv_ksgen_settings.yml
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-07-06 19:53:21 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-07-06 19:53:21 +0000
commitc6d49fc10b99c98f82f077c1b113960350ecdf5e (patch)
tree7744dd7189b55fbddf016d04c0d93c9245b73755 /foreman/ci/opnfv_ksgen_settings.yml
parented3731988cdc90066aa4c8e6147f1acbc6622df8 (diff)
parent9ff324952808fa85b6c897b496b332ef76f92441 (diff)
Merge "Fixes networking related constraints for Virtual deployments"
Diffstat (limited to 'foreman/ci/opnfv_ksgen_settings.yml')
-rw-r--r--foreman/ci/opnfv_ksgen_settings.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/foreman/ci/opnfv_ksgen_settings.yml b/foreman/ci/opnfv_ksgen_settings.yml
index 21840dd..b41a41b 100644
--- a/foreman/ci/opnfv_ksgen_settings.yml
+++ b/foreman/ci/opnfv_ksgen_settings.yml
@@ -44,6 +44,7 @@ global_params:
deployment_type:
network_type: multi_network
default_gw:
+no_dhcp: false
foreman:
seed_values:
- { name: heat_cfn, oldvalue: true, newvalue: false }
@@ -110,6 +111,7 @@ nodes:
bmc_mac: "10:23:45:67:88:AB"
bmc_user: root
bmc_pass: root
+ admin_ip: compute_admin
ansible_ssh_pass: "Op3nStack"
admin_password: ""
groups:
@@ -130,6 +132,7 @@ nodes:
bmc_mac: "10:23:45:67:88:AC"
bmc_user: root
bmc_pass: root
+ admin_ip: controller1_admin
private_ip: controller1_private
private_mac: "10:23:45:67:87:AC"
ansible_ssh_pass: "Op3nStack"
@@ -152,6 +155,7 @@ nodes:
bmc_mac: "10:23:45:67:88:AD"
bmc_user: root
bmc_pass: root
+ admin_ip: controller2_admin
private_ip: controller2_private
private_mac: "10:23:45:67:87:AD"
ansible_ssh_pass: "Op3nStack"
@@ -174,6 +178,7 @@ nodes:
bmc_mac: "10:23:45:67:88:AE"
bmc_user: root
bmc_pass: root
+ admin_ip: controller3_admin
private_ip: controller3_private
private_mac: "10:23:45:67:87:AE"
ansible_ssh_pass: "Op3nStack"