830c1eadb3931517cb8ca58f12a6d25a72aef346
Go to file
Andy McCrae 830c1eadb3 Add global endpoint_type_proto options
This allows you to set the endpoint-type protocol globally for all
services, e.g. internaluri can be http, and publicuri can be https.
You will no longer have to specify it per service, although those
settings already exist and have not changed.
This patch changes no functionality for existing installs or deployments
and the values are defaulted to be the same as before, but allows these
values to be adjusted on a per-endpoint type basis.
Change-Id: I4854216726491f6ea4e265694e702f980fddc5a6
Closes-Bug: #1399383 
2015年06月19日 15:29:30 +01:00
2015年06月19日 15:29:30 +01:00
2015年02月18日 10:56:25 +00:00
2015年05月08日 13:22:42 -05:00
2015年06月13日 10:21:17 +01:00
2015年02月18日 10:56:25 +00:00
2015年06月10日 02:07:38 +00:00

OpenStack nova

tags

openstack, nova, cloud, ansible

category

*nix

Role for deployment, setup and installation of nova.

This role will install the following:
  • nova-consoleauth
  • nova-conductor
  • nova-compute
  • nova-cert
  • nova-api-metadata
  • nova-spicehtml5proxy
  • nova-api-ec2
  • nova-api-os-compute
  • nova-api-ec2
 -name: Installation and setup of Nova
 hosts: nova_all
 user: root
 roles:
 -{role:"os_nova",tags:["os-nova"]}
 vars:
 nova_galera_address:"{{ internal_lb_vip_address }}"
Description
Role os_nova for OpenStack-Ansible
Readme 16 MiB
Languages
Jinja 66.8%
Python 30.8%
Shell 2.4%