Command yang sering digunakan deployment Openstack dengan Juju

  • 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 unit osd ke mesin (28 : Id mesin)
  • juju add-unit --to 28 nova-compute - menambah unit nova-compute
  • juju remove-machine 13 --force - menghapus mesin dan unit2 yang sudah terinstall

You cannot comment on this entry