X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=net-config-noop.yaml;h=57f1a1970242af489a87811c7a486134f31f7d9b;hb=035942d920316a6e0cdd2a795c7325c37b02518b;hp=70c57aa4e94de049a83f92c22f91a1f12f0072eb;hpb=7587446c6e1030bb85a019b13ef3a757b4d5fb79;p=apex-tripleo-heat-templates.git diff --git a/net-config-noop.yaml b/net-config-noop.yaml index 70c57aa4..57f1a197 100644 --- a/net-config-noop.yaml +++ b/net-config-noop.yaml @@ -1,10 +1,14 @@ -heat_template_version: 2015-04-30 +heat_template_version: pike 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,16 +29,19 @@ 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: - config_id: - description: The ID of the OsNetConfigImpl resource. - value: - {get_resource: OsNetConfigImpl} + OS::stack_id: + description: The OsNetConfigImpl resource. + value: {get_resource: OsNetConfigImpl}