X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=net-config-noop.yaml;h=be05cc11ff203f690d6a91d024ea71ecfa4e23e6;hb=459e124a8cd6d3833a32cf7a5f8d2de45c5c55e6;hp=3d88dd9ce0aef6690756b4a67e779d46227e4dac;hpb=e38f7cae7db615c36c9e87bd9bb629fd18eda28a;p=apex-tripleo-heat-templates.git diff --git a/net-config-noop.yaml b/net-config-noop.yaml index 3d88dd9c..be05cc11 100644 --- a/net-config-noop.yaml +++ b/net-config-noop.yaml @@ -1,10 +1,14 @@ -heat_template_version: 2015-04-30 +heat_template_version: ocata description: > Software Config to no-op for os-net-config. Using this will allow you to use the parameter driven (init-neutron-ovs) configuration instead. parameters: + ControlPlaneIp: + default: '' + description: IP address/subnet on the ctlplane network + type: string ExternalIpSubnet: default: '' description: IP address/subnet on the external network @@ -25,13 +29,17 @@ parameters: default: '' description: IP address/subnet on the tenant network type: string + ManagementIpSubnet: + default: '' + description: IP address/subnet on the management network + type: string resources: OsNetConfigImpl: type: OS::Heat::StructuredConfig properties: - group: os-apply-config - config: + group: apply-config + config: {} outputs: OS::stack_id: