Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nosmoht/vagrant-openstack-oel7
Vagrant boxes to deploy Openstack Juno on Oracle Linux 7
https://github.com/nosmoht/vagrant-openstack-oel7
Last synced: 21 days ago
JSON representation
Vagrant boxes to deploy Openstack Juno on Oracle Linux 7
- Host: GitHub
- URL: https://github.com/nosmoht/vagrant-openstack-oel7
- Owner: Nosmoht
- Created: 2014-10-17T16:01:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-06T21:50:20.000Z (almost 10 years ago)
- Last Synced: 2023-12-16T19:23:23.703Z (11 months ago)
- Language: Shell
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-openstack-juno
======================
Vagrant file to setup a multi node Openstack Environment.Installation
------------
```sh
git clone https://github.com/Nosmoht/vagrant-openstack-oel7.git
cd
git submodule foreach git pull origin master
vagrant up
```Hosts
-----
| hostname | ip address | Openstack Role | Services |
| ------------- | ---------- | --------------- | --------------------- |
| os-db-01 | 10.0.0.12 | Database node | MariaDB |
| os-ctrl-01 | 10.0.0.11 | Controller node | Keystone and RabbitMQ |
| os-neutron-01 | 10.0.0.21 | Network | Neutron |
| os-nova-01 | 10.0.0.31 | Compute | Nova |Open Issues
-----------
1. Creation of RabbitMQ users sometimes fails. Restart RabbitMQ service and provision again works.
2. Creation of Tenant sometimes fails and a restart of openstack-keystone shows "Permission denied" error. Kill keystone process and start again works.Notes
-----
To change hostnames or ip addresses edit the following files:
* Vagrantfile
* ansible/hosts