Module - tripleo_nova_image_cache¶
This module provides for the following ansible plugin:
tripleo_nova_image_cache
Module Documentation¶
Manage Nova image cache on TripleO OpenStack deployment
Options¶
- id
- ID of the image to cache 
- scp_source
- Attempt to scp the image from this nova-compute host 
- scp_continue_on_error
- Fallback to image download if scp fails 
Authors¶
- Oliver Walsh (@owalsh) 
Example Tasks¶
- name: Cache image
  tripleo_nova_image_cache:
    id: ec151bd1-aab4-413c-b577-ced089e7d3f8
- name: Cache image, try to copy from existing host
  tripleo_nova_image_cache:
    id: ec151bd1-aab4-413c-b577-ced089e7d3f8
    scp_source: nova-compute-0
    scp_continue_on_error: true
