Go to file
Matt Dorn 27c0ee1e47 Add linux-image-extra-virtual to host packages
It appears that some Ubuntu 14.04 images only contain the base kernel package
and leave out the extra drivers package, linux-image-extra-$(uname -r).
If this package is not installed, openstack-ansible playbooks will fail on
modprobing kernel modules that are not installed (i.e. vhost_net.ko).
linux-image-extra-virtual should provide the linux-image-extra package for
currently installed base kernel package.

Change-Id: If2f008357117495c9e4b80dbfef68503fa93a809
Closes-Bug: 1595323
2016-06-29 19:54:58 +00: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%