Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions deploy-edpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,6 @@
ansible.builtin.import_role:
name: run_hook

# FIXME:Earlier, where we were using import_playbook, the cifmw_architecture_scenario
# variable was not available in playbooks/06-deploy-architecture.yml,
# but by using import_playbook, the variables are parsed in different way,
# so instead of cifmw_architecture_scenario not being defined, it is defined
# and it is executing additional tasks, which should not.
# Temporary move the end_play here and let's improve the tasks execution
# where tasks execution would be merged into one if the tasks should
# be done on same host.
- name: Early end if not architecture deploy
tags:
- always
Expand Down
5 changes: 0 additions & 5 deletions hooks/playbooks/ceph-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
hosts: "{{ cifmw_target_hook_host | default('localhost') }}"
gather_facts: false
tasks:

- name: Debug cifmw_make_ceph_environment
when:
- cifmw_make_ceph_environment is defined
Expand All @@ -13,10 +12,6 @@

# Since the hook injects the ansible.cfg in the ansible-playbook command,
# we therefore should know where to look for the install_yamls_makes role.
# For the records, this role is generated in the 01-bootstrap.yml playbook
# (migrated to: roles/cifmw_setup/tasks/bootstrap.yml)
# by leveraging the install_yamls role and related modules, especially
# the generate_make_tasks.
# And we can pass down the cifmw_make_ceph_environment set in the
# environment of the main play. If we don't have anything for that param,
# let's default to an empty hash.
Expand Down
75 changes: 0 additions & 75 deletions playbooks/01-bootstrap.yml

This file was deleted.

146 changes: 0 additions & 146 deletions playbooks/02-infra.yml

This file was deleted.

32 changes: 0 additions & 32 deletions playbooks/03-build-packages.yml

This file was deleted.

28 changes: 0 additions & 28 deletions playbooks/04-build-containers.yml

This file was deleted.

33 changes: 0 additions & 33 deletions playbooks/05-build-operators.yml

This file was deleted.

Loading