074ae8281b012edd6ff57e97c62ab46530b0371d
Go to file
Logan V 074ae8281b Clean up developer mode logic
Fixes the ability to deploy a venv in cases where:
1) developer_mode is not enabled
2) A cached venv is not downloaded from the repo server
Additional cleanup to the developer_mode venv deployment
logic is implemented by adding a *_venv_download var
which is used to decouple developer_mode from the
cached venv extraction process so that a deployer
can force venv builds in-place (disable cached
venv usage) without enabling developer mode
constraints.
Change-Id: I8bb1ff09d676ce3d2faa2baee385695bffb2db59
2017年01月13日 19:52:41 -06:00
2017年01月13日 19:52:41 -06:00
2016年12月01日 14:51:31 +00:00
2016年11月18日 16:42:48 +01:00
2016年11月07日 09:57:08 +00:00
2017年01月04日 07:54:48 +00:00
2017年01月13日 19:52:41 -06:00
2017年01月04日 07:54:48 +00:00
2016年11月18日 16:42:48 +01:00
2016年09月19日 16:15:45 -04:00
2016年07月01日 09:35:24 -07:00
2016年09月09日 10:30:35 +01:00
2016年07月01日 09:35:24 -07:00
2016年09月27日 18:01:18 +00:00
2016年11月25日 16:29:53 +01:00
2017年01月06日 16:53:29 +00:00
2016年07月15日 03:57:44 +00:00
2016年12月02日 05:10:42 +00:00
2016年12月04日 10:20:41 +08:00

Team and repository tags

image

OpenStack-Ansible CloudKitty

tags

openstack, cloudkitty, cloud, ansible

category

*nix

This Ansible role installs and configures OpenStack cloudkitty.

This role will install the following Upstart services:
  • cloudkitty-api
  • cloudkitty-processor

Required Variables

 cloudkitty_service_password
 cloudkitty_rabbitmq_password
 cloudkitty_container_mysql_password
 cloudkitty_galera_address

Example Playbook

 -name: Install cloudkitty server
 hosts: cloudkitty_all
 user: root
 roles:
 -{role:"os_cloudkitty",tags:["os-cloudkitty"]}
 vars:
 external_lb_vip_address:172.16.24.1
 internal_lb_vip_address:192.168.0.1
 cloudkitty_galera_address:"{{ internal_lb_vip_address }}"
 cloudkitty_container_mysql_password:"SuperSecretePassword1"
 cloudkitty_service_password:"SuperSecretePassword2"
 cloudkitty_rabbitmq_password:"SuperSecretePassword3"
Description
Role os_cloudkitty for OpenStack-Ansible
Readme 2.8 MiB
Languages
Python 56.4%
Jinja 43.6%