All script files are based on OpenStack installation Guide (https://docs.openstack.org/install-guide/index.html). Especially for user who wants to install OpenStack(Queens ver) on Ubuntu 18.04. If you use other linux or other ubuntu verson, the scripts shouldn't do well.
- Common
- ubuntu 18.04, 2NIC
- Controller node
- CORE 4>= RAM >=6GB, HDD >=100GB
- Compute node
- CORE 4>= RAM >=4GB, HDD >=50GB
- Controller node - Horizon, Keystone, Glance, Nova-api, Neutron-server
- Compute node - Nova-api, Neutron-linuxbridge-agent
On Root Permission
vi common-config
/bin/sh common.sh
cd /compute
/bin/sh compute.sh
cd /controller
/bin/sh controller.sh
/bin/sh after-installation.sh