Andrew Ni

Results 12 comments of Andrew Ni

I've looked over this a few times now and I think the design has been well thought out. Can you give us an example code flow of the interview noninteractive...

Currently testing fix by creating a data center group network and using UI (with the fix) to deploy native cluster

Hi @nkruniceva , the link issue is because we did not properly update a metadata file in the UI codebase, so the version still reads as 1.0.0. However, the plugin...

Last we investigated this issue, we found that vCD sends back admin labeled links only when logged in as sys admin. Pyvcloud/cse can only find the item if the admin...

Currently there is no way to encrypt config.yaml file, as CSE reads the file's plaintext. We are currently thinking about implementing this as a security enhancement

Seems like the error is that config.yaml is not valid yaml. Can you verify that your config file is fine (maybe with a yaml parser or `cse check --config config.yaml`)....

Hi, can you provide a pip list/freeze (`pip list` or `pip freeze`) Also, can you edit your previous post to include the config.yaml in a code block (surround the text...

I used http://www.yamllint.com/ and copy/pasted your config file, and it seems that the config file is invalid yaml. Unsure if the file was actually starting and ending with `---`, but...

Can you please remove the dashes at the top and bottom of the config file. yaml files are simply keys and their associated values. Those dashes at the top and...

CSE will run on any unix-based OS that is running Python 3.6.5+ It seems like the error you're experiencing is still somehow related to the config file. This is what...