File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,36 @@ post_deploy:
3636
3737# jgilaber: override hook defined in ci-framework that we don't need
3838pre_tests : []
39+
40+ cifmw_edpm_prepare_extra_kustomizations :
41+ - apiVersion : kustomize.config.k8s.io/v1beta1
42+ kind : Kustomization
43+ patches :
44+ - patch : |-
45+ apiVersion: core.openstack.org/v1beta1
46+ kind: OpenStackControlPlane
47+ metadata:
48+ name: controlplane
49+ spec:
50+ cinder:
51+ template:
52+ cinderVolumes:
53+ volume2:
54+ customServiceConfig: |
55+ [DEFAULT]
56+ enabled_backends=ceph
57+ [ceph]
58+ volume_backend_name=ceph
59+ volume_driver=cinder.volume.drivers.rbd.RBDDriver
60+ rbd_ceph_conf=/etc/ceph/ceph.conf
61+ rbd_user=openstack
62+ rbd_pool=volumes
63+ rbd_flatten_volume_from_snapshot=False
64+ report_discard_supported=True
65+ backend_host=hostgroup
66+ rbd_secret_uuid=400168b3-90c9-5bdd-bbed-ddfac8e06ae8
67+ networkAttachments:
68+ - storage
69+ replicas: 1
70+ target:
71+ kind: OpenStackControlPlane
You can’t perform that action at this time.
0 commit comments