Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajjadhz/vagrant-multinode-openstack
In this repository we are installing multi-node openstack version bobcat (2023.2) on ubuntu 22.04 nodes using vagrant
https://github.com/sajjadhz/vagrant-multinode-openstack
bobcat cloud iaas-cloud openstack ubuntu2204 vagrant
Last synced: about 1 month ago
JSON representation
In this repository we are installing multi-node openstack version bobcat (2023.2) on ubuntu 22.04 nodes using vagrant
- Host: GitHub
- URL: https://github.com/sajjadhz/vagrant-multinode-openstack
- Owner: Sajjadhz
- License: mit
- Created: 2024-01-04T16:23:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-04T17:49:47.000Z (12 months ago)
- Last Synced: 2024-01-28T09:42:18.701Z (11 months ago)
- Topics: bobcat, cloud, iaas-cloud, openstack, ubuntu2204, vagrant
- Language: Shell
- Homepage:
- Size: 324 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
In this repository we are trying to install multi node openstack version bobcat (2023.2) on ubuntu 22.04 virtual machines using vagrant.## How to install
1. create two networks on VirtualBox one host-only 10.0.0.0/24 named vboxnet0 and another one NAT 203.0.113.0/24 name ProviderNetwork1.
2. `git clone https://github.com/Sajjadhz/vagrant-multinode-openstack.git`
3. `cd vagrant-multinode-openstack`
4. `vagrant up`## How to use
On your browser go to the 10.0.0.11/horizon login with user: 'admin' and password: 'openstack', default domain is 'Default', you should change the password for you environment.## How to destroy
In order to destroy the vms run following command.
`vagrant destroy`