Ian Cordasco fb497dcd0c Run the glance cache cron jobs more frequently
Currently, running every 24 hours is long enough to allow the cache to
completely fill up the container's disk. By running the jobs every 6
hours instead (4 times per day), we hope to eliminate the problem where
the container will fill up.

Closes-bug: 1439892
Change-Id: Ie7311f70656447382c2403e79453fe88401efca1
2015-04-24 13:55:14 -05:00
2015-04-07 09:50:24 -05:00

OpenStack glance

tags

openstack, glance, cloud, ansible

category

*nix

Role to install glance and glance registry.

This role will install the following:
  • glance-api
  • glance-registry
- name: Install glance server
  hosts: glance_all
  user: root
  roles:
    - { role: "os_glance", tags: [ "os-glance" ] }
  vars:
    external_lb_vip_address: 172.16.24.1
    internal_lb_vip_address: 192.168.0.1
    galera_address: "{{ internal_lb_vip_address }}"
Description
Role os_glance for OpenStack-Ansible
Readme 7.2 MiB
Languages
Jinja 48.1%
Python 37.3%
Shell 14.6%