openstack-ansible/playbooks/roles/os_nova
2015-05-13 15:59:01 +00:00
..
defaults Allow configuration of Nova SQLAlchemy options 2015-05-08 12:08:57 -07:00
files Updated nova to allow for v3 and ec2 to be enabled 2015-04-16 10:32:42 -05:00
handlers Convert existing roles into galaxy roles 2015-02-18 10:56:25 +00:00
meta added role to pin packages 2015-05-08 13:22:42 -05:00
tasks Applying copy_update to all policy.json files 2015-04-17 20:22:28 +00:00
templates Allow configuration of Nova SQLAlchemy options 2015-05-08 12:08:57 -07: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 }}"