Tag: 57be99f9387df20e0b9f922d
All the articles with the tag "57be99f9387df20e0b9f922d".
07 - Setup Memcached
Published: at 08:10 PMThis post is part of the Manual Deployment Openstack HA and Ceph series. Memcached is typically used by high-speed components like Keystone (Identity Service) and Nova (Compute Service) in OpenStack to store frequently accessed temporary data, such a...
06 - Setup Rabbitmq Cluster
Published: at 08:04 PMThis post is part of the Manual Deployment Openstack HA and Ceph series. Install Rabbitmq (Exec on all controller nodes) 1. Install rabbitmq apt install rabbitmq-server -y 2. Change rabbitmq listen address sed -i "s/\#NODE_IP_ADDRESS=127.0.0.1/NODE_...
05 - Setup Galera Cluster
Published: at 08:01 PMThis post is part of the Manual Deployment Openstack HA and Ceph series. Preparation (Execute on all controller nodes) 1. Install required package apt install -y apt-transport-https software-properties-common python3-mysqldb rsync python3-pymysql 2....
04 - Setup keyring for openstack service
Published: at 05:22 PMThis post is part of the Manual Deployment Openstack HA and Ceph series. In OpenStack, keyrings are used to authenticate OpenStack components that interact with Ceph. Cinder and Glance require keyrings to access and manage block and image storage in ...
03 - Manual Deployment Ceph Quincy Cluster
Published: at 05:21 PMThis post is part of the Manual Deployment Openstack HA and Ceph series. Environment ceph mon : os-controller-01, os-controller-02, os-controller-03 ceph mgr : os-controller-01, os-controller-02, os-controller-03 ceph osd : os-compute-01, os-compute-...
02 - Pre-Deployment
Published: at 03:43 AMThis post is part of the Manual Deployment Openstack HA and Ceph series. Exec on all nodes 1. Set hosts file vi /etc/hosts 202.10.10.100 public.java.dama.ink 10.10.10.100 internal.java.dama.ink 10.10.10.100 admin.java.dama.ink 10.10.10.11 os-contro...
01 - Deployment Topology Scenario
Published: at 02:43 AMThis post is part of the Manual Deployment Openstack HA and Ceph series. Toplogy Version Openstack: Yoga Ceph: Quincy Endpoint Region Name : java Domain : dama.id Internal vip hostname : internal.java.dama.id Admin vip hostname : admin.java.dama.id...
Nova Live Migration failure: operation failed: Failed to connect to remote libvirt URI qemu+tcp://
Published: at 02:29 AMCase Ketika live migrate dari compute01 ke compute04 terjadi error seperti dibawah Error diatas disebabkan oleh nova compute yang menggunakan api qemu+tcp untuk live migrasinya, kita bisa menambahkan configurasi di nova nya agar si nova menggunakan ...