From 151987b9be9db92945036e7993eb096140f7d85c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 4 Oct 2022 13:03:35 +0200 Subject: [PATCH] vCD connector offered as best-effort code no longer maintained Signed-off-by: garciadeblas --- 04-vim-setup.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/04-vim-setup.md b/04-vim-setup.md index 7f52dce..ce4b16d 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}' ``` -- GitLab