Go to file
Kevin Carter ae02667b84 Updated the hostname generation
The change simply adds a more complete hostname within the
"/etc/hosts" file for all nodes within inventory which
ensures all hosts are reachable and have a proper host entry
for itself and all other hosts. Additionally the hostname
insert script has been made idempotent and tests have been
added to ensure functionality.

Partial-Bug: #1577245
Change-Id: Ib1e3b6f02758906e3ec7ab35737c1a58fcbca216
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-06-29 10:09:44 -05:00
2016-06-29 10:09:44 -05:00
2015-11-03 02:57:54 -06:00
2016-06-27 15:38:14 -04:00
2016-06-29 10:09:44 -05:00
2016-06-29 10:09:44 -05:00
2016-06-29 10:09:44 -05:00
2016-05-04 15:18:53 +01:00
2015-11-03 02:57:54 -06:00
2015-11-03 02:57:54 -06:00
2016-06-29 10:09:44 -05:00
2015-12-09 11:46:54 -06:00
2015-11-03 02:57:54 -06:00
2016-06-29 10:09:44 -05:00

OpenStack-Ansible openstack_hosts

Role for basic setup and configuration of a host machine for the intended purpose of use within OpenStack. This role was created to tune a host to receive OpenStack. The basic operations within the role allow it to install, setup, and tune specific kernel options that all OpenStack powered hosts will need to perform nominally.

Default Variables

../../defaults/main.yml

Required Variables

None

Example Playbook

- name: Basic host setup
  hosts: "hosts"
  user: root
  roles:
    - { role: "openstack_hosts" }
Description
Role openstack_hosts for OpenStack-Ansible
Readme 6.8 MiB
Languages
Jinja 59.1%
Python 40.9%