Skip to content

Commit

Permalink
OpenStack updated
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Aug 16, 2024
1 parent 4fa5da6 commit e20a3a0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/adr/assets/runtime-examples/sap-converged-cloud.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
apiVersion: infrastructuremanager.kyma-project.io/v1alpha1
apiVersion: infrastructuremanager.kyma-project.io/v1
kind: Runtime
metadata:
labels:
kyma-project.io/controlled-by-provisioner: "false"
kyma-project.io/instance-id: instance-id
kyma-project.io/runtime-id: runtime-id
kyma-project.io/broker-plan-id: plan-id
kyma-project.io/broker-plan-name: plan-name
kyma-project.io/global-account-id: global-account-id
kyma-project.io/subaccount-id: subAccount-id
kyma-project.io/shoot-name: shoot-name
kyma-project.io/shoot-name: ops-full
kyma-project.io/region: region
operator.kyma-project.io/kyma-name: kymaName
name: runtime-id
name: ops-full
namespace: kcp-system
spec:
shoot:
# spec.shoot.name is required
name: shoot-name
name: ops-full
# spec.shoot.purpose is required
purpose: production
# spec.shoot.region is required
Expand Down Expand Up @@ -61,7 +62,7 @@ spec:
# Will be modified by the SRE
image:
name: gardenlinux
version: 1312.3.0
version: 1443.9.0
# Note: KEB doesn't specify the volume, Gardener defaults used
# spec.shoot.workers.zones is optional
zones:
Expand All @@ -82,6 +83,7 @@ spec:
maxUnavailable: 0
# spec.shoot.Networking is required
networking:
type: calico
pods: 10.96.0.0/13
nodes: 10.250.0.0/22
services: 10.104.0.0/13
Expand Down

0 comments on commit e20a3a0

Please sign in to comment.