ynwssjx / Openstack-HA-Deployment

Deploy OpenStack HA Cluster automatically based on the two books "Openstack Cluster HA:Deployment and Operation" and "Openstack Cluster HA:Architecture and Principles"
32 stars 47 forks source link

端口冲突 #1

Open liangtiansheng opened 5 years ago

liangtiansheng commented 5 years ago

您好,请教一下,照着您的两本Openstack书部署时会出现问题,主要原因是haproxy的frontend bind字段把所有服务的端口都占用了,然后pcs resource create 资源时无法启动服务,因为服务端口冲突,您是如何避免的

tanmx commented 5 years ago

服务不要监听 0.0.0.0 ,例如 keystone 5000端口,只在本地地址监听,haproxy 监听 vip:5000 ,服务监听 本地ip:5000 这样就不会端口冲突

ynwssjx commented 5 years ago

“haproxy的frontend bind字段把所有服务的端口都占用了” HAProxy指定自己的端口的话,为什么会把所有服务都占用呢?我确实没遇到这种情况啊,检查下你的haproxy配置文件,确认端口指定是否冲突

liangtiansheng commented 5 years ago

@tanmx @ynwssjx 感谢二位解答,监听的地址确实用了0.0.0.0,我改一下试试,另外,这两本书用的M版,现在已经没有M版了,用别的版本改动比较大,您当时是否有把部署的软件放在私有仓库?

tanmx commented 5 years ago

@liangtiansheng 版本无关的 都是用的这一套方案。 M版源这里有:OpenStack-Mitaka