Skip to content

Commit

Permalink
Remove unused job defintion and playbooks/files
Browse files Browse the repository at this point in the history
After the parenting change for the kuttl job, the nova-operator-base job
is unused and can be removed. Similarly, the playbooks ported to the
ci-framework can be removed.
  • Loading branch information
cescgina committed Nov 29, 2024
1 parent 6d15887 commit 59d806e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 268 deletions.
25 changes: 0 additions & 25 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,4 @@
---
- job:
name: nova-operator-base
description: |
This is the base job for all nova-operator tests that will deploy
openstack. the base job does not deploy openstack but it does use
the nova-operator-content-provider job to provide a registry with
built operators and installs them on a crc environment. Child jobs
should take this deployed crc and use the installed operators to
deploy openstack and then test it. This job will fetch the job
output directory so child jobs can just add additional logs to that
in there post-playbooks.
parent: cifmw-podified-multinode-edpm-base-crc
abstract: true
attempts: 1
dependencies: ["openstack-meta-content-provider"]
required-projects:
- github.com/openstack-k8s-operators/ci-framework
- github.com/openstack-k8s-operators/install_yamls
roles:
- zuul: github.com/openstack-k8s-operators/ci-framework
pre-run:
- ci/nova-operator-base/playbooks/pre-wrapper.yaml
post-run:
- ci/nova-operator-base/playbooks/collect-logs.yaml

- job:
name: nova-operator-kuttl
parent: cifmw-multinode-kuttl-operator-target
Expand Down
2 changes: 0 additions & 2 deletions ci/nova-operator-base/ansible.cfg

This file was deleted.

18 changes: 0 additions & 18 deletions ci/nova-operator-base/ci_fw_vars.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-base/inventory.ini

This file was deleted.

33 changes: 0 additions & 33 deletions ci/nova-operator-base/playbooks/pre-wrapper.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions ci/nova-operator-base/playbooks/pre.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions ci/nova-operator-kuttl/ansible.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-kuttl/inventory.ini

This file was deleted.

17 changes: 0 additions & 17 deletions ci/nova-operator-kuttl/playbooks/deploy-deps.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions ci/nova-operator-kuttl/playbooks/run-kuttl.yaml

This file was deleted.

0 comments on commit 59d806e

Please sign in to comment.