Installation
-
Openstack instance access by CLI or PuttyCloud/Openstack_K8s_Docker 2020. 5. 22. 13:03
First of all, test1 has Key Pair(demo1.pem) and test2 does not have Key Pair. 1. Please follow below good link. Point is to extract private key from demo1.pem. github.com/naturalis/openstack-docs/wiki/Howto:-Creating-and-using-OpenStack-SSH-keypairs-on-Windows 1. Put the demo1.pem on the controller node 2. Access by ssh with the pem. 3. Verify Finally you access the created instances. you can 1...
-
Openstack configuration for a project by Horizon UICloud/Openstack_K8s_Docker 2020. 5. 14. 17:07
We are going to create one tenant. one tenant is one project. Openstack has an admin project by default. but I will only use the admin project to manage OpenStack Platform. All the projects will be newly created on OpenStack Platform. External = Provider Internal = Tenant(Project) 1. Identity > Projects > Create Project 2. Name : Demo1 > Create Project You can see the created project(tenant) 1. ..
-
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 ..
-
Installing SIPp on CentOS 6.7Protocols/SIP 2019. 10. 3. 01:43
I have tried to install SIPp on Linux but failed much time. Finally, I installed SIPp on CentOS 6.7 1. Download SIPp I downloaded SIPp 3.3 version from Sourceforge. you cand download SIPp 3.3 through the below link. it's the latest version. https://sourceforge.net/projects/sipp/files/sipp/3.4/sipp-3.3.990.tar.gz/download *if it was not working, refer to http://sipp.sourceforge.net/ 2. Install de..