diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-03-10 01:19:52 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-03-10 01:19:52 -0600 |
commit | 14ec79edc1dae18d4d366a26f13f13b5747af610 (patch) | |
tree | 777ed315b94d8435421fab2fc2a4c2e35415428f /ci | |
parent | ad7f43d95c6030b5c5c3270932bdbf2cd8de77a7 (diff) |
ceilometer upgrade using action.
Change-Id: I4e74f58891270737f942a6898bc5ed9f2c123d9d
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index ab3e5e34..0534d841 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -340,11 +340,17 @@ if ([ $opnfvmodel == "openstack" ]); then # creating heat domain after pushing the public API into /etc/hosts status=`juju run-action heat/0 domain-setup` echo $status + status=`juju run-action ceilometer/0 ceilometer-upgrade` + echo $status if ([ $opnftype == "ha" ]); then status=`juju run-action heat/1 domain-setup` echo $status + status=`juju run-action ceilometer/1 ceilometer-upgrade` + echo $status status=`juju run-action heat/2 domain-setup` echo $status + status=`juju run-action ceilometer/2 ceilometer-upgrade` + echo $status fi sudo ../juju/get-cloud-images || true |