X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=compute.yaml;h=abd59103894d4eb979a3ab255ee3ce79ad5474da;hb=2e97ecdd6d77cd07d06d06d62db9edbf3bd19533;hp=8e5cdec7355e0c9d2ec13a72a24c4518d81e791c;hpb=3a7b3fe00dc2c944e77e2e25a3b37614425fc5cf;p=apex-tripleo-heat-templates.git diff --git a/compute.yaml b/compute.yaml index 8e5cdec7..abd59103 100644 --- a/compute.yaml +++ b/compute.yaml @@ -132,7 +132,7 @@ parameters: The Neutron ML2 and OpenVSwitch vlan mapping range to support. See the Neutron documentation for permitted values. Defaults to permitting any VLAN on the 'datacentre' physical network (See NeutronBridgeMappings). - type: string + type: comma_delimited_list NeutronPassword: default: unset description: The password for the neutron service account, used by neutron agents. @@ -243,7 +243,17 @@ parameters: description: The user password for SNMPd with readonly rights running on all Overcloud nodes type: string hidden: true - + ServiceNetMap: + default: {} + description: Mapping of service_name -> network name. Typically set + via parameter_defaults in the resource registry. + type: json + UpdateIdentifier: + default: '' + type: string + description: > + Setting to a previously unused value during stack-update will trigger + package update on all nodes resources: