File tree Expand file tree Collapse file tree 2 files changed +16
-38
lines changed
Expand file tree Collapse file tree 2 files changed +16
-38
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments