Skip to content

Commit 5c26546

Browse files
committed
Split controlplane in two modular components
1 parent 4d561fe commit 5c26546

9 files changed

Lines changed: 18 additions & 7 deletions
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1alpha1
3+
kind: Component
4+
resources:
5+
- openstack-controlplane.yaml

components/rhoso/controlplane/openstack-controlplane.yaml renamed to components/rhoso/controlplane/controlplane/openstack-controlplane.yaml

File renamed without changes.
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
apiVersion: kustomize.config.k8s.io/v1alpha1
33
kind: Component
4-
resources:
5-
- openstack-controlplane.yaml
6-
- openstack-ipaddresspools.yaml
7-
- openstack-l2advertisement.yaml
8-
- openstack-net-attach-def.yaml
9-
- openstack-netconfig.yaml
10-
- openstack-nncp.yaml
4+
5+
components:
6+
- ./networking
7+
- ./controlplane
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
apiVersion: kustomize.config.k8s.io/v1alpha1
3+
kind: Component
4+
resources:
5+
- openstack-ipaddresspools.yaml
6+
- openstack-l2advertisement.yaml
7+
- openstack-net-attach-def.yaml
8+
- openstack-netconfig.yaml
9+
- openstack-nncp.yaml

components/rhoso/controlplane/openstack-ipaddresspools.yaml renamed to components/rhoso/controlplane/networking/openstack-ipaddresspools.yaml

File renamed without changes.

components/rhoso/controlplane/openstack-l2advertisement.yaml renamed to components/rhoso/controlplane/networking/openstack-l2advertisement.yaml

File renamed without changes.

components/rhoso/controlplane/openstack-net-attach-def.yaml renamed to components/rhoso/controlplane/networking/openstack-net-attach-def.yaml

File renamed without changes.

components/rhoso/controlplane/openstack-netconfig.yaml renamed to components/rhoso/controlplane/networking/openstack-netconfig.yaml

File renamed without changes.

components/rhoso/controlplane/openstack-nncp.yaml renamed to components/rhoso/controlplane/networking/openstack-nncp.yaml

File renamed without changes.

0 commit comments

Comments
 (0)