詳解OpenStack之服務(wù)端口號(hào)
在部署openstack的過(guò)程中,你會(huì)遇到配置各種服務(wù)的endpoint,openstack通過(guò)url和端口來(lái)識(shí)別對(duì)應(yīng)請(qǐng)求的是哪一類服務(wù)
openstack組件使用的默認(rèn)端口號(hào)
openstack service | default ports | port type |
---|---|---|
Block Storage (cinder) | 8776 | publicurl and adminurl |
Compute (nova) endpoints | 8774 | publicurl and adminurl |
Compute API (nova-api) | 8773, 8775 | |
Compute ports for access to virtual machine consoles | 5900-5999 | |
Compute VNC proxy for browsers ( openstack-nova-novncproxy) | 6080 | |
Compute VNC proxy for traditional VNC clients (openstack-nova-xvpvncproxy) | 6081 | |
Proxy port for HTML5 console used by Compute service | 6082 | |
Data processing service (sahara) endpoint | 8386 | publicurl and adminurl |
Identity service (keystone) administrative endpoint | 35357 | adminurl |
Identity service public endpoint | 5000 | publicurl |
Image service (glance) API | 9292 | publicurl and adminurl |
Image service registry | 9191 | |
Networking (neutron) | 9696 | publicurl and adminurl |
Object Storage (swift) | 6000, 6001, 6002 | |
Orchestration (heat) endpoint | 8004 | publicurl and adminurl |
Orchestration AWS CloudFormation-compatible API (openstack-heat-api-cfn) | 8000 | |
Orchestration AWS CloudWatch-compatible API (openstack-heat-api-cloudwatch) | 8003 | |
Telemetry (ceilometer) | 8777 | publicurl and adminurl |
非openstack組件使用的默認(rèn)端口號(hào)
openstack service | default ports | used by |
---|---|---|
HTTP | 80 | OpenStack dashboard (Horizon) when it is not configured to use secure access. |
HTTP alternate | 8080 | OpenStack Object Storage (swift) service. |
HTTPS | 443 | Any OpenStack service that is enabled for SSL, especially secure-access dashboard. |
rsync | 873 | OpenStack Object Storage. Required. |
iSCSI target | 3260 | OpenStack Block Storage. Required. |
MySQL database service | 3306 | Most OpenStack components. |
Message Broker (AMQP traffic) | 5672 | OpenStack Block Storage, Networking, Orchestration, and Compute. |
理清openstack各個(gè)服務(wù)的端口,對(duì)學(xué)習(xí)openstack有很大的幫助。
參考鏈接:
http://docs.openstack.org/kilo/config-reference/content/firewalls-default-ports.html
以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。
- 基于openstack安裝部署私有云詳細(xì)圖文教程
- Fuel快速安裝OpenStack圖文教程
- 一步一步教你安裝openstack(圖文)
- Openstack安裝過(guò)程中遇到的問(wèn)題匯總
- openstack 重啟的服務(wù)命令整理總結(jié)
- Openstack 創(chuàng)建項(xiàng)目和虛擬機(jī)詳細(xì)介紹
- CentOS系統(tǒng)中一鍵安裝Openstack圖文教程
- OpenStack 創(chuàng)建windows鏡像實(shí)現(xiàn)步驟
- 詳解VMware接入Openstack—使用Openstack創(chuàng)建vCenter虛擬機(jī)
相關(guān)文章
Openstack 啟動(dòng)instance ''hvm''錯(cuò)誤問(wèn)題解決辦法
這篇文章主要介紹了Openstack 啟動(dòng)instance 'hvm'錯(cuò)誤問(wèn)題解決辦法的相關(guān)資料,需要的朋友可以參考下2016-11-11CentOS7.2部署OpenStack(一)—環(huán)境準(zhǔn)備
這篇文章主要介紹了CentOS7.2部署OpenStack(一)—環(huán)境準(zhǔn)備,小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2016-12-12OpenStack手動(dòng)分布式部署Glance(Queens版)
這篇文章主要介紹了OpenStack手動(dòng)分布式部署Glance(Queens版),Glance為云平臺(tái)虛擬機(jī)提供鏡像服務(wù),例如:上傳鏡像、刪除鏡像等,需要的朋友可以參考下2023-03-03OpenStack 工作流workflows使用原理詳細(xì)介紹
這篇文章主要介紹了OpenStack 工作流workflows使用原理詳細(xì)介紹的相關(guān)資料,需要的朋友可以參考下2016-11-11java.util.ConcurrentModificationException 解決方法
這篇文章主要介紹了 java.util.ConcurrentModificationException 解決方法的相關(guān)資料,需要的朋友可以參考下2016-11-11淺談openstack中使用linux_bridge實(shí)現(xiàn)vxlan網(wǎng)絡(luò)
這篇文章主要介紹了淺談openstack中使用linux_bridge實(shí)現(xiàn)vxlan網(wǎng)絡(luò),小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,也給大家做個(gè)參考。一起跟隨小編過(guò)來(lái)看看吧2018-03-03OpenStack手動(dòng)分布式部署Keystone(Queens版)
這篇文章主要介紹了OpenStack手動(dòng)分布式部署Keystone(Queens版),Keystone是OpenStack框架中負(fù)責(zé)管理身份驗(yàn)證服務(wù)訪問(wèn)規(guī)則和服務(wù)令牌功能的組件,需要的朋友可以參考下2023-03-03Openstack 使用migrate進(jìn)行數(shù)據(jù)庫(kù)升級(jí)實(shí)現(xiàn)方案詳細(xì)介紹
這篇文章主要介紹了Openstack 使用migrate進(jìn)行數(shù)據(jù)庫(kù)升級(jí)詳細(xì)介紹的相關(guān)資料,數(shù)據(jù)庫(kù)表或者增加字段等是必然的事情,如何比較容易的進(jìn)行這些數(shù)據(jù)庫(kù)升級(jí)的適配和管理,這里提供實(shí)現(xiàn)方法,需要的朋友可以參考下2016-12-12openstack云計(jì)算cinder架構(gòu)及各組件功能介紹
這篇文章主要為大家介紹了openstack云計(jì)算之cinder架構(gòu)及各組件功能介紹,有需要的朋友可以借鑒參考下,希望能夠有所幫助,祝大家多多進(jìn)步,早日升職加薪2022-04-04