Skip to content

Commit

Permalink
remove unused zuul jobs and fix kuttle
Browse files Browse the repository at this point in the history
the nova base job was calling set_openstack_containers
based on the edpm_prepare job to enable the
nova-operator-compute-kit job to eventurally deploy edpm nodes.

the nova-operator-compute-kit is not currenly used since added a
diffent tempet job so both the nova-operator-compute-kit job and
invocation of set_openstack_containers in nova-operator-base is
removed.
  • Loading branch information
SeanMooney authored and openshift-merge-bot[bot] committed Feb 26, 2024
1 parent c1c8160 commit 8b5b682
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 456 deletions.
17 changes: 0 additions & 17 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
src: "~/src/github.com/{{ cifmw_operator_build_org }}/openstack-operator"
image_base: nova


- job:
name: nova-operator-base
description: |
Expand Down Expand Up @@ -42,22 +41,6 @@
post-run:
- ci/nova-operator-base/playbooks/collect-logs.yaml

- job:
name: nova-operator-compute-kit
parent: nova-operator-base
dependencies: ["nova-operator-content-provider"]
roles:
- zuul: github.com/openstack-k8s-operators/ci-framework
description: |
This job deploy a basic "Compute Starter Kit" topology
https://www.openstack.org/software/sample-configs#compute-starter-kit
that is the minium set of openstack services required to boot a vm.
requires:
- "nova-operator-content"
run:
- ci/nova-operator-compute-kit/playbooks/deploy-openstack.yaml
- ci/nova-operator-compute-kit/playbooks/tempest.yaml

- job:
name: nova-operator-kuttl
parent: nova-operator-base
Expand Down
6 changes: 0 additions & 6 deletions ci/nova-operator-base/playbooks/pre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,3 @@
oc wait InstallPlan {{ cifmw_edpm_prepare_wait_installplan_out.stdout }}
--namespace=openstack-operators
--for=jsonpath='{.status.phase}'=Complete --timeout=20m
- name: Update OpenStack Services containers Env
when: cifmw_edpm_prepare_update_os_containers | bool
vars:
cifmw_set_openstack_containers_extra_vars: "{{ cifmw_edpm_prepare_extra_vars }}"
ansible.builtin.include_role:
name: set_openstack_containers
27 changes: 0 additions & 27 deletions ci/nova-operator-compute-kit/playbooks/deploy-openstack.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions ci/nova-operator-compute-kit/playbooks/tempest.yaml

This file was deleted.

Empty file.

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-compute-kit/topology/base/glance.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions ci/nova-operator-compute-kit/topology/base/infra.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-compute-kit/topology/base/keystone.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions ci/nova-operator-compute-kit/topology/base/kustomization.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-compute-kit/topology/base/neutron.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions ci/nova-operator-compute-kit/topology/base/nova.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-compute-kit/topology/base/placement.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions ci/nova-operator-compute-kit/topology/ci/kustomization.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions ci/nova-operator-compute-kit/topology/ci/storage.yaml

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions ci/nova-operator-compute-kit/topology/network-isolation/infra.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8b5b682

Please sign in to comment.