File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 12
12
VERBOSE=True
13
13
LOG_COLOR=True
14
14
15
+ # Host tuning
16
+ ENABLE_SYSCTL_MEM_TUNING="True"
17
+ ENABLE_SYSCTL_NET_TUNING="True"
18
+ ENABLE_ZSWAP="True"
19
+
15
20
# Octavia
16
21
enable_plugin octavia https://github.com/openstack/octavia stable/${ OPENSTACK_RELEASE}
17
22
enable_plugin octavia-dashboard https://github.com/openstack/octavia-dashboard stable/${ OPENSTACK_RELEASE}
Original file line number Diff line number Diff line change 11
11
VERBOSE=True
12
12
LOG_COLOR=True
13
13
14
+ # Host tuning
15
+ ENABLE_SYSCTL_MEM_TUNING="True"
16
+ ENABLE_SYSCTL_NET_TUNING="True"
17
+ ENABLE_ZSWAP="True"
18
+
14
19
DATABASE_PASSWORD=secretdatabase
15
20
RABBIT_PASSWORD=secretrabbit
16
21
ADMIN_PASSWORD=secretadmin
You can’t perform that action at this time.
0 commit comments