Steps to reproduce the problem:
1. Deploy new VM(SLES 11 SP2) on ESXi Host.
2. Login to the VM using:
>>> from pysphere import VIServer
>>> server = VIServer()
>>> server.connect("host_ip_address", "username", "spassword")
>>> vm1 = server.get_vm_by_name("vmname")
>>> vm1.power_on()
>>> vm1.login_in_guest("os_username", "os_password")
3. How to configure IP address, Hostname and other network configuration ??
Expectation:
Need to configure IP address, Hostname and other network settings using
pysphere.
VM is deployed with SLES 11 SP2 OS on ESXi 5.5 Host.
Original issue reported on code.google.com by pravinku...@gmail.com on 19 Jul 2015 at 4:36
Original issue reported on code.google.com by
pravinku...@gmail.com
on 19 Jul 2015 at 4:36