VMware Integrated OpenStack 包括可在其中執行 OpenStack 命令列用戶端和其他公用程式的工具箱容器。
若要存取工具箱,請以 root
使用者身分登入 Integrated OpenStack Manager,然後執行 toolbox 命令。
OpenStack 用戶端
工具箱包括下列 OpenStack 用戶端:
- Aodh
- Barbican
- Cinder
- Designate
- Glance
- Gnocchi
- Heat
- Keystone
- Neutron
- Nova
- Swift
將以 OpenStack 部署中 admin
使用者的設定自動設定工具箱。若要以其他使用者身分登入,請從 VMware Integrated OpenStack 儀表板下載 RC 檔案,並將其套用至工具箱容器。
- 登入 VMware Integrated OpenStack 儀表板。
- 從右上角的功能表中,選取 OpenStack RC 檔案。
- 將檔案傳輸到 VMware Integrated OpenStack 工具箱容器。
- 透過執行
source rc-file
命令套用設定。
其他公用程式
除了 OpenStack 用戶端以外,工具箱還包括 Data Center Command-Line Interface (DCLI)。若要使用 DCLI,請執行 dcli 命令,並指定部署的私人 OpenStack 端點。
dcli +server https://internal-vip:9449/api +i
如需詳細資訊,請參閱 VMware {code} 中的 VMware Data Center CLI 頁面 頁面。
備註:
無法從工具箱執行 nsxadmin 公用程式。若要使用 nsxadmin,請開啟 Neutron 伺服器容器的 Shell:
kubectl -n openstack exec -it neutron-server-pod-name -- /bin/bash