tripleo-quickstart-extras/roles/external-data-plane-management
Chandan Kumar 95291ba130 Run container-prep role before installing standalone
In order to set correct container tag from dlrn md5 sum
in container-image-prepare file, we need to run
container-prep role before deploying standalone.

Otherwise tripleo-ci-testing tag[1] will be used in periodic
line and this tag does not exists on quay.rdoproject.org.
It will fail the standalone deployment with image not found.

This patch fixes the same and now tag is properly set in
container-image-prepare[2]. The same tag will be set
in deploy_compute.sh script.

[1]. https://logserver.rdoproject.org/18/46118/3/check/periodic-tripleo-ci-centos-9-standalone-external-compute-target-host-master/1355bd7/logs/undercloud/home/zuul/containers-prepare-parameters.yaml.txt.gz

[2]. https://logserver.rdoproject.org/18/46118/4/check/periodic-tripleo-ci-centos-9-standalone-external-compute-target-host-master/a572928/logs/undercloud/home/zuul/containers-prepare-parameters.yaml.txt.gz

Signed-off-by: Chandan Kumar <chkumar@redhat.com>
Change-Id: I6cdb21b46385017b2c56771e2cf45f340013de02
2022-12-20 14:50:22 +00:00
..
defaults Added script to spin an instance on external compute 2022-11-28 17:55:55 +05:30
meta Add EDPM role and playbook for standalone-compute deployment 2022-10-20 11:00:10 +05:30
tasks Run container-prep role before installing standalone 2022-12-20 14:50:22 +00:00
templates Added script to spin an instance on external compute 2022-11-28 17:55:55 +05:30
README.md Add EDPM role and playbook for standalone-compute deployment 2022-10-20 11:00:10 +05:30

README.md

External Data Plane Management

An Ansible role to deploy standalone compute.

Example Playbook

  1. Sample playbook to call the role
- name: Deploy the compute node
  include_role:
    name: external-data-plane-management