diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2018-03-29 09:00:46 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2018-03-29 09:01:18 -0500 |
commit | cc9e54029b92c7e3155b2b302ea0fbd22c58d3a8 (patch) | |
tree | 4b7236e9d44faac4783a68c25356d5744c613fe7 /ci/nosdn/fetch-charms.sh | |
parent | 435e80c712e8a4cd971e6f44ee8947467997083d (diff) |
modified to use gnocchi charm
Change-Id: I419660ffce7840a372260e75f37631c3c879e19a
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/nosdn/fetch-charms.sh')
-rwxr-xr-x | ci/nosdn/fetch-charms.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/nosdn/fetch-charms.sh b/ci/nosdn/fetch-charms.sh index 2bf78313..a38518fe 100755 --- a/ci/nosdn/fetch-charms.sh +++ b/ci/nosdn/fetch-charms.sh @@ -34,8 +34,9 @@ git clone -b stable/18.02 https://github.com/openstack/charm-heat.git $distro/he git clone -b stable/18.02 https://github.com/openstack/charm-lxd.git $distro/lxd git clone https://github.com/openbaton/juju-charm.git $distro/openbaton +charm pull cs:memcached $distro/memcached +charm pull cs:gnocchi $distro/gnocchi charm pull cs:$distro/aodh $distro/aodh -charm pull cs:$distro/mongodb $distro/mongodb charm pull cs:ntp $distro/ntp charm pull cs:$distro/haproxy $distro/haproxy charm pull cs:~narindergupta/congress-1 $distro/congress |