summaryrefslogtreecommitdiffstats
path: root/foreman/ci/inventory/lf_pod2_ksgen_settings.yml
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-05-20 16:34:04 -0400
committerTim Rozet <trozet@redhat.com>2015-05-20 16:42:05 -0400
commitbde7a167f8d75ec1cae13786157b4b31e3f8eb7d (patch)
tree86481f8f01e9d9fe986c7e9d95c6da5850f9591e /foreman/ci/inventory/lf_pod2_ksgen_settings.yml
parent13f4399c1d0958d3c1943d75269e47058b521c9e (diff)
Adds external network support for OPNFV
Deploy will now detect and set extra parameters in the ksgen settings file needed in order to configure an external public network for Neutron. The new parameters required are as follows: - external_network_flag: "true" - public_gateway: - public_dns: - public_network: - public_subnet: - public_allocation_start: - public_allocation_end: - deployment_type: public_* parameters are required to create an external network when external_network_flag is "true". deployment_type (three_network or multi_network) is now passed to Foreman. Foreman decides on this value whether to configure 3 interfaces as dhcp+onboot or 4. Change-Id: Ia8af04e82f3854a36adc563c1855d451ddfa9c17 JIRA: BGS-13 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'foreman/ci/inventory/lf_pod2_ksgen_settings.yml')
-rw-r--r--foreman/ci/inventory/lf_pod2_ksgen_settings.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/foreman/ci/inventory/lf_pod2_ksgen_settings.yml b/foreman/ci/inventory/lf_pod2_ksgen_settings.yml
index ff6e3e0..72935c9 100644
--- a/foreman/ci/inventory/lf_pod2_ksgen_settings.yml
+++ b/foreman/ci/inventory/lf_pod2_ksgen_settings.yml
@@ -34,6 +34,14 @@ global_params:
nova_admin_vip:
nova_private_vip:
nova_public_vip:
+ external_network_flag: "true"
+ public_gateway:
+ public_dns:
+ public_network:
+ public_subnet:
+ public_allocation_start:
+ public_allocation_end:
+ deployment_type:
network_type: multi_network
default_gw:
foreman: