Skip to content

denzuko-ansible-roles/openstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openstack Open in Cloud9 Analytics CiCD

Installs latest version of openstack

Installation

$ ansible-galaxy install denzuko-ansible-roles.openstack

Usage

---
- hosts: linux-cloud
  roles:
    - denzuko-ansible-roles.openstack
...

Requirements

  • ansible=>2.2
  • Linux server

Supports

  • MySQL backend
  • fullstack of openstack
  • Ubuntu, Debian
  • RHEL, CentOS

Files

This module Installs devstack based on config values passed along via a dictionary named config.

Configuration

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