-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Fabricio Aguiar <fabricio.aguiar@gmail.com>
- Loading branch information
Showing
4 changed files
with
42 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,32 @@ | ||
--- | ||
# note by default the source for the playbook specified | ||
# in the hooks is relative to | ||
# https://github.com/openstack-k8s-operators/ci-framework/tree/main/hooks/playbooks | ||
# if you want to use a different source you can use the full path on the ansible controller | ||
cifmw_edpm_prepare_timeout: 60 | ||
cifmw_edpm_prepare_kustomizations: | ||
- apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
namespace: openstack | ||
patches: | ||
- patch: |- | ||
apiVersion: core.openstack.org/v1beta1 | ||
kind: OpenStackControlPlane | ||
metadata: | ||
name: unused | ||
spec: | ||
heat: | ||
enabled: true | ||
telemetry: | ||
enabled: true | ||
template: | ||
metricStorage: | ||
enabled: true | ||
autoscaling: | ||
enabled: true | ||
target: | ||
kind: OpenStackControlPlane | ||
post_ctlplane_deploy: | ||
- name: 71 Kustomize control plane to enable heat service | ||
# we can use this hook to create flavors, images, etc | ||
# before we execute tempest simiilar to how we would use | ||
# local.sh in devstack based jobs | ||
pre_tests: | ||
- name: 01 Create cinder multiattach volume type | ||
type: playbook | ||
source: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/openstack-k8s-operators/heat-operator'].src_dir }}/ci/tempest/control_plane_hook.yaml" | ||
- name: 82 Kustomize and update Control Plane | ||
type: playbook | ||
source: control_plane_kustomize_deploy.yml | ||
source: cinder_multiattach_volume_type.yml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters