openstack-ansible/playbooks/roles/os_nova
Matthew Kassawara 21fefd2cae Update keystone middleware in nova for Kilo
Update keystone authentication middleware in nova to
support the v3 API in Kilo.

Partially implements: blueprint master-kilofication

Change-Id: I2f38ed9a5ad82d98596835a59f6852f1bd3d8ffc
2015-04-09 12:26:27 -05:00
..
defaults Update keystone middleware in nova for Kilo 2015-04-09 12:26:27 -05:00
files Nova Kilofication Work 2015-04-08 13:35:57 -05:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
tasks Update keystone middleware in nova for Kilo 2015-04-09 12:26:27 -05:00
templates Update keystone middleware in nova for Kilo 2015-04-09 12:26:27 -05:00
CONTRIBUTING.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
LICENSE Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
README.rst Convert existing roles into galaxy roles 2015-02-18 10:56:25 +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:
    galera_address: "{{ internal_lb_vip_address }}"