Skip to content

Commit

Permalink
fix: in progress
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Kramorov <[email protected]>
  • Loading branch information
Kirill Kramorov committed Nov 1, 2024
1 parent 4aa73cf commit 9baa3c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions testing/cloud_layouts/vSphere/Standard/configuration.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,18 @@ zones:
externalNetworkNames:
- DPortGroup-lab-vms
internalNetworkNames:
- DPortGroup-internal-private-vms[DONT-USE]
- DPortGroup-internal-private-vms
internalNetworkCIDR: 172.16.25.0/24
baseResourcePool: cloud-layout-tests
masterNodeGroup:
replicas: ${MASTERS_COUNT}
instanceClass:
numCPUs: 4
memory: 8192
template: vm-templates/ubuntu-noble-server-cloudimg-amd64
template: vm-templates/ubuntu-noble-24.04-cloudimg
mainNetwork: DPortGroup-lab-vms
additionalNetworks:
- DPortGroup-internal-private-vms[DONT-USE]
- DPortGroup-internal-private-vms
datastore: vsan-spb-5-datastore
rootDiskSize: 50
runtimeOptions:
Expand Down
2 changes: 1 addition & 1 deletion testing/cloud_layouts/vSphere/Standard/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
rootDiskSize: 20
mainNetwork: DPortGroup-lab-vms
additionalNetworks:
- DPortGroup-internal-private-vms[DONT-USE]
- DPortGroup-internal-private-vms
datastore: vsan-spb-5-datastore
---
apiVersion: deckhouse.io/v1
Expand Down

0 comments on commit 9baa3c2

Please sign in to comment.