tripleo-ansible/tripleo_ansible/roles/tripleo_run_cephadm
Kevin Carter 1cb8d44e0f
fix galaxy meta requirements
Also takes the opportunity to ignore "meta" directory from molecule
jobs. Since we apparently can't use "irrevelant_files" with "files",
we're using a negative look-ahead regexpi[1], to take all BUT "meta.*".

[1] https://www.regular-expressions.info/lookaround.html

NOTE: this patch also toggle tripleo-ansible-centos-8-role-addition to
non-voting in order to get this change merged. This job times out on a
regular basis, and prevents this needed patch to merge. Follow-up are
needed, for instance calling "pip-compile" as it's now done here:
https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491

Closes-Bug: 1943965
Change-Id: I84d077c6daefdbeda4fda2d1f8fdd400c7437500
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2021-09-21 08:53:45 -05:00
..
defaults Add deployed_ceph feature 2021-08-10 07:46:22 -04:00
meta fix galaxy meta requirements 2021-09-21 08:53:45 -05:00
molecule/default Use centos-8 stream for molecule jobs 2021-04-25 23:56:33 +03:00
tasks Add rbd trash purge scheduler to the Ceph conf 2021-09-01 21:11:59 +02:00
vars Introduce tripleo_run_cephadm role and cephadm playbook 2021-02-24 10:46:31 +01:00
README.md Introduce tripleo_run_cephadm role and cephadm playbook 2021-02-24 10:46:31 +01:00

README.md

tripleo_run_cephadm

The purpose of this role is to perform three main actions:

  1. prepare the necessary information for the cephadm playbook execution
  2. Enable the ceph-admin user
  3. execute the cephadm playbook

Role Variables

  • tripleo_run_cephadm_command_log: where the cephadm playbook logs its execution.