Skip to content
Snippets Groups Projects
Commit 03ee40a2 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Re-import Murano core library on upgrade"

parents 6aad0eca abf4ef9e
No related branches found
No related tags found
No related merge requests found
......@@ -60,8 +60,8 @@
{{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_admin_port }}/v3 \
--murano-url \
{{ admin_protocol }}://{{ api_interface_address }}:{{ murano_api_port }} \
package-import --is-public /io.murano.zip"
package-import --exists-action u --is-public /io.murano.zip"
run_once: True
delegate_to: "{{ groups['murano-api'][0] }}"
when:
- status.stdout.find("io.murano") == -1
- status.stdout.find("io.murano") == -1 or action == "upgrade"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment