Skip to content

Commit 50f0927

Browse files
committed
Support new OpenStack initialization resource for RHOSO install
1 parent d74222b commit 50f0927

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
components:
3+
- ../../../lib/openstack

lib/openstack/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1alpha1
3+
kind: Component
4+
5+
resources:
6+
- openstack_deploy.yaml
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
apiVersion: operator.openstack.org/v1beta1
3+
kind: OpenStack
4+
metadata:
5+
name: openstack
6+
namespace: openstack-operators

0 commit comments

Comments
 (0)