Extend VNC port range
authorBen Nemec <bnemec@redhat.com>
Mon, 14 Aug 2017 15:23:38 +0000 (10:23 -0500)
committerBen Nemec <bnemec@redhat.com>
Mon, 14 Aug 2017 15:23:38 +0000 (10:23 -0500)
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

puppet/services/nova-libvirt.yaml

index 04936c3..e1fe5aa 100644 (file)
@@ -162,7 +162,7 @@ outputs:
                 dport:
                   - 16514
                   - '49152-49215'
-                  - '5900-5999'
+                  - '5900-6923'
 
           -
             if: