Skip to content

Commit

Permalink
Merge pull request #132 from Jaganathancse/provision_support_changes
Browse files Browse the repository at this point in the history
EDPM Compute with provision changes
  • Loading branch information
abays authored Mar 25, 2024
2 parents 26a54a9 + 2580248 commit 9170b03
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/va/nfv/ovs-dpdk-sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ metadata:
annotations:
config.kubernetes.io/local-config: "true"
data:
preProvisioned: false
baremetalSetTemplate:
ctlplaneInterface: eno2 #CHANGEME
cloudUserName: cloud-admin
provisioningInterface: enp1s0 #CHANGEME
bmhLabelSelector:
app: openstack #CHANGEME
ssh_keys:
# Authorized keys that will have access to the dataplane computes via SSH
authorized: CHANGEME
Expand Down
7 changes: 7 additions & 0 deletions examples/va/nfv/ovs-dpdk/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ metadata:
annotations:
config.kubernetes.io/local-config: "true"
data:
preProvisioned: false
baremetalSetTemplate:
ctlplaneInterface: eno2 #CHANGEME
cloudUserName: cloud-admin
provisioningInterface: enp1s0 #CHANGEME
bmhLabelSelector:
app: openstack #CHANGEME
ssh_keys:
# Authorized keys that will have access to the dataplane computes via SSH
authorized: CHANGEME
Expand Down
7 changes: 7 additions & 0 deletions examples/va/nfv/sriov/edpm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ metadata:
annotations:
config.kubernetes.io/local-config: "true"
data:
preProvisioned: false
baremetalSetTemplate:
ctlplaneInterface: eno2 #CHANGEME
cloudUserName: cloud-admin
provisioningInterface: enp1s0 #CHANGEME
bmhLabelSelector:
app: openstack #CHANGEME
ssh_keys:
# Authorized keys that will have access to the dataplane computes via SSH
authorized: CHANGEME
Expand Down
24 changes: 24 additions & 0 deletions va/nfv/ovs-dpdk-sriov/edpm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,27 @@ replacements:
- data.03-sriov-nova\.conf
options:
create: true
- source:
kind: ConfigMap
name: edpm-values
fieldPath: data.preProvisioned
targets:
- select:
kind: OpenStackDataPlaneNodeSet
name: openstack-edpm
fieldPaths:
- spec.preProvisioned
options:
create: true
- source:
kind: ConfigMap
name: edpm-values
fieldPath: data.baremetalSetTemplate
targets:
- select:
kind: OpenStackDataPlaneNodeSet
name: openstack-edpm
fieldPaths:
- spec.baremetalSetTemplate
options:
create: true
24 changes: 24 additions & 0 deletions va/nfv/ovs-dpdk/edpm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,27 @@ replacements:
- data.04-cpu-pinning-nova\.conf
options:
create: true
- source:
kind: ConfigMap
name: edpm-values
fieldPath: data.preProvisioned
targets:
- select:
kind: OpenStackDataPlaneNodeSet
name: openstack-edpm
fieldPaths:
- spec.preProvisioned
options:
create: true
- source:
kind: ConfigMap
name: edpm-values
fieldPath: data.baremetalSetTemplate
targets:
- select:
kind: OpenStackDataPlaneNodeSet
name: openstack-edpm
fieldPaths:
- spec.baremetalSetTemplate
options:
create: true
24 changes: 24 additions & 0 deletions va/nfv/sriov/edpm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,27 @@ replacements:
- data.03-sriov-nova\.conf
options:
create: true
- source:
kind: ConfigMap
name: edpm-values
fieldPath: data.preProvisioned
targets:
- select:
kind: OpenStackDataPlaneNodeSet
name: openstack-edpm
fieldPaths:
- spec.preProvisioned
options:
create: true
- source:
kind: ConfigMap
name: edpm-values
fieldPath: data.baremetalSetTemplate
targets:
- select:
kind: OpenStackDataPlaneNodeSet
name: openstack-edpm
fieldPaths:
- spec.baremetalSetTemplate
options:
create: true

0 comments on commit 9170b03

Please sign in to comment.