Skip to main content

openstack

 OpenStack

A software build by open-source community to manage private cloud datacenters.

OpenStack is a CMS (Cloud management System).

yum update -y
yum insall vim net-tools
yum install vim net-tools
netstat -tulpn
yum install -y https://rdoproject.org/repos/rdo-release.rpm
yum groupinstall 'Development Tools'
egrep --color 'vmx|svm' /proc/cpuinfo | wc -l
sed -i s/'SELINUX=enforcing'/'SELINUX=disabled'/g /etc/selinux/config
cat /etc/selinux/config | grep SELINUX=
yum install -y centos-release-openstack-train
systemctl disable firewalld
systemctl stop firewalld
systemctl disable NetworkManager
systemctl stop NetworkManager
systemctl enable network
yum install -y openstack-packstack
yum -y downgrade leatherman
yum list | grep leatherman
yum install -y tmux

----------------------------------------
Only on Controller:

packstack --gen-answer-file=/root/answer.txt
vim answer.txt
CONFIG_iPROVISION_DEMO=n
CONFIG_KEYSTONE_ADMIN_PW= (Your Password for admin)
CONFIG_HEAT_INSTALL=y
CONFIG_COMPUTE_HOSTS=192.168.10.1,192.168.10.2,192.168.10.3
packstack --answer-file=/root/answer.txt



Comments

Popular posts from this blog

PRTG Backup and Restore

Hi All ! Today I am going to demonstrate how to backup PRTG and restore. Let's starts ! 1> we have to stop the service of the PRTG Core Server Service and PRTG Probe Service 2>  go to start run and type %programdata% and copy the Paessler folder to the another location 3> Before reinstalling the PRTG restore the backup copy of the data (Paessler folder)  as the previous location (%programdata%)  and then install the PRTG, and remove the Network Discovery if not required. you will find the old data with the new PRTG, it don't matter what the OS you are using. Now it has been completed your backup and restore the PRTG. Happy Learning !

ArubaOS-CX, ArubaOS- Switch, Comware and Cisco IOS

The command line comparison demonstrated for 4 different OS of the switches, I think this will help you to understand the configuration level deployment. Comware Differences If you are familiar with either the ArubaOS-Switch CLI or the Cisco IOS CLI, you will notice that the  Comware CLI is organized slightly differently . Comware was designed for Internet service providers (ISPs). Many features and functions—such as security and Quality of Service (QoS)—are multi-tiered to  support the different needs of multiple entities accessing the same switch. ArubaOS-CX ArubaOS switch (now the Aruba OS), HPE Comware version 7 Cisco IOS ArubaOS-CX operating system runs on the 8400 and 8320 switches. ArubaOS Switch operating system runs on Aruba 2530 , Aruba 2920 , Aruba 2930F , Aruba 2930M , Aruba 3810M , Aruba 5400R , HPE 2620 , HPE 3500 , HPE 5400 and HPE 3800 switch platforms. HPE Comware7 operating system runs on HPE FF 12900 , HPE 12500 , HPE 5120/5...