From 6453fd69bd7d33d167a7a459f5f77bef83c7e963 Mon Sep 17 00:00:00 2001 From: Peter Matulis Date: Wed, 20 Jul 2022 18:12:59 -0400 Subject: [PATCH] Update deployment commands Update the README deployment commands by removing the cs: prefix and the Charm Store openstack-charmers namespace. Change-Id: I6204397161c2770acc759dd310a7ba3e3eb4d685 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e828778..dbc301c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ We are assuming a pre-existing Ceph cluster. Deploy ceph-dashboard as a subordinate to the ceph-mon charm: - juju deploy cs:~openstack-charmers/ceph-dashboard + juju deploy ceph-dashboard juju add-relation ceph-dashboard:dashboard ceph-mon:dashboard TLS is a requirement for this charm. Enable it by adding a relation to the @@ -62,7 +62,7 @@ See [Managing TLS certificates][cdg-tls] in the The dashboard is accessed via a load balancer using VIPs and implemented via the openstack-loadbalancer and hacluster charms: - juju deploy -n 3 --config vip=10.5.20.200 cs:~openstack-charmers/openstack-loadbalancer + juju deploy -n 3 --config vip=10.5.20.200 openstack-loadbalancer juju deploy hacluster openstack-loadbalancer-hacluster juju add-relation openstack-loadbalancer:ha openstack-loadbalancer-hacluster:ha