nuagenetworks / nuage-metroae

Nuage Networks Metro Automation Engine
http://devops.nuagenetworks.net
Apache License 2.0
44 stars 17 forks source link

build_upgrade builds wrong hosts file #573

Closed toweber closed 6 years ago

toweber commented 6 years ago

After running the upgrade build, the hosts file contains a section that looks like this

[vsd_node1] vsd-1.dbsdn.vfcs.net [vsd_node2] vsd-2.dbsdn.vfcs.net [vsd_node3] vsd-3.dbsdn.vfcs.net [vsds:children] vsd_node1 vsd_node2 vsd_node3

It should look like this:

[vsd_node1] vsd-1.dbsdn.vfcs.net [vsd_node2] vsd-2.dbsdn.vfcs.net [vsd_node3] vsd-3.dbsdn.vfcs.net [vsds:children] vsd_node1 vsd_node2 vsd_node3

This leads to errors when running commands after that. Latest metro version.

ghost commented 6 years ago

We fixed it in the dev branch. We will patch the master branch, too.