X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fupgrade_config.yaml;h=2cfd43f4de08d0346cff5ca904ea238224603244;hb=306390d6bc6978dc87d378809b62a49c156bc8cc;hp=499160e554dfc5a60c9109b0e52c73886f461168;hpb=7057ec6f7cedbf63ee0d0110cc14a61a9f2b07e1;p=apex-tripleo-heat-templates.git diff --git a/puppet/upgrade_config.yaml b/puppet/upgrade_config.yaml index 499160e5..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,11 +35,16 @@ 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 inputs: - name: role config: {get_attr: [AnsibleConfig, value]}