tripleo-quickstart-extras/roles/octavia-amphora-download
Brent Eagles 543343d450 Allow full path to be specified for amphora destination
Different versions of TripleO have different restrictions for the
amphora location. Parameterizing it allows quickstart and the
templates to put it in suitable locations.

Change-Id: I61c2e69f34280304c9dbab7af5e597956e5a7efe
2020-03-06 10:53:50 -03:30
..
meta Allow full path to be specified for amphora destination 2020-03-06 10:53:50 -03:30
tasks Allow full path to be specified for amphora destination 2020-03-06 10:53:50 -03:30
README.md Allow full path to be specified for amphora destination 2020-03-06 10:53:50 -03:30

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:

  • octavia_amphora_path -- full path for the downloaded amphora 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