Jesse Pretorius 27545d222a Optimise apt cache update task
The update of the apt cache and the package installation
can all be handled in a single task by providing the
package action plugin with the right parameters. This
removes an extra task to optimise execution.

The minimum Ansible version is raised to 2.2 due to a
known bug [1] in Ansible's apt module which does not
update the cache properly if the cache update and the
install are combined in a single task.

[1] https://github.com/ansible/ansible-modules-core/issues/1497

Change-Id: Ieaf67c9a776c43e9fd39c63a92642b55a49bb9bc
2017-04-21 16:51:57 +01:00
2017-04-14 14:46:26 -05:00
2017-04-14 14:46:26 -05:00
2017-03-31 13:41:06 -05:00
2017-04-21 16:51:57 +01:00
2017-04-21 16:51:57 +01:00
2017-04-14 14:46:26 -05:00
2017-04-19 17:36:06 -07:00
2016-08-25 14:56:41 +02:00
2016-11-25 16:19:15 +01:00
2017-03-02 11:52:11 +00:00

Team and repository tags

image

OpenStack-Ansible Trove (DBaaS)

Ansible role that installs and configures OpenStack Trove. Trove is installed behind the Apache webserver listening on port 8779 by default.

Required Variables

This list is not exhaustive at present. See role internals for further details.

# trove TCP listening port
trove_service_port: 8779

Example Playbook

- name: Install trove server
  hosts: trove_all
  user: root
  roles:
     - { role: "os_trove", tags: [ "os-trove" ] }
  vars:
    is_metal: "{{ properties.is_metal|default(false) }}"
Description
Role os_trove for OpenStack-Ansible
Readme 3.6 MiB
Languages
Jinja 49.9%
Python 36%
Shell 14.1%