Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sajjadhz/vagrant-devstack
Installing OpenStack/DevStack using vagrant
https://github.com/sajjadhz/vagrant-devstack
cloud devops devstack infrastructure openstack vagrant
Last synced: about 1 month ago
JSON representation
Installing OpenStack/DevStack using vagrant
- Host: GitHub
- URL: https://github.com/sajjadhz/vagrant-devstack
- Owner: Sajjadhz
- License: mit
- Created: 2023-12-21T15:07:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T21:37:42.000Z (about 1 year ago)
- Last Synced: 2024-01-29T10:20:06.870Z (11 months ago)
- Topics: cloud, devops, devstack, infrastructure, openstack, vagrant
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-devstack
Installing OpenStack/DevStack using vagrant## How to install
```
git clone https://github.com/Sajjadhz/vagrant-devstack.git
cd vagrant-devstack
chmod +x ./*.sh
./run.sh
```## How to destroy
```
vagrant destroy
```## How to go inside to the vm
```
ssh [email protected]
``````
ssh [email protected]
```the password for both `stack` and `root` user is `openstack`.