From f6fee16b5aa80aeeb16f289d941caec7d0944bde Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 31 Oct 2018 20:46:29 +0000 Subject: [PATCH] Add routed-networks-configuration environment file Forgot to add the generated file in the previous commit. --- .../routed-networks-configuration.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 environments/routed-networks-configuration.yaml diff --git a/environments/routed-networks-configuration.yaml b/environments/routed-networks-configuration.yaml new file mode 100644 index 0000000..2171885 --- /dev/null +++ b/environments/routed-networks-configuration.yaml @@ -0,0 +1,21 @@ +# ******************************************************************* +# This file was created automatically by the sample environment +# generator. Developers should use `tox -e genconfig` to update it. +# Users are recommended to make changes to a copy of the file instead +# of the original, if any customizations are needed. +# ******************************************************************* +# title: Configuration for Routed Networks +# description: | +# Contains the available parameters that need to be configured when using +# a routed networks environment. Requires the routed-networks.yaml +# environment. +parameter_defaults: + # The Nova flavor to use for the dhcrelay instance + # Type: string + dhcp_relay_flavor: m1.small + + # The base image for the dhcrelay instance. A CentOS 7 image is currently + # the only one supported. + # Type: string + dhcp_relay_image: CentOS-7-x86_64-GenericCloud +