diff --git a/04-vim-setup.md b/04-vim-setup.md index 7f52dce43133b05c4ba129b3390f04cc1b2cd912..ce4b16deb325b9faa9ab6b0c4a0213c0ec4b3642 100644 --- a/04-vim-setup.md +++ b/04-vim-setup.md @@ -233,6 +233,8 @@ If not, use a path of an existing image at host where OSM is running ### Adding vCD as VIM target to OSM +**Note: Be aware that vCD connector for VMware vCloud Director is no longer maintained and is offered as best-effort code with no guarantees. No bug fixes will be provided from the community on vCD connector. If you are interested in contributing and leading its evolution, please feel free to contact TSC mailing list [OSM_TECH@list.etsi.org](https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=OSM_TECH@list.etsi.org). or RO MDL via Slack.** + ```bash osm vim-create --name vmware-site --user osm --password osm4u --auth_url https://10.10.10.12 --tenant vmware-tenant --account_type vmware --config '{admin_username: user, admin_password: passwd, orgname: organization, nsx_manager: "http://10.10.10.12", nsx_user: user, nsx_password: userpwd,"vcenter_port": port, "vcenter_user":user, "vcenter_password":password, "vcenter_ip": 10.10.10.14}' ```