Role os_magnum for OpenStack-Ansible
Go to file
Kevin Carter 259d5d12e6 Disable stderr logging
OSLO logging currently defaults the 'use_stderr' option to True
which results duplicate logs in service daemon logs for both
upstart and systemd. To correct this issue the use_stderr
option has been set to false.

Change-Id: I851b7648a682ef475f53adb46ecb20ed591c8f0c
Closes-Bug: 1588051
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-04 17:44:29 +00:00
defaults Add project group to role 2016-08-04 05:16:43 +01:00
doc Update sphinx configuration 2016-07-12 16:53:30 +01:00
extras Add Trustee User and Domain Creation 2016-06-23 12:54:13 -05:00
files Add files/ directory 2016-01-08 16:34:22 -06:00
handlers Resolving minor issues with Magnum role that prevented installation from 2016-06-08 11:02:44 -05:00
library Add config_template library from OSA 2016-01-05 13:09:23 -06:00
meta Implement Ubuntu 16.04 support with systemd 2016-07-25 23:58:41 -07:00
releasenotes Add ability to change apt/yum package state 2016-08-02 14:45:05 +01:00
tasks Merge "Add ability to change apt/yum package state" 2016-08-02 15:27:45 +00:00
templates Disable stderr logging 2016-08-04 17:44:29 +00:00
tests Update tox configuration 2016-07-08 14:38:15 +01:00
vars Resolving minor issues with Magnum role that prevented installation from 2016-06-08 11:02:44 -05:00
.gitignore Remove duplicates from .gitignore 2016-07-15 12:02:20 +10:00
.gitreview Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
CONTRIBUTING.rst Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
LICENSE Make license plain-text 2016-01-05 10:59:58 -06:00
README.rst Ensure that doc linting is included in the linters test 2016-07-26 07:31:41 +01:00
Vagrantfile Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
other-requirements.txt Add dependencies for paramiko 2.0 2016-05-03 08:56:26 +01:00
run_tests.sh Add dependencies for paramiko 2.0 2016-05-03 08:56:26 +01:00
setup.cfg Implement base configuration for OpenStack-CI 2016-03-18 11:41:53 -07:00
setup.py Updated from global requirements 2016-07-15 03:57:59 +00:00
test-requirements.txt Updated from global requirements 2016-07-15 03:57:59 +00:00
tox.ini Ensure that doc linting is included in the linters test 2016-07-26 07:31:41 +01:00

README.rst

OpenStack-Ansible Magnum

tags

openstack, magnum, cloud, ansible

category

*nix

This Ansible role installs and configures OpenStack Magnum.

Default Variables

../../defaults/main.yml

Required Variables

magnum_service_password magnum_galera_password magnum_rabbitmq_password

Example Playbook

- name: Install magnum server
  hosts: magnum_all
  user: root
  roles:
    - role: "os_magnum"
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    magnum_galera_address: "{{ internal_lb_vip_address }}"