Comment 2 for bug 1671651

Revision history for this message
Andres Rodriguez (andreserl) wrote :

Hi Larry,

It is really hard to debug when you simply grab all the logs and don't provide those of the exact timeframe when you are having the issues. As such please attach:

1. Provide logs on the timeframe you are seeing the issue.
2. Provide debug logs from juju when it is making this requests.
3. Provide your juju configuration for MAAS provider.

Additionally, please do the following:

Edit /usr/lib/python3/dist-packages/maasserver/djangosettings/settings.py > And change the variable DEBUG = False to DEBUG = True, restart maas-regiond and see whether there are any errors when the issue you have is reproduced.

Capture the logs when the issue you see are happening.

That said, it is juju that:
1. allocates a machine (we can see that the request came in just fine).
2. once machine is allocate, it requests to deploy a machine. (which doesn't seem to be seen).