Skip to content
Snippets Groups Projects
Commit 22996617 authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Update README.md

parent 869bf58d
No related branches found
No related tags found
No related merge requests found
...@@ -7,30 +7,30 @@ It installs the dashboard accountimg plugin. ...@@ -7,30 +7,30 @@ It installs the dashboard accountimg plugin.
1. Download the charm to a local folder: 1. Download the charm to a local folder:
$ wget https://git.garr.it/cloud/GUI/dashboard/-/archive/master/dashboard-master.tar.gz?path=charms%2Fgarr-dashboard $ wget https://git.garr.it/cloud/GUI/dashboard/-/archive/master/dashboard-master.tar.gz?path=charms%2Fgarr-dashboard
$ tar zxf dashboard-master-charms-garr-dashboard/charms/garr-dashboard $ tar zxf dashboard-master-charms-garr-dashboard/charms/garr-dashboard
1. deploy the charm:: 1. deploy the charm::
$ juju deploy ./dashboard-master-charms-garr-dashboard/charms/garr-dashboard $ juju deploy ./dashboard-master-charms-garr-dashboard/charms/garr-dashboard
1. configure the connection to the accounting database: 1. configure the connection to the accounting database:
$ juju config garr-dashboard database-host=<DB_HOST> $ juju config garr-dashboard database-host=<DB_HOST>
$ juju config garr-dashboard database-name=<DB_NAME> $ juju config garr-dashboard database-name=<DB_NAME>
$ juju config garr-dashboard database-user=<DB_USER> $ juju config garr-dashboard database-user=<DB_USER>
$ juju config horizon-webroot=/ $ juju config horizon-webroot=/
1. add relations to the Horizon dashboard main charm: 1. add relations to the Horizon dashboard main charm:
$ juju add-relation openstack-dashboard garr-dashboard $ juju add-relation openstack-dashboard garr-dashboard
1. add relations to the identity service: 1. add relations to the identity service:
$ juju add-relation dashboard-cloudbase keystone:identity-service $ juju add-relation dashboard-cloudbase keystone:identity-service
1. Optional: set the default gateway: 1. Optional: set the default gateway:
$ juju deploy cs:~csd-garr/defaultgw $ juju deploy cs:~csd-garr/defaultgw
$ juju add-relation dashboard-cloudbase defaultgw $ juju add-relation dashboard-cloudbase defaultgw
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