Releases: QualiSystems/cloudshell-cp-vcenter
Releases · QualiSystems/cloudshell-cp-vcenter
cloudshell-cp-vcenter 7.0.2
Release notes:
- Added IPv6 support
Note: To work with IPv6, you need to add a new attribute "IP Protocol Version" to App Resource. Possible values are ipv4 and ipv6. By default, the ipv4 value will be taken.
cloudshell-cp-vcenter 7.0.0
- update connectivity:
- new network name. Added flags E/S - exclusive/shared, F - forged transmits, M - mac address changes, P - promiscuous mode
- fix getting settings for forged transmits and others from VLAN Service and resource config
- lock for the creation of a network
- significantly decrease the time of searching a network if there are lots of networks in the datacenter
- fix for Copy VM BIOS UUID not being transitioned to the saved app
- do not rerun the connection on login error
- use SI from the driver, destroy socket on session ending
- fix VM with snapshot hint - return only VM that has snapshots
- shutdown immediately on deleting VM
- retry cloning VM on vCenter error creating DVPort
cloudshell-cp-vcenter 6.0.3
- fix connectivity - CloudShell would call Connectivity one more time in teardown after the VM was deleted if disconnect for the first time failed
- fix removing VM without sandbox
- run save sandbox and delete saved sandbox in threads
cloudshell-cp-vcenter 6.0.2
- fix creating networks for dvSwitch
cloudshell-cp-vcenter 6.0.1
update tags flow:
- fix delete instance with disabled tags
- add cache for tags and categories
- remove VM and folder if assigning tags failed in deploy and raise
- fix removing DVPortGroup if assigning tags failed
cloudshell-cp-vcenter 6.0.0
- use CS logging v2
- use connectivity flow v4
- support manual and auto interfaces in a connector at the same time
- create networks in pre_connectivity
- remove networks in post_connectivity
- use clear function to remove failed set VLAN actions
- remove network tags only for static shell. In other cases, they would be deleted in DeleteInstance command when sandbox is finishing
- get tags before deleting networks, remove tags after all networks is deleted
- delete tags of VM and folder after the objects are removed
- use "Existing Network" attribute
cloudshell-cp-vcenter 5.0.5
- fix tags with space at the end or begin
- fix IP regex
cloudshell-cp-vcenter 5.0.4
- fix creating Host's Port Group if the corresponding network is present
- fix IP regex not checked for primary IP
cloudshell-cp-vcenter 5.0.2
- fix getting a DVSwitch from a folder
- fix creating a new vNIC
- add function to split string by ";" and ","
- if an affinity rule name is specified but not present create it
cloudshell-cp-vcenter 5.0.1
- fix validating that we receive a switch name in the connectivity
- fix get or create network command to ignore exception if the network was created in another thread