Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use Model Status #6661
Conversation
| + CloudRegion string `json:"region,omitempty"` | ||
| + Version string `json:"version"` | ||
| + AvailableVersion string `json:"available-version"` | ||
| + ModelStatus DetailedStatus `json:"model-status,omitempty"` |
natefinch
changed the title from
initial commit
to
Use Model Status
Dec 7, 2016
natefinch
changed the title from
Use Model Status
to
WIP: Use Model Status
Dec 7, 2016
natefinch
changed the title from
WIP: Use Model Status
to
Use Model Status
Dec 8, 2016
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
$$merge$$ |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
natefinch commentedDec 6, 2016
•
Edited 1 time
-
natefinch
Dec 8, 2016
This code starts us on the path to actually using status on models.
This first commit just adds code to set status, and transmit that
to juju status as needed. The only thing to currently set status
is migration, which sets status to busy, and instead of setting
its message in a special migration field, now sets the message
in the status message.
QA:
bootstrap 2 LXD providers
remove the default model on one of them
migrate the default model from one to the other.
while migrating, watch juju status --format=yaml - you should see migration status under model-status. make sure to set the watch refresh status to be short or you may miss the updates for small models.