This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop DataPlaneService ConfigMaps and Secrets
- Drops the ConfigMaps and Secrets fields from OpenStackDataPlaneService. - Updates all services under config/services to use the OpenStackDataPlaneService.Spec.DataSources field instead. - Removes some un-needed labels from some services as they aren't needed and for brevity. - Update docs for the switch to DataSources. Depends-On: openstack-k8s-operators/install_yamls#846 Depends-On: openstack-k8s-operators/ci-framework#1847 Depends-On: openstack-k8s-operators/architecture#276 Signed-off-by: James Slagle <[email protected]>
- Loading branch information
Showing
28 changed files
with
62 additions
and
182 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_bootstrap.yaml
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,12 +1,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: openstackdataplaneservice | ||
app.kubernetes.io/instance: openstackdataplaneservice-bootstrap | ||
app.kubernetes.io/part-of: dataplane-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dataplane-operator | ||
name: bootstrap | ||
spec: | ||
playbook: osp.edpm.bootstrap |
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_configure_network.yaml
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,12 +1,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: openstackdataplaneservice | ||
app.kubernetes.io/instance: openstackdataplaneservice-configure-network | ||
app.kubernetes.io/part-of: dataplane-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dataplane-operator | ||
name: configure-network | ||
spec: | ||
playbook: osp.edpm.configure_network |
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_configure_ovs_dpdk.yaml
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,12 +1,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: openstackdataplaneservice | ||
app.kubernetes.io/instance: openstackdataplaneservice-configure-ovs-dpdk | ||
app.kubernetes.io/part-of: dataplane-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dataplane-operator | ||
name: configure-ovs-dpdk | ||
spec: | ||
playbook: osp.edpm.configure_ovs_dpdk |
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_derive_pci_devicespec.yaml
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,12 +1,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: openstackdataplaneservice | ||
app.kubernetes.io/instance: openstackdataplaneservice-derive-pci-devicespec | ||
app.kubernetes.io/part-of: dataplane-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dataplane-operator | ||
name: derive-pci-devicespec | ||
spec: | ||
playbook: osp.edpm.sriov_derive_device_spec |
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_download_cache.yaml
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,12 +1,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: openstackdataplaneservice | ||
app.kubernetes.io/instance: openstackdataplaneservice-download-cache | ||
app.kubernetes.io/part-of: dataplane-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dataplane-operator | ||
name: download-cache | ||
spec: | ||
playbook: osp.edpm.download_cache |
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_install_certs.yaml
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
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
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
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
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
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
6 changes: 0 additions & 6 deletions
6
config/services/dataplane_v1beta1_openstackdataplaneservice_validate_network.yaml
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,12 +1,6 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
labels: | ||
app.kubernetes.io/name: openstackdataplaneservice | ||
app.kubernetes.io/instance: openstackdataplaneservice-validate-network | ||
app.kubernetes.io/part-of: dataplane-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
app.kubernetes.io/created-by: dataplane-operator | ||
name: validate-network | ||
spec: | ||
playbook: osp.edpm.validate_network |
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
Oops, something went wrong.