Skip to content

Commit 27b5458

Browse files
Merge pull request #456 from fao89/refactempest
Refactor tempest job
2 parents 7a5afb4 + d2a28eb commit 27b5458

File tree

2 files changed

+16
-38
lines changed

2 files changed

+16
-38
lines changed

ci/tempest/ci_fw_vars.yaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
2-
# note by default the source for the playbook specified
3-
# in the hooks is relative to
4-
# https://github.com/openstack-k8s-operators/ci-framework/tree/main/hooks/playbooks
5-
# if you want to use a different source you can use the full path on the ansible controller
6-
7-
post_ctlplane_deploy:
8-
- name: 71 Kustomize control plane to enable heat service
9-
type: playbook
10-
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/heat-operator'].src_dir }}/ci/tempest/control_plane_hook.yaml"
11-
- name: 82 Kustomize and update Control Plane
12-
type: playbook
13-
source: control_plane_kustomize_deploy.yml
2+
cifmw_edpm_prepare_timeout: 60
3+
cifmw_edpm_prepare_kustomizations:
4+
- apiVersion: kustomize.config.k8s.io/v1beta1
5+
kind: Kustomization
6+
namespace: openstack
7+
patches:
8+
- patch: |-
9+
apiVersion: core.openstack.org/v1beta1
10+
kind: OpenStackControlPlane
11+
metadata:
12+
name: unused
13+
spec:
14+
heat:
15+
enabled: true
16+
target:
17+
kind: OpenStackControlPlane

ci/tempest/control_plane_hook.yaml

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

0 commit comments

Comments
 (0)