Removed nodes are not removed from /etc/hosts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
New
|
High
|
Fuel Python (Deprecated) |
Bug Description
Steps:
1. Deploy cluster with default settings: 3 controller + 1 compute
2. Remove two controllers, re-deploy
3. Check records in /etc/hosts
Expected:
There are no records for removed nodes
Actual:
Records exists for removed nodes
root@node-2:~# cat /etc/hosts
# HEADER: This file was autogenerated at 2015-08-17 21:07:04 +0000
# HEADER: by puppet. While it can still be managed manually, it
# HEADER: is definitely not recommended.
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
10.109.16.3 public.fuel.local
10.109.17.3 node-2.
10.109.17.4 node-1.
10.109.17.6 node-6.
10.109.17.5 node-5.
Env:
{"build_id": "2015-08-
Changed in fuel: | |
assignee: | nobody → Fuel Python Team (fuel-python) |
milestone: | none → 7.0 |
importance: | Undecided → High |
It seems to me that is a duplicate - https:/ /bugs.launchpad .net/fuel/ +bug/1467655