Untuk mengecek session timeout
$ sudo ceph dashboard get-jwt-token-ttl
Untuk menambahkan session timeout
$ sudo ceph dashboard set-jwt-token-ttl 86400
1085 views
$ juju deploy --channel quincy/stable ceph-dashboard
$ juju add-relation ceph-dashboard:dashboard ceph-mon:dashboard
$ juju add-relation ceph-dashboard:certificates vault:certificates
$ juju run-action --wait ceph-dashboard/0 add-user
259 views
Symptom
Tidak bisa membuat VM baru dengan error Binding Failed for port xxxx, please check neutron logs for more information
Tidak ada
161 views
Jalankan command
juju run-action vault/0 --wait reissue-certificates
177 views
Symptom
Status mysql-innodb-cluster/XX pada juju status down
Kejadian umumnya terjadi karena mesin mati karena arus terputus
Solusi
Masuk ke master untuk melihat password mysql$
188 views
Symptom
Error: Unable to attach interface. DetailsUnexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if
414 views
juju run-action vault/0 --wait reissue-certificates - renew sertifikat
juju add-machine node10.maas --series="bionic" - menambah mesin
juju add-unit --to 28 ceph-osd - menambah
167 views
Sebelum instalasi pastikan nama hostname sudah sesuai. Hostname yang dipakai dalam artikel ini yaitu openstack.
Text editor yang digunakan nano.
[root@openstack ~]#
379 views