MASAKARI and HACLUSTER

MASAKARI using pacemaker,corosync to monitor HOST status, which will run in hacluster-pacemaker-remote container. MASAKARI Configured by enabling this config on global.conf : enable_hacluster: “yes” enable_masakari: “yes” If the Compute installed on the same Node with Controller this may conflicting existing Pacemaker and Corosync for Controller/Core Service. If MASAKARI Needed, Compute and Controller must be resides […]

Install kolla Multinode Openstack xena

memberikan akses “root/sudo” pada user Kolla tanpa password update dan upgrade system install tools yang dibutuhkan membuat dan menggunakan virtual environtment Install kolla ansible dengan pip buat folder kolla dan memasukan sample configuration buat configurasi ansible [defaults] host_key_checking=False pipelining=True forks=100 Generate password kolla setup konfigurasi Globals.yml kolla_base_distro: “ubuntu” kolla_install_type: “source” network_interface: “ens18” enable_cinder: “yes” kolla_internal_vip_address: […]

Install kolla All-in-one Openstack

memberikan akses “root/sudo” pada user Kolla tanpa password update dan upgrade system install tools yang dibutuhkan membuat dan menggunakan virtual environtment Install kolla ansible dengan pip buat folder kolla dan memasukan sample configuration buat configurasi ansible [defaults] host_key_checking=False pipelining=True forks=100 Generate password kolla setup konfigurasi Globals.yml kolla_base_distro: “ubuntu” kolla_install_type: “source” network_interface: “ens18” neutron_external_interface: “ens19” enable_cinder: […]