Kevin Carter 3b4a1929df Fix to correctly set the nova_management_address
This change sets the nova management address based on the
facts the play is able to set about the environment.

This will correct configure the nova to use a specific
management network which is not always the default
container address.

Closes-Bug: #1504226
Change-Id: Ib6d84072d379118ebfc560f4594c28e1fecf3b40
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2015-10-08 12:00:58 -05:00
2015-10-07 16:18:23 +00:00
2015-10-05 11:16:46 +00:00
2015-05-08 13:22:42 -05:00
2015-10-07 16:18:23 +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 58.9%
Python 27.9%
Shell 13.2%