Skip to content

Commit 70b3eec

Browse files
authored
Merge pull request #2307 from shiftstack/ci-tunning
🐛 ci/devstack: host tuning
2 parents cf34c5a + 5eb8b23 commit 70b3eec

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)