Skip to content

Commit 043ae5d

Browse files
committed
[multiple] Drop unused playbooks except 08-run-tests.yml
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. Also skip removing 08-run-tests.yml because the NFV team is using it and it takes a time to verify that. The playbook would be removed in next pull request. [1] #2930 Depends-On: https://review.rdoproject.org/r/c/rdo-jobs/+/58147 Depends-On: #3208 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
1 parent 5a539ea commit 043ae5d

File tree

19 files changed

+26
-1015
lines changed

19 files changed

+26
-1015
lines changed

deploy-edpm.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,6 @@
145145
ansible.builtin.import_role:
146146
name: run_hook
147147

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

hooks/playbooks/ceph-deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
hosts: "{{ cifmw_target_hook_host | default('localhost') }}"
55
gather_facts: false
66
tasks:
7-
87
- name: Debug cifmw_make_ceph_environment
98
when:
109
- cifmw_make_ceph_environment is defined
@@ -13,10 +12,6 @@
1312

1413
# Since the hook injects the ansible.cfg in the ansible-playbook command,
1514
# 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.
2015
# And we can pass down the cifmw_make_ceph_environment set in the
2116
# environment of the main play. If we don't have anything for that param,
2217
# 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)