diff options
author | Pasha <pasha@member.fsf.org> | 2023-06-07 18:17:16 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2023-06-07 18:17:16 +0000 |
commit | 166667c873ad02f12a98d5a3ef2ca5c3a5d98516 (patch) | |
tree | 2b6566c9ec51d92d5126e708b824309ed0762592 /README | |
parent | 5813c49d8983763f8bd7c455b2f1600b838312d8 (diff) | |
download | debian_openstack_installer-166667c873ad02f12a98d5a3ef2ca5c3a5d98516.tar.gz debian_openstack_installer-166667c873ad02f12a98d5a3ef2ca5c3a5d98516.tar.bz2 |
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -14,12 +14,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. -Debian OpenStack Installer for home lab ---------------------------------------- +Debian OpenStack Installer for home lab setup +--------------------------------------------- -1. Install Debian 12 (Bookworm) on a physical machine. +Install Debian 12 (Bookworm) on a physical/virtual machine. -We will use same network interface for host and virtual machines. +1. setup static IP /etc/network/interfaces ------------------------------- @@ -32,6 +32,10 @@ iface eno1 inet static gateway 192.168.0.1 dns-nameservers 192.168.0.1 -------------------------------- +We will use same ethernet connection for host and virtual machines. + +# systemctl restart networking + external router @@ -53,12 +57,10 @@ EXTERNAL_BRIDGE_INTERFACE="eno1" check output from another shell # tail -f output.txt -restart and start exploring openstack on Debian. - +restart 3. Check "next_steps" for networking and launching your first instance. - 4. You can access dashboard: https://192.168.0.155/horizon/ |