[2.0a4] If external proxy is being used, status from maas-proxy shouldn't be surfaced
Bug #1562214 reported by
Andres Rodriguez
on 2016-03-26
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| MAAS |
Critical
|
Jeffrey C Jones |
Bug Description
maas-proxy on the region was not-running, which could be the case provided we may not always want to run maas-proxy as we may be using an external proxy. However, the rack controller listing page shows the rack controller as not being run.
I think that we should also make sure that:
1. If we are using external proxy, the service tracking for maas-proxy should be down.
2. If maas-proxy is not running, rack controller shoudl not show as disconnected.
Related branches
lp:~trapnine/maas/fix-1562214
- Blake Rouse (community): Approve on 2016-03-31
-
Diff: 305 lines (+106/-31)7 files modifiedsrc/maasserver/enum.py (+2/-0)
src/maasserver/service_monitor.py (+19/-3)
src/maasserver/tests/test_service_monitor.py (+48/-1)
src/provisioningserver/service_monitor.py (+1/-1)
src/provisioningserver/tests/test_service_monitor.py (+2/-2)
src/provisioningserver/utils/service_monitor.py (+20/-22)
src/provisioningserver/utils/tests/test_service_monitor.py (+14/-2)
Andres Rodriguez (andreserl) wrote : | #1 |
Andres Rodriguez (andreserl) wrote : | #2 |
Changed in maas: | |
importance: | Undecided → Critical |
milestone: | none → 2.0.0 |
status: | New → Confirmed |
Andres Rodriguez (andreserl)
on 2016-03-28
summary: |
- [2.0a4] When a service is not running, rack controller shows as - disconnected + [2.0a4] If external proxy is being used, status from maas-proxy + shouldn't be surfaced |
Jeffrey C Jones (trapnine)
on 2016-03-29
Changed in maas: | |
assignee: | nobody → Jeffrey C Jones (trapnine) |
Jeffrey C Jones (trapnine)
on 2016-03-31
Changed in maas: | |
status: | Confirmed → In Progress |
MAAS Lander (maas-lander)
on 2016-03-31
Changed in maas: | |
status: | In Progress → Fix Committed |
Andres Rodriguez (andreserl)
on 2016-08-18
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.