We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf34c5a + 5eb8b23 commit 70b3eecCopy full SHA for 70b3eec
hack/ci/cloud-init/controller.yaml.tpl
@@ -12,6 +12,11 @@
12
VERBOSE=True
13
LOG_COLOR=True
14
15
+ # Host tuning
16
+ ENABLE_SYSCTL_MEM_TUNING="True"
17
+ ENABLE_SYSCTL_NET_TUNING="True"
18
+ ENABLE_ZSWAP="True"
19
+
20
# Octavia
21
enable_plugin octavia https://github.com/openstack/octavia stable/${OPENSTACK_RELEASE}
22
enable_plugin octavia-dashboard https://github.com/openstack/octavia-dashboard stable/${OPENSTACK_RELEASE}
hack/ci/cloud-init/worker.yaml.tpl
@@ -11,6 +11,11 @@
11
DATABASE_PASSWORD=secretdatabase
RABBIT_PASSWORD=secretrabbit
ADMIN_PASSWORD=secretadmin
0 commit comments