Mohamad Mahmoodmohamadrazzimy.hashnode.dev·Aug 24, 2023Ubuntu OpenStack VM[1] Download OVA file https://archive.org/download/openstackvm/Xubuntu-Focal-OpenStack-620.ova [2] Import Appliance into VirtualBox Import the OVA into VirtualBox [3] Run From host machine, browse http://localhost:8888DiscussUbuntu
Mohamad Mahmoodmohamadrazzimy.hashnode.dev·Aug 24, 2023Centos OpenStack VM[1] Download OVA file https://archive.org/download/openstackvm/Centos-OpenStack-381.ova [2] Import Appliance into VirtualBox Import the OVA into VirtualBox [3] Run From host machine, browse http://localhost:8888Discussopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 21, 2023Tshoot: Too many connection mariadbCause: mysql has a max_connection variable where connections to mysql cannot exceed the value of the variable. Solution: increase the value of the max_connection variable 1. Check max_connections configured mysql MariaDB [(none)]> show variables lik...Discuss·9 likesManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 22, 2023Tshoot: Remove warning cryptography openstack clientThis post is part of the Manual Deployment Openstack HA and Ceph series. Solution: Downgrade cryptography python package < 3.4 apt install python3-pip pip install cryptography==3.3.2DiscussManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 19, 202320 - Setup Horizon DashboardThis post is part of the Manual Deployment Openstack HA and Ceph series. Exec on All Controller Nodes Create default role for horizon openstack role create member Install horizon packages apt -y install openstack-dashboard Configure openstack-...DiscussManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 18, 202319 - Setup Neutron on ComputeThis post is part of the Manual Deployment Openstack HA and Ceph series. Install and Configure Neutron (Exec on all compute nodes) 1. Install neutron packages apt install -y openvswitch-common ovn-common ovn-host ovn-central neutron-ovn-metadata-agen...DiscussManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 17, 202318 - Setup Neutron on ControllerThis post is part of the Manual Deployment Openstack HA and Ceph series. Setup Neutron Database (Exec on controller-01) 1. Create mysql database for neutron mysql CREATE DATABASE neutron; 2. Grant neutron user for any host access GRANT ALL PRIVILEGE...DiscussManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 14, 202315 - Setup Cinder on ComputeThis post is part of the Manual Deployment Openstack HA and Ceph series. 1. Install cinder packages apt install -y cinder-volume 2. Modify cinder configuration vi /etc/cinder/cinder.conf [DEFAULT] debug = False use_forwarded_for = true use_stderr =...DiscussManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 13, 202314 - Setup Cinder on ControllerThis post is part of the Manual Deployment Openstack HA and Ceph series. Setup Cinder Database (Exec on Controller-01) 1. Create mysql database for cinder mysql CREATE DATABASE cinder; 2. Grant cinder user for any host access GRANT ALL PRIVILEGES ON...DiscussManual Deployment Openstack HA and Cephopenstack
Damasukma TrihanandiforDama's Blogblog.dama.zip·Aug 12, 202313 - Create ceph libvirt secretThis post is part of the Manual Deployment Openstack HA and Ceph series. Execute on Compute Nodes 1. Generate random uuid $ uuid 9de5fa70-0706-11ee-a8cf-d326bea0ef5d 2. Create secret file cat << EOF > /tmp/secret.xml <secret ephemeral='no' private='...DiscussManual Deployment Openstack HA and Cephopenstack