contiv-experimental / demo

Easy cut demos to try contiv [DEPRECATED]
Other
6 stars 25 forks source link

cleanup netmaster entry in etc hosts #68

Closed pkeerthana closed 8 years ago

pkeerthana commented 8 years ago

Because netmaster hosts entry is not cleaned up, stale netmaster ip entry remains causing etcd communication issues.

-bash-4.2# cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 12.1.1.100 netmaster --> stale netmaster entry 10.193.246.8 netmaster --> correct netmaster entry 10.193.246.8 k8master 10.193.246.9 contiv-k8-1 10.193.246.10 contiv-k8-2

pkeerthana commented 8 years ago

fixes #62

jojimt commented 8 years ago

LGTM.