Nailgun expects exchanges to be setup by puppet
Bug #1445359 reported by
Thomas Goirand
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
Medium
|
Fuel Sustaining | ||
Mitaka |
Won't Fix
|
Medium
|
Fuel Python (Deprecated) | ||
Newton |
Confirmed
|
Medium
|
Fuel Sustaining |
Bug Description
Trying to setup Nailgun in a Debian environment (porting it from CentOS to Debian), when clicking on deploy, nailgun crashes, with connection closed from rabbitmq. It seems that it is trying to connect to exchanges which are normally setup by puppet. This should change, and instead, Nailgun should be able to do this at runtime, by itself, when it needs the named exchanges. Otherwise, it is going to be very difficult to package Nailgun in Debian.
Changed in fuel: | |
assignee: | nobody → Fuel Python Team (fuel-python) |
status: | New → Confirmed |
Changed in fuel: | |
importance: | Undecided → Medium |
milestone: | none → 7.0 |
tags: | added: qa-agree-7.0 |
Changed in fuel: | |
assignee: | Fuel Python Team (fuel-python) → Vladimir Sharshov (vsharshov) |
Changed in fuel: | |
status: | In Progress → Confirmed |
Changed in fuel: | |
assignee: | Vladimir Sharshov (vsharshov) → Fuel Python Team (fuel-python) |
tags: | added: feature |
Changed in fuel: | |
milestone: | 7.0 → 8.0 |
status: | Won't Fix → Confirmed |
no longer affects: | fuel/8.0.x |
tags: | added: area-python |
tags: | added: tech-debt |
Changed in fuel: | |
milestone: | 8.0 → 9.0 |
To post a comment you must log in.
Here's how the exchanges are currently set up: /github. com/stackforge/ fuel-library/ blob/master/ deployment/ puppet/ nailgun/ manifests/ rabbitmq. pp
https:/