Deployment in scale test case failed with '409 Conflict' error on flavor creation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Medium
|
Bogdan Dobrelya | ||
6.1.x |
Fix Committed
|
Medium
|
Fuel Library (Deprecated) | ||
Mirantis OpenStack |
Won't Fix
|
Medium
|
Alexander Makarov | ||
6.0.x |
Won't Fix
|
Critical
|
Alexander Makarov | ||
7.0.x |
Won't Fix
|
Medium
|
Alexander Makarov |
Bug Description
http://
[root@nailgun nginx]# cat /etc/fuel/
VERSION:
feature_groups:
- mirantis
production: "docker"
release: "6.1"
openstack_
api: "1.0"
build_number: "357"
build_id: "2015-04-
nailgun_sha: "5e52637d9944c2
python-
astute_sha: "c1793f982fda7e
fuel-library_sha: "0e5b82d2485330
fuel-ostf_sha: "b38602c841deaa
fuelmain_sha: "1ec588d364b9b9
Scenario:
"""Check HA mode on scalability
Scenario:
1. Create cluster
2. Add 1 controller node
3. Deploy the cluster
4. Add 2 controller nodes
5. Deploy changes
6. Run network verification
7. Add 2 controller nodes
8. Deploy changes
9. Run network verification
10. Run OSTF
On Centos test fail with deployment error: on step 7
When we add controllers, puppet start to redeploy primary controller, check if micro flavor exist and fail with 401 auth error, then puppet try to create new micro flavor and fail with 409 Conflict error
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Ryan Moe (rmoe) |
Changed in mos: | |
milestone: | 7.0 → 6.1 |
Changed in fuel: | |
assignee: | Ryan Moe (rmoe) → Fuel Library Team (fuel-library) |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Bogdan Dobrelya (bogdando) |
Changed in fuel: | |
status: | Triaged → Fix Committed |
tags: |
added: release-notes-done removed: release-notes |
summary: |
- Deployment in scale test case failed woth 409 Conflict error on flavor + Deployment in scale test case failed with '409 Conflict' error on flavor creation |
Changed in mos: | |
status: | Confirmed → Won't Fix |
I guess the solution is to mask the flavor creation command exit code with /bin/true