mac

Results 25 comments of mac

@randalb1991 which VCD version are you trying to access using 30.0 API? If you are trying VCD 10.0 then can you please try with 33.0 once as 30.0 is primarily...

@RyanW8, `get_all_vms()` returns a list of `lxml.objectify.ObjectifiedElement`. You need to get inside the object to fetch values. Below is the pythonic way which I believe should work for you, ```...

@rmillet-rs, please confirm if the template does not have any network attached to it because if it does not have any network then execution should not have gotten inside the...

@inetman28, sure! give me some time to look into it.

Currently, we support custom scripts while deploying VMs, did you try setting variables with it?

@pilot513 are we good to close this issue?

@beniyp, these modules are not published at the galaxy server, may be that is why you are getting errors while installing them, could you please try installing from git repo...

@beniyp, does your issue still persist?

@magnusolsson80, we cant set "os_type" while creating a new vApp and in case of adding new VMS, I guess it will take internally from the given template or vApp.

@theovich I could see two issues here, 1. You have installed pyvcloud for python 3.6 but somehow it is looking for python 2.7. 2. Did you have ansible.cfg in the...