Duplicate IPs during deploy on 90 nodes env
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Łukasz Oleś | ||
5.1.x |
Fix Committed
|
High
|
Łukasz Oleś | ||
Mitaka |
Invalid
|
Undecided
|
Fuel Sustaining |
Bug Description
api: '1.0'
astute_sha: f5fbd89d1e0e1f2
auth_required: true
build_id: 2014-10-02_14-17-49
build_number: '17'
feature_groups:
- mirantis
fuellib_sha: 46ad455514614ec
fuelmain_sha: ce6a2871734bb40
nailgun_sha: eb8f2b358ea4bb7
ostf_sha: 64cb59c681658a7
production: docker
release: 5.1.1
Steps to reproduce
1. Start deploy cluster with Murano, Sahara, Ceilometer with HA on 3 controllers and computes with cinder lvm roles on Centos for cluster with 50 nodes from 90 nodes summary.
Deploy will fail with several offline compute nodes because some nodes have the same IPs
In my case
[root@fuel ~]# fuel nodes | grep '10.20.0.3 '
2 | deploying | compute_6 | 1 | 10.20.0.3 | 0c:c4:7a:1d:97:7c | cinder, compute | | False
29 | discover | Untitled (92:da) | None | 10.20.0.3 | 0c:c4:7a:1d:92:da | | | True
87 | discover | Untitled (92:58) | None | 10.20.0.3 | b2:3c:9d:8f:fc:46 | | | True
[root@fuel ~]# fuel nodes | grep '10.20.0.6 '
10 | deploying | compute_2 | 1 | 10.20.0.6 | 0c:c4:7a:1d:93:bc | cinder, compute | | True
23 | discover | Untitled (92:7a) | None | 10.20.0.6 | 0c:c4:7a:1d:92:7a | | | True
Snapshot attached
Changed in fuel: | |
milestone: | none → 6.0 |
Changed in fuel: | |
assignee: | nobody → Fuel Python Team (fuel-python) |
importance: | Undecided → High |
Changed in fuel: | |
status: | Triaged → Confirmed |
Changed in fuel: | |
status: | In Progress → Fix Committed |
Changed in fuel: | |
status: | Fix Committed → In Progress |
Changed in fuel: | |
status: | In Progress → Fix Committed |
tags: | added: scale |
Looks like https:/ /bugs.launchpad .net/fuel/ +bug/1376680 has the same root