Go to file
Jesse Pretorius 6ec6dc71c0 Use updated get_url module checksum functionality
Starting in Ansible 2.0, the get_url [1] module provides the
ability for a checksum to be provided to the get_url module
which will be verified against the local destination file
and the task skipped if it matches.

[1] http://docs.ansible.com/ansible/get_url_module.html

This patch implements the use of this functionality.

The ability to ignore a venv download failure is also removed
as this is not necessary or desirable. It is better for the
download to fail and the playbook execution to stop immediately
so that the failure point is exposed.

Change-Id: Iea1e6428d5c2e22eb6bce71d3ad5350864b536e1
2016-11-07 17:37:39 +00:00
2016-10-27 12:11:25 -04:00
2016-10-28 00:58:43 +00:00
2016-09-19 14:17:04 -04:00
2016-09-16 09:15:23 +01:00
2016-08-25 14:56:41 +02:00
2016-08-25 14:59:31 +02:00
2016-09-19 14:17:04 -04:00
2016-08-29 07:08:25 +00:00

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.8 MiB
Languages
Jinja 58.4%
Python 41.6%