Oracle VirtualBox
-
Openstack Train Installation on Oracle Virtual Box (3)Cloud/Openstack_K8s_Docker 2020. 5. 12. 11:43
After installation, you can check all the network Openstack [root@controller ~]# ovs-vsctl show 4a857211-e1c7-4ca5-b16a-21dd7b05dcf6 Manager "ptcp:6640:127.0.0.1" is_connected: true Bridge br-vlan Controller "tcp:127.0.0.1:6633" is_connected: true fail_mode: secure datapath_type: system Port br-vlan Interface br-vlan type: internal Port "enp0s8" Interface "enp0s8" Port phy-br-vlan Interface phy-..
-
Openstack Train Installation on Oracle Virtual Box (2)Cloud/Openstack_K8s_Docker 2020. 5. 11. 22:24
Please produce these steps on only Controller VM. 1. YUM package repository connection [root@Controller ~]# yum install -y centos-release-openstack-train 2. Packstack installation [root@Controller ~]# yum install -y openstack-packstack 3. Openstack CLI [root@controller ~]# yum install -y openstack-utils 4. Generate Answer file of Packstack [root@controller ~]# packstack --gen-answer-file /root/a..
-
Openstack Train Installation on Oracle Virtual Box (1)Cloud/Openstack_K8s_Docker 2020. 5. 11. 15:18
CPU : 4 Cores, I7-8650U RAM : 64GB OS : Window 10 1. Oracle VirtualBox installation 2. Centos7 download 1. Creating Controller and Compute VM 1.1 Controller VM Creation 1.2 Compute VM Creation 2. Setting up Network of VM 2.1 Host-Only Network Global Tools > Create > IP address : 10.10.1.1, mask : 255.255.255.0 > Apply This Host-Only Network is for SSH connection to VMs from the host 2.2 Network ..