Jimmy McCrory 61498e7598 Make all tests use upper-constraints
As per [1] all tests can now use upper-constraints. This patch removes
all instances of the install_command override relating to testing which
were needed to negate the use of upper-constraints.

[1] http://lists.openstack.org/pipermail/openstack-dev/2016-August/101474.html

Change-Id: I7df47c0a23e7dbbe549130bfb6ee6a3100b2fe24
2017-02-09 18:21:38 -08:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2016-04-02 14:45:53 -04:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2016-05-03 13:57:16 +00:00
2015-12-09 09:24:22 -06:00
2015-12-09 09:24:22 -06:00
2016-07-07 13:35:19 +01:00
2017-02-09 18:21:38 -08:00

OpenStack memcached servers

tags

openstack, memcached, server, cloud, ansible

category

*nix

Role for the deployoment and installation of Memcached

- name: Install memcached
  hosts: memcached
  user: root
  roles:
    - { role: "memcached_server", tags: [ "memcached-server" ] }
  vars:
    memcached_listen: "10.0.0.1"
Description
Role memcached_server for OpenStack-Ansible
Readme 2.7 MiB
Languages
Python 88.1%
Jinja 11.9%