Skip to content

Commit bd220e0

Browse files
committed
Drop unused playbooks
The playbooks were migrated into role cifmw_setup. As it was mentioned in commit message [1], such approach should be better for developers to maintain the code. [1] #2930 Depends-On: https://review.rdoproject.org/r/c/rdo-jobs/+/58122 Depends-On: #3208 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 5703bdd commit bd220e0

File tree

20 files changed

+22
-1040
lines changed

20 files changed

+22
-1040
lines changed

deploy-edpm.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@
141141
ansible.builtin.import_role:
142142
name: run_hook
143143

144-
# FIXME:Earlier, where we were using import_playbook, the cifmw_architecture_scenario
145-
# variable was not available in playbooks/06-deploy-architecture.yml,
146-
# but by using import_playbook, the variables are parsed in different way,
147-
# so instead of cifmw_architecture_scenario not being defined, it is defined
148-
# and it is executing additional tasks, which should not.
149-
# Temporary move the end_play here and let's improve the tasks execution
150-
# where tasks execution would be merged into one if the tasks should
151-
# be done on same host.
152144
- name: Early end if not architecture deploy
153145
tags:
154146
- always

hooks/playbooks/ceph-deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313

1414
# Since the hook injects the ansible.cfg in the ansible-playbook command,
1515
# we therefore should know where to look for the install_yamls_makes role.
16-
# For the records, this role is generated in the 01-bootstrap.yml playbook
17-
# (migrated to: roles/cifmw_setup/tasks/bootstrap.yml)
18-
# by leveraging the install_yamls role and related modules, especially
19-
# the generate_make_tasks.
16+
# For the records, this role is generated in the
17+
# roles/cifmw_setup/tasks/bootstrap.yml by leveraging the install_yamls
18+
# role and related modules, especially the generate_make_tasks.
2019
# And we can pass down the cifmw_make_ceph_environment set in the
2120
# environment of the main play. If we don't have anything for that param,
2221
# let's default to an empty hash.

playbooks/01-bootstrap.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

playbooks/02-infra.yml

Lines changed: 0 additions & 146 deletions
This file was deleted.

playbooks/03-build-packages.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

playbooks/04-build-containers.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

playbooks/05-build-operators.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)