Installs latest version of openstack
$ ansible-galaxy install denzuko-ansible-roles.openstack
---
- hosts: linux-cloud
roles:
- denzuko-ansible-roles.openstack
...
ansible=>2.2
Linux server
- MySQL backend
- fullstack of openstack
- Ubuntu, Debian
- RHEL, CentOS
This module Installs devstack based
on config values passed along via a dictionary named config
.
Name | Description | Schema | Defaults |
---|---|---|---|
floating_range | Available IP Pool for public access | CIDR | Interactive prompt |
fix_range | Internal IP Pool for virtual machines | CIDR | Interactive prompt |
fix_network_size | Number of ip addresses | INT | Interactive prompt |
flat_interface | Main networking interface | STR | Interactive prompt |
admin_secret | Administrator's password | STR | Interactive prompt |
service_secret | Web Service password | STR | Same as admin_secret |
broker_secret | Rabbit user's password | STR | Interactive prompt |
database_secret | Database user's password | STR | Interactive prompt |
swift_replicas | Number of swift replicas to spawn | INT | 1 |