deploy Openstack O on self privisoned virtualbox Ubuntu VMs manually
今天,把我之前在公司内部给同事们培训Openstack 介绍的note放到这里,是一年多之前基于当时的O版本的Ubuntu的部署,对于初学的同学也许有一些帮助,不过其实整个过程无非就是参照官方安装的guide而已。
Installation Guide
Latest version: installation-openstack-ubuntu-note.md hosted on Github.com/wey-gu
Ubuntu was chosen as host OS.
“It’s a good way to learn by installing it manually for as many services as you could :-) .”
Wey Gu
Host networking
ref: https://docs.openstack.org/install-guide/environment-networking.html
ref: https://help.ubuntu.com/lts/serverguide/network-configuration.html
The example architectures assume use of the following networks:
Management on 10.0.0.0/24 with gateway 10.0.0.1
This network requires a gateway to provide Internet access to all nodes for administrative purposes such as package installation, security updates, DNS, and NTP.
Provider on 203.0.113.0/24 with gateway 203.0.113.1
This network requires a gateway to provide Internet access to instances in your OpenStack environment.
My network solution
1 | Net0: |
Edit the /etc/network/interfaces
file to contain the following:
Replace INTERFACE_NAME
with the actual interface name. For example, eth1 or ens224.
1 | # The provider network interface |