Skip to content

Commit f5f24f9

Browse files
authored
Merge pull request #2308 from k8s-infra-cherrypick-robot/cherry-pick-2307-to-release-0.11
[release-0.11] 🐛 ci/devstack: host tuning
2 parents e9350bb + 08a5c2c commit f5f24f9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

hack/ci/cloud-init/controller.yaml.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
VERBOSE=True
1313
LOG_COLOR=True
1414

15+
# Host tuning
16+
ENABLE_SYSCTL_MEM_TUNING="True"
17+
ENABLE_SYSCTL_NET_TUNING="True"
18+
ENABLE_ZSWAP="True"
19+
1520
# Octavia
1621
enable_plugin octavia https://github.com/openstack/octavia stable/${OPENSTACK_RELEASE}
1722
enable_plugin octavia-dashboard https://github.com/openstack/octavia-dashboard stable/${OPENSTACK_RELEASE}

hack/ci/cloud-init/worker.yaml.tpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
VERBOSE=True
1212
LOG_COLOR=True
1313

14+
# Host tuning
15+
ENABLE_SYSCTL_MEM_TUNING="True"
16+
ENABLE_SYSCTL_NET_TUNING="True"
17+
ENABLE_ZSWAP="True"
18+
1419
DATABASE_PASSWORD=secretdatabase
1520
RABBIT_PASSWORD=secretrabbit
1621
ADMIN_PASSWORD=secretadmin

0 commit comments

Comments
 (0)