tripleo-quickstart-extras/roles/octavia-amphora-download
Brent Eagles 4612cf32f1 Add a tasks to download amphora image for octavia deployments
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
2019-09-11 11:30:58 -04:00
..
defaults Add a tasks to download amphora image for octavia deployments 2019-09-11 11:30:58 -04:00
tasks Add a tasks to download amphora image for octavia deployments 2019-09-11 11:30:58 -04:00
README.md Add a tasks to download amphora image for octavia deployments 2019-09-11 11:30:58 -04:00

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