diff options
author | Tim Rozet <trozet@redhat.com> | 2015-10-20 13:01:13 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2015-10-20 18:47:16 +0000 |
commit | 5635a2451feb9b29aedd764d06f5fb5a1f39d99e (patch) | |
tree | 3ca1b27811f34a7a0e5d8bee0bbc73ace036537a /foreman | |
parent | c69c811e742a33f135aa3b13517be4db75f6fcf0 (diff) |
Fix 2 for moving ips to be staticstable/arno
Change-Id: I4faf3078e090827898e0a046a9502cfebe4d0647
Signed-off-by: Tim Rozet <trozet@redhat.com>
(cherry picked from commit d4eb37b317137772d783a12be0ff06504669ad63)
Diffstat (limited to 'foreman')
-rw-r--r-- | foreman/ci/inventory/lf_pod2_ksgen_settings.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/foreman/ci/inventory/lf_pod2_ksgen_settings.yml b/foreman/ci/inventory/lf_pod2_ksgen_settings.yml index 2c146a0..273bd9e 100644 --- a/foreman/ci/inventory/lf_pod2_ksgen_settings.yml +++ b/foreman/ci/inventory/lf_pod2_ksgen_settings.yml @@ -1,5 +1,6 @@ global_params: admin_email: opnfv@opnfv.com + admin_network: ha_flag: "true" odl_flag: "true" private_network: @@ -44,6 +45,7 @@ global_params: deployment_type: network_type: multi_network default_gw: +domain_name: opnfv.com foreman: seed_values: - { name: heat_cfn, oldvalue: true, newvalue: false } |