X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fupgrade_config.yaml;h=2cfd43f4de08d0346cff5ca904ea238224603244;hb=46aeff751500474a67854f9d407263c9b6dd4abf;hp=e892d813d835e272628eb6e81fcf6f29bc7f20c5;hpb=3de1aa200acf97914bf0bbbe977c3ddd0bd7a734;p=apex-tripleo-heat-templates.git diff --git a/puppet/upgrade_config.yaml b/puppet/upgrade_config.yaml index e892d813..2cfd43f4 100644 --- a/puppet/upgrade_config.yaml +++ b/puppet/upgrade_config.yaml @@ -11,6 +11,11 @@ parameters: type: string description: Step number of the upgrade + SkipUpgradeConfigTags: + type: comma_delimited_list + description: Ansible tags to skip during upgrade, e.g validation skips pre-upgrade validations + default: [] + resources: AnsibleConfig: @@ -30,9 +35,13 @@ resources: properties: group: ansible options: + skip_tags: + list_join: + - "," + - {get_param: SkipUpgradeConfigTags} tags: str_replace: - template: "stepSTEP" + template: "common,stepSTEP" params: STEP: {get_param: step} modulepath: /usr/share/ansible-modules