From b0e92b8aeac5b036d3dffaa21f6972552808d6cd Mon Sep 17 00:00:00 2001 From: Pasha Date: Mon, 22 May 2023 23:21:28 +0000 Subject: update for Debian 12 --- README | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 4ae664f..ac69110 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - Copyright (C) 2022 Pasha + Copyright (C) 2023 Pasha This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,18 +18,28 @@ Debian OpenStack Installer -------------------------- requirements -1. Install or update to Debian Testing/Bookworm +1. Install or update to Debian 12 (Bookworm) 2. current configuration uses agent networking (bridge). Therefore, you need two network interfaces with two different network series. If you are using VM, then you may configure enp1s0 as "bridge network" with your main network. -and enp7s0 as NAT interface. +and enp7s0 as NAT interface. Add two interfaces in your virtual machine. + + +external +router + | + | + br0 virbr0 + | | + | | (example qemu has two interfaces) + -------|------> enp1s0 - static IP: 192.168.0.155 + | + | + -------> enp7s0 - static IP/DHCP: 192.168.122.10 -example: -enp1s0 - static IP: 192.168.0.155 -enp7s0 - static IP/DHCP: 192.168.122.10 3. edit openstack_setup.sh and set the following setting: @@ -45,4 +55,6 @@ check output from another shell restart and start exploring openstack on Debian. -You may check "next_step" file. \ No newline at end of file +You may check "next_step" file. + +https://192.168.0.155/horizon/ -- cgit v1.2.1