您可以在 custom.yml 檔案中修改 NSX 使用的預設路由器設定。

Neutron 組態檔中包含一個用以設定預設路由器類型的參數。例如, tenant_router_types = shared, distributed, exclusive。您可以修改 custom.yml 檔案,以使用自訂設定覆寫此組態。

程序

  1. 實作 custom.yml 檔案。
    sudo mkdir -p /opt/vmware/vio/custom
    sudo cp /var/lib/vio/ansible/custom/custom.yml.sample /opt/vmware/vio/custom/custom.yml
  2. 在文字編輯器中開啟 /opt/vmware/vio/custom/custom.yml 檔案。
  3. 取消 nsxv_tenant_router_types 參數的註解,然後為 NSX 承租人指定路由器類型。
    nsxv_tenant_router_types: exclusive, shared, distributed
  4. 使用 SSH 登入 VMware Integrated OpenStack Manager。
  5. 切換至根使用者。
    sudo su -
  6. 將新組態推送到 VMware Integrated OpenStack 部署。
    viocli deployment configure --limit controller