diff options
author | Marius Cornea <mcornea@redhat.com> | 2017-02-25 20:32:49 +0100 |
---|---|---|
committer | Marius Cornea <mcornea@redhat.com> | 2017-02-25 20:40:00 +0100 |
commit | 63cb515c602d8a231a086b1db098c129ed81eaff (patch) | |
tree | 3ef60f3684321300fdde867ff7ec91665f915e26 | |
parent | 7b02ad73fba02689322342e24325cbe04cab637e (diff) |
Install openstack-panko-api on upgrade
This doesn't exist in newton images, so install it via the
ansible tasks during step3 (when all other packages are updated).
Change-Id: I700a711473d10a50fad6b1797453a74c0cdff54b
Closes-Bug: 1667965
-rw-r--r-- | puppet/services/panko-api.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/panko-api.yaml b/puppet/services/panko-api.yaml index 4b74ad45..fc127a27 100644 --- a/puppet/services/panko-api.yaml +++ b/puppet/services/panko-api.yaml @@ -84,3 +84,9 @@ outputs: include tripleo::profile::base::panko::api metadata_settings: get_attr: [ApacheServiceBase, role_data, metadata_settings] + upgrade_tasks: + # The panko API isn't installed in newton images, so install + # it on upgrade + - name: Install openstack-panko-api packages on upgrade + tags: step3 + yum: name=openstack-panko-api state=latest |