[vSphere:live]
; Hostname of VSphere management host
-host = vcs01.ppbrln.internal
+host = vcs01.pixelpark.net
port = 443
default_vsphere_defs = {
'live': {
- 'host': 'vcs01.ppbrln.internal',
+ 'host': 'vcs01.pixelpark.net',
'port': 443,
'dc': 'vmcc',
'cluster': 'vmcc-l105-01',
class VsphereConfig(FbBaseObject):
"""Class for encapsulation of config data of a connection to a VSPhere center."""
- default_host = 'vcs01.ppbrln.internal'
+ default_host = 'vcs01.pixelpark.net'
default_port = 443
default_dc = 'vmcc'
default_cluster = 'vmcc-l105-01'