rocknes

Results 60 comments of rocknes

Hi Gelob, _vcd vm list_ hasn't been implemented yet, that's why you are seeing the message. _vcd vapp list_ has been implemented using query service (refer vcd-cli : vapp.py, line238,...

Can't commit to a timeline as of now, but we do have it on our radar.

Latest released version of pyvcloud will work with latest released version of vcd-cli. Latest dev version of pyvcloud with work with latest dev version of vcd-cli. The above mentioned error...

To clarify why this issue is cropping up, The last release of vcd-cli specifies a dev version of pyvcloud, which is wrong in my opinion. Release versions shouldn't depend on...

Hi Stephan, glad to know that you got CSE to work :) If you already have vcd-cli installed then ```pip install vcd-cli --pre``` will be a no-op :( I think...

From the stacktrace it looks like that profile file is corrupted or has incomplete data. Can you please upload/paste content of profiles.yaml here? The file should be located in ~/.vcd-cli/profiles.yaml

Hi, This error can happen for multiple reasons, prime ones being 1. Mis-configured AMQP bus 2. Too many org VDC in the system .. CSE can't really handle more than...

Hi, There is a bug around the whole metadata workflow in vCD. I encountered it while adding support for metadata READ/WRITE in pyvcloud https://github.com/vmware/pyvcloud/blob/c4017e701bf6e170c8ac8a20de9e5b1fa666a6f1/pyvcloud/vcd/client.py#L513 GENERAL - READONLY is not a...

Hi Emilio, vCD is coming up with the Defined Entity framework in a future release. This would allow extensions like CSE to do object extention and reap the benefits of...

Hi, We can expose the CSE_CONFIG_PASSWORD environment variable from cse.sh via the `EnvironmentFile` directive. This is documented in cse.sh ``` ### CSE config file should be encrypted for security (using...