透過 OpenStack 管理伺服器設定 vRealize Automation 承租人 FQDN 並安裝 vRealize Orchestrator OpenStack 外掛程式,可整合兩個解決方案。
程序
- 啟用整合 VMware Integrated OpenStack 與 vRealize Automation 的服務。
- 登入 OpenStack 管理伺服器。
- 執行命令以針對 vRealize Automation 承租人設定 VMware Integrated OpenStack 索引標籤。
vra_tenant
值僅限大寫形式。
viocli vros enable -d your_VIO_deployment_name --vra_tenant YOUR_VRA_TENANT --vra_host IP/FQDN --vra_admin vRA_administrator_username --vros_host OMS_server_IP --verbose
- 將角色或專案指派給使用者所屬的群組,然後才能讓 VMware Identity Manager 使用者登入 VMware Integrated OpenStack。
- 建立 JSON 檔案,然後在 vIDM 網域、Openstack 專案和 OpenStack 群組之間設定對應。
{
"domain": {
"name": "Default", //domain where VMware Identity Manager users will consume
resource from.
"project": {
"name": "fed-project1", // new OpenStack project for this group of users.
"group": {
"name": "fed-group1", // new OpenStack group for these vRealize Automation users
"users": [ // list of vIDM users will be added to the group.
{
"name": "user1"
},
{
"name": ”user2"
}
]
}
}
}
}
- 套用 JSON 檔案中設定的對應。
vros_cli.sh add-mapping mappings_file.json
- 部署 vRealize Orchestrator OpenStack 外掛程式。
- 從 http://Your_OMS_server_IP/o11n-openstack-plugin/ 下載本機檔案系統上的
o11n-openstack-plugin.2.0.0-XXX.vmoapp
檔案。
您可以登入 vRealize Automation 伺服器內嵌 vRealize Orchestrator 或已連線的外部 vRealize Orchestrator。
- 以
root
身分登入 vRealize Orchestrator 控制中心。
- 在 [控制中心] 頁面上,按一下管理外掛程式。
- 在 [安裝外掛程式] 區段中,按一下瀏覽。
- 從本機檔案系統選取
o11n-openstack-plugin.2.0.0-XXX.vmoapp
檔案。
vRealize Orchestrator 伺服器會安裝外掛程式。安裝外掛程式後,[管理外掛程式] 頁面會重新整理並指示安裝成功。該頁面還會顯示一則訊息,提示您重新啟動 vRealize Orchestrator 伺服器。
- 按一下安裝。
- 按一下啟動選項以存取控制項並重新啟動 vRealize Orchestrator 伺服器。
結果
您現在可以透過 vRealize Automation 入口網站管理 VMware Integrated OpenStack,以及設計和取用藍圖。