X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=compute.yaml;h=7fcdf421626a77d3091cf2db897735c002759f23;hb=ec3137dc6ec6ff4871125ac2802aefe3c2089805;hp=f434c277061ced8742d8b990f9baf48aef0c845c;hpb=d625668939eb4a45440659e808a7b72fc21334fe;p=apex-tripleo-heat-templates.git diff --git a/compute.yaml b/compute.yaml index f434c277..7fcdf421 100644 --- a/compute.yaml +++ b/compute.yaml @@ -248,6 +248,12 @@ parameters: 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: @@ -467,3 +473,6 @@ outputs: description: Heat resource handle for the Nova compute server value: {get_resource: NovaCompute} + config_identifier: + description: identifier which changes if the node configuration may need re-applying + value: "None - NO_SIGNAL"