aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/nova-libvirt.yaml
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2017-08-14 10:23:38 -0500
committerBen Nemec <bnemec@redhat.com>2017-08-14 10:23:38 -0500
commitfb2c13795dee6edba1987c3b3256cfb50d711b43 (patch)
treea62d0f9d3296ade97ae66b7c6f41e7f0f87164c6 /puppet/services/nova-libvirt.yaml
parent4dabd2c487d998caf43fcee9f906ba27985242f6 (diff)
Extend VNC port range
Per the attached bug, if a large number of instances are colocated on a single compute node it is possible to exhaust the allowed VNC ports. This change extends the range to include 1024 ports, which with the default 16x overcommit ratio in Nova means we could handle a fully loaded 64 core server. That's _probably_ overkill, but I think it makes sense to overshoot a bit on this and ensure nobody runs into weird problems because their VNC ports weren't allowed through the firewall. Change-Id: Ia48602e82b8e0fbb585371ea514eea3c2334dab0 Closes-Bug: 1678025
Diffstat (limited to 'puppet/services/nova-libvirt.yaml')
-rw-r--r--puppet/services/nova-libvirt.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/nova-libvirt.yaml b/puppet/services/nova-libvirt.yaml
index 04936c33..e1fe5aa9 100644
--- a/puppet/services/nova-libvirt.yaml
+++ b/puppet/services/nova-libvirt.yaml
@@ -162,7 +162,7 @@ outputs:
dport:
- 16514
- '49152-49215'
- - '5900-5999'
+ - '5900-6923'
-
if: