Skip to content

Commit

Permalink
Support new OpenStack initialization resource for RHOSO install
Browse files Browse the repository at this point in the history
  • Loading branch information
abays committed Nov 18, 2024
1 parent d74222b commit 50f0927
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/common/openstack/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
components:
- ../../../lib/openstack
6 changes: 6 additions & 0 deletions lib/openstack/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

resources:
- openstack_deploy.yaml
6 changes: 6 additions & 0 deletions lib/openstack/openstack_deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
apiVersion: operator.openstack.org/v1beta1
kind: OpenStack
metadata:
name: openstack
namespace: openstack-operators

0 comments on commit 50f0927

Please sign in to comment.