X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=net-config-noop.yaml;h=bdfda5779537ef0f64d17701a691b614fc51818d;hb=bb28bfd03c3897781f277bbcf07c241e43efdc75;hp=3d88dd9ce0aef6690756b4a67e779d46227e4dac;hpb=00eb3b3089de1b5b61261f018068fd5daeb631e0;p=apex-tripleo-heat-templates.git diff --git a/net-config-noop.yaml b/net-config-noop.yaml index 3d88dd9c..bdfda577 100644 --- a/net-config-noop.yaml +++ b/net-config-noop.yaml @@ -1,17 +1,21 @@ -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 type: string InternalApiIpSubnet: default: '' - description: IP address/subnet on the internal API network + description: IP address/subnet on the internal_api network type: string StorageIpSubnet: default: '' @@ -19,19 +23,23 @@ parameters: type: string StorageMgmtIpSubnet: default: '' - description: IP address/subnet on the storage mgmt network + description: IP address/subnet on the storage_mgmt network type: string TenantIpSubnet: 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: