eucalyptus / calyptos

Tool for Managing Eucalyptus
BSD 2-Clause "Simplified" License
5 stars 14 forks source link

Calyptos: Zookeeper zoo.cfg servers not incrementing #75

Closed dmccue closed 8 years ago

dmccue commented 8 years ago

https://github.com/eucalyptus/midokura-cookbook/blob/master/templates/default/zoo.cfg.erb#L28

midokura.zookeepers:

Results in /etc/zookeeper/zoo.cfg:

server.1=10.105.10.51:2888:3888
server.1=10.105.10.70:2888:3888

Instead of:

server.1=10.105.10.51:2888:3888
server.2=10.105.10.51:2888:3888
dmccue commented 8 years ago

https://github.com/eucalyptus/midokura-cookbook/pull/15

dmccue commented 8 years ago

merged