Skip to content

Commit 1ecf00b

Browse files
authored
Reduce disk storage consumption in Openstack e2e tests (#798)
1 parent 7e31555 commit 1ecf00b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/e2e/provisioning/testdata/machinedeployment-openstack-upgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ spec:
3434
domainName: "<< DOMAIN_NAME >>"
3535
region: "<< REGION >>"
3636
network: "<< NETWORK_NAME >>"
37+
rootDiskSizeGB: 10
3738
rhsmOfflineToken: "<< REDHAT_SUBSCRIPTIONS_OFFLINE_TOKEN >>"
3839
operatingSystem: "<< OS_NAME >>"
3940
operatingSystemSpec:

test/e2e/provisioning/testdata/machinedeployment-openstack.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ spec:
3434
domainName: "<< DOMAIN_NAME >>"
3535
region: "<< REGION >>"
3636
network: "<< NETWORK_NAME >>"
37-
rootDiskSizeGB: 20
3837
operatingSystem: "<< OS_NAME >>"
3938
operatingSystemSpec:
4039
distUpgradeOnBoot: false

0 commit comments

Comments
 (0)