Update deployment commands
Update the README deployment commands by removing the cs: prefix and the Charm Store openstack-charmers namespace. Change-Id: I6204397161c2770acc759dd310a7ba3e3eb4d685
This commit is contained in:
parent
f465911b0a
commit
6453fd69bd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user