https://github.com/guilt/openstack
OpenStack Build Scripts
https://github.com/guilt/openstack
Last synced: about 1 year ago
JSON representation
OpenStack Build Scripts
- Host: GitHub
- URL: https://github.com/guilt/openstack
- Owner: guilt
- Created: 2019-07-09T23:49:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T23:49:33.000Z (about 7 years ago)
- Last Synced: 2025-06-28T20:59:15.800Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenStack Build Scripts
Here is where you'll see all the commands for openstack setup....
## Devstack
```bash
sudo apt-get update
sudo apt-get upgrade
sudo shutdown -h now
sudo apt-get install git
git clone https://github.com/openstack-dev/devstack.git -b stable/newton
cd devstack
./stack.sh
```
## The Builders Way
Do everything as a `root`
```bash
sudo ./openstack.sh
```
## Comments
Okay, it isn't perfect, but a way to get started. Send
comments to karthikkumar at gmail dot com