From 166667c873ad02f12a98d5a3ef2ca5c3a5d98516 Mon Sep 17 00:00:00 2001 From: Pasha Date: Wed, 7 Jun 2023 18:17:16 +0000 Subject: add more doc and virtual machine also supported. --- README | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 900b476..2a9e473 100644 --- a/README +++ b/README @@ -14,12 +14,12 @@ along with this program. If not, see . -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/ -- cgit v1.2.1