跳至主要内容

服務目錄與端點

所有 OpenStack 服務皆註冊於 Keystone 服務目錄中,具備公開端點和內部端點。公開端點透過 HAProxy 以 TLS 提供服務。內部端點則使用 API VIP(192.168.113.252)上的純 HTTP。

端點列表

服務類型公開端點內部端點
Keystoneidentityhttps://openstack.cloudnative.tw:5000http://192.168.113.252:5000
Novacomputehttps://openstack.cloudnative.tw:8774/v2.1http://192.168.113.252:8774/v2.1
Nova Legacycompute_legacyhttps://openstack.cloudnative.tw:8774/v2/%(tenant_id)shttp://192.168.113.252:8774/v2/%(tenant_id)s
Neutronnetworkhttps://openstack.cloudnative.tw:9696http://192.168.113.252:9696
Glanceimagehttps://openstack.cloudnative.tw:9292http://192.168.113.252:9292
Cinderblock-storagehttps://openstack.cloudnative.tw:8776/v3http://192.168.113.252:8776/v3
Cinderv3volumev3https://openstack.cloudnative.tw:8776/v3/%(tenant_id)shttp://192.168.113.252:8776/v3/%(tenant_id)s
Swift (RGW)object-storehttps://s3.cloudnative.tw:6780/swift/v1/AUTH_%(project_id)shttp://192.168.113.252:6780/swift/v1/AUTH_%(project_id)s
Heatorchestrationhttps://openstack.cloudnative.tw:8004/v1/%(tenant_id)shttp://192.168.113.252:8004/v1/%(tenant_id)s
Heat CFNcloudformationhttps://openstack.cloudnative.tw:8000/v1http://192.168.113.252:8000/v1
Designatednshttps://openstack.cloudnative.tw:9001http://192.168.113.252:9001
Octaviaload-balancerhttps://openstack.cloudnative.tw:9876http://192.168.113.252:9876
Placementplacementhttps://openstack.cloudnative.tw:8780http://192.168.113.252:8780
Skylinepanelhttps://openstack.cloudnative.tw:9998http://192.168.113.252:9998

備註

  • 所有公開端點使用 HTTPS(TLS 於 HAProxy 終止)。
  • 所有內部端點使用 API VIP(192.168.113.252)上的純 HTTP,經由 VLAN 1113。
  • Swift 端點由 Ceph RADOS Gateway(RGW)提供,支援 S3 相容及 Swift 相容的物件儲存。
  • Skyline 為儀表板 UI,取代 Horizon。
  • Region:RegionOne(單一 region 部署)。

服務相依性圖

所有服務皆透過 Keystone 進行驗證。Nova 是關聯性最高的服務,依賴 Neutron 提供網路、Glance 提供映像檔、Cinder 提供磁碟區,以及 Placement 進行資源追蹤。