[
https://issues.apache.org/jira/browse/VCL-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153481#comment-14153481
]
ASF subversion and git services commented on VCL-706:
-----------------------------------------------------
Commit 1628507 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1628507 ]
VCL-174 - NAT - support for sites that have small IP address ranges
VCL-706 - Allow a Connect Method to Specify a Port Range or Port List
VCL-170 - option to power off blades after reservation - new reload module
VCL-636 - Allow vCenter folder to be specified in VM profile
VCL-758 - VCL timings - make various timings to be variables and edited by admin
update-vcl.sql:
-modified DropExistingConstraints, DropExistingIndices, AddUniqueIndex,
Add2ColUniqueIndexIfNotExist, and Add3ColUniqueIndexIfNotExist: updated length
of several CHAR fields in stored procedures; there were some problems with
names getting truncated
-added populateConnectMethodPort - populates connectmethodport, drops
connectmethod.port and connectmethod.protocol
-changed ALTER TABLE for computer.predictivemoduleid to AddColumnIfNotExists
-added connectmethodport table
-added DropColumnIfExists for imagemeta.usergroupid
-added DropColumnIfExists for managementnode.predictivemoduleid
-added nathost table
-added natlog table
-added natmap table
-added natport table
-added DropColumnIfExists for vmhost.vmkernalnic
-added DropColumnIfExists for vmhost.vmwaredisk
-added AddColumnIfNotExists for vmprofile.folderpath
-added 'INSERT IGNORE INTO nathost' to populate nathost table with entries from
managementnode table
-added INSERT IGNORE's for connectmethodport
-added INSERT IGNORE's for 'Site Configuration...' entries for
usergroupprivtype table
vcl.sql:
-moved managementnode.predictivemoduleid to end of table
-removed connectmethod.port and connectmethod.protocol
-added connectmethodport table
-added nathost table
-added natlog table
-added natmap table
-added natport table
-removed port values from INSERTs for connectmethod table
-added INSERTs for 'Site Configuration...' entries for usergroupprivtype table
> Allow a Connect Method to Specify a Port Range or Port List
> -----------------------------------------------------------
>
> Key: VCL-706
> URL: https://issues.apache.org/jira/browse/VCL-706
> Project: VCL
> Issue Type: Improvement
> Components: database
> Affects Versions: 2.3
> Reporter: Nathaniel Sherry
> Priority: Minor
>
> Currently, when configuring a connect method, only one port can be listed. It
> would be nice if a list of ports could be provided, instead.
> For a connect method like VNC, one way to support different resolutions is to
> run several VNC servers on adjacent ports.
> Allowing noVNC to connect to a VNC server which does not support web sockets
> requires running a service like websockify, which needs to operate on a
> separate port to allow normal VNC connections to continue to work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)