tripleo-quickstart-extras/playbooks/multinode-standalone-pre.yml
Sagi Shnaidman 8c105f5581 New CI job: add settings for containers registries
Support pulling containers from provider job registry.

Change-Id: Ib85f3a61f20c60865362eea4d14e5ae6ab0ae46f
2020-09-01 07:57:40 +00:00

40 lines
798 B
YAML

---
- name: Add the overcloud nodes to the generated inventory
hosts: undercloud
gather_facts: true
tags:
- standalone
vars:
inventory: multinode
roles:
- tripleo-inventory
- name: Prepare the undercloud for installation
hosts: undercloud
roles:
- undercloud-setup
tags:
- standalone
- name: Run DLRN gate role and install repo
hosts: undercloud
vars:
artg_compressed_gating_repo: "${HOME}/gating_repo.tar.gz"
roles:
- build-test-packages
- {role: install-built-repo, when: compressed_gating_repo is defined}
tags:
- build
- name: Deploy Standalone
hosts: undercloud
tasks:
- include_role:
name: standalone
tasks_from: containers
apply:
tags:
- standalone
tags:
- standalone