Giter Site home page Giter Site logo

ansible-role-nova-compute-node's Introduction

Role Name

This role installs and configures a openstack nova compute node. This role allows to make a all-in installation, so that, it installs the compute node in a machine with an openstack controller installation (installing LIP-Computing.os-controller).

Requirements

This role installs automatically the openstack centos packages:

  • centos-release-liberty
  • centos-release-qemu-ev
  • centos-release-ovirt36

Role Variables

openstack_all_in: It indicates installation all-in (controller and compute node in same host). If true it will make a minimal installation, because the host
has already installed most of the packages.
openstack_version: "liberty" version is supported
openstack_controller_host: controller hostname
openstack_compute_node_host: compute node hostname
openstack_cidr: openstack internal network CIDR
openstack_compute_node_ip: controller ip
openstack_controller_ip: compute node ip (can be the same as controller in all-in installation)

openstack_rabbit_host: rabbit host name
openstack_rabbit_user: rabbit username
openstack_rabbit_pass: rabbit password

openstack_admin_vip: administration host (could be openstack_controller_host in in all-in installation)
openstack_os_identity_api_version: openstack identification api version
openstack_ath_uri: public openstack authentication uri
openstack_ath_url: internal openstack authentication url

openstack_nova_keystone_password: keystone password for nova user.
openstack_neutron_keystone_password: keystone password for neutron user
openstack_keystone_auth_region: authentication region (RegionOne)

openstack_neutron_bridge_interface: openvswitch external bridge (br-ex)

Example Playbook

This is an example of all-in installation. We install the compute node in a machine with openstack controller installed. - hosts: localhost var: openstack_version: "liberty" openstack_controller_host: localhost openstack_compute_node_ip: 127.0.0.1 openstack_controller_ip: 127.0.0.1 penstack_cidr: 127.0.0.0/8 openstack_all_in: True roles: - LIP-Computing.nova-compute-node

License

Apache 2.0

Author Information

Contact: [email protected]

ansible-role-nova-compute-node's People

Contributors

jorgesece avatar

Watchers

James Cloos avatar  avatar Doina Cristina Duma avatar Diego Michelotto avatar Pablo Orviz avatar Mario David avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.