OpenStack quickstart via CentOS-based Vagrant environment
Project description
A little project to quickly set up all-in-one OpenStack using Vagrant
Introduction
The Vagrantfile provided in this project will download and launch a CentOS 7 Vagrant Box, install RDO, and provide you an environment to follow along with in the original Getting Started With OpenStack video. These are the same (updated) materials used to present that session.
Requirements
Your machine must meet a minimum set of requirements to successfully run an all-in-one OpenStack installation. At a minimum you need:
A compatible hypervisor.
Linux: KVM, Virtual Box.
OS X: VMware Fusion, Virtual Box.
Windows: VMWare Workstation, Virtual Box.
Vagrant to control your hypervisor, along with supported provider.
At least 8 GB of RAM to support a 6 GB virtual machine.
12 GB or more to support an 8 GB virtual machine is highly recommended.
Installing OpenStack
Install Vagrant from: https://www.vagrantup.com/docs/installation/
Download this repository: git clone https://github.com/hogepodge/getting-started-with-openstack
Start the virtual machine and install OpenStack: $ cd getting-started-with-openstack; vagrant up
Wait for the machine startup and installation to complete, it will take some time.
Pausing the Installation
To suspend your installation you can use: $ vagrant halt
To resume it:$ vagrant up
Troubleshooting
If you have trouble, please file a issue or pull request and we’ll help you out as quickly as possible.
If your vagrant environment fails for any reason, you can start off with a clean slate by destroying the VM: $vagrant destroy -f
Then beginning the process again with $vagrant up.
Acknowledgments
Thanks to Dan Radez for the initial content, and to both him and Kenneth Hui for the introductory presentation at the Austin OpenStack Summit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file getting-started-with-openstack-0.0.1.dev9.tar.gz
.
File metadata
- Download URL: getting-started-with-openstack-0.0.1.dev9.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fe1f3dc97567303a80120a6a7318dc6d75d1927b289a3481b756a5bbc59df63 |
|
MD5 | 94d5129aa7ee564b543715755f80a7e5 |
|
BLAKE2b-256 | ce973c64724f6a829129a95aaae34aa4a30125c648763ff057889903489b76f6 |