4612cf32f1
This patch adds a task to download the Octavia Amphora image to the working directory on the undercloud so that it can be pulled in by the Octavia overcloud deployment tasks. Change-Id: Ie387f1274059ec80d19c5ef0bf9aed7a3a999e2a |
||
---|---|---|
.. | ||
defaults | ||
tasks | ||
README.md |
Octavia-amphora-download
An Ansible role to download Octavia amphora images to be used in CI or scripted deployments.
Requirements
This playbook expects a supported version of Ansible and working Internet access.
Role Variables:
- target_dir <'$HOME'> -- location to store the downloaded image
- amphora_url -- url of image to download. If not provided a default location based on branch is used.
Dependenncies
No dependencies
Example Playbook
Download the amphora image for the stein branch to foo's home directory:
- hosts: undercloud
vars:
release: "stein"
target_dir: "/home/foo"
roles:
- octavia-amphora-dowload
License
Apache 2.0
Author Information
RDO-CI Team