tripleo-quickstart-extras/roles/overcloud-prep-containers/defaults/main.yml
Wes Hayutin 5d8f67f74a add delorean-current to repolist for updates
The list of containers that are updated are generated
from a list of rpms from the gating repo.  These
containers are updated w/ the gating repo and dlrn-current.

That makes the above set of containers out of sync w/
the rest of the containers.  The list of containers
that are updated needs to include changes required
by dlrn-current AND the gating repo.

The --enablerepo parameter for repoquery seems to support
comma-delimited lists, we'll take advantage of that so that we don't
need edit ansible-role-tripleo-modify-image parameter interface.

Co-Authored-By: Jiri Stransky <jistr@redhat.com>
Closes-Bug: #1786764
Change-Id: Ie12021ace7e9eb1695aa97ac5d97f3b948be9d86
2018-08-21 16:21:56 +01:00

14 lines
589 B
YAML

---
tripleo_common_dir: /usr/share/openstack-tripleo-common
containerized_overcloud: false
overcloud_prep_containers_template: overcloud-prep-containers.sh.j2
overcloud_prep_containers_script: "overcloud-prep-containers.sh"
overcloud_prep_containers_log: "overcloud_prep_containers.log"
prepare_service_env_args: -e {{ overcloud_templates_path }}/environments/docker.yaml
update_containers: false
container_process_count: 8
use_overcloud_mixed_upgrade: false
prep_container_upgrade_run: false
gating_repo_name: gating-repo
update_containers_repo: "{{ gating_repo_name }},delorean-current"