-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds upgrade worker to model agent #11693
Conversation
ba7ba32
to
b50c1c4
Compare
b50c1c4
to
a6c5b17
Compare
7d2e1cf
to
8afe00a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few small things
QA steps don't mention regression testing upgrades of app operators, assume that was done.
Also, we'll need release notes for how to deal with 2.8.0 upgrades
JujudOCINamespace = "jujusolutions" | ||
JujudOCIName = "jujud-operator" | ||
JujudbOCIName = "juju-db" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These shouldn't be exported.
The PR uses them in tests but the tests should use string literals so that if ever we change these consts, the tests will break and we fix the test; it makes us aware of the impact of any change and think about the consequences etc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests wouldn't break if we changed these. I am just trying to keep it consistent. Still want them changed?
534e190
to
7031dee
Compare
7031dee
to
f187d71
Compare
|
#11795 Merge from 2.8 to bring forward: - #11794 from manadart/2.8-address-conversion-rework - #11789 from SimonRichardson/actions-list-output - #11693 from tlm/model-admission-upgrade - #11785 from manadart/2.8-machiner-lld-prep - #11790 from achilleasa/2.8-filter-non-live-relations-from-relation-ids-output - #11792 from wallyworld/add-centos8 - #11791 from howbazaar/2.8-fix-intermittent-status-tests - #11787 from hmlanigan/add-k8s-error-output - #11780 from SimonRichardson/api-schema-admin - #11773 from tlm/json-num - #11783 from wallyworld/merge-2.7-20200701 - #11776 from ycliuhw/lp-1882149 - #11778 from manadart/2.8-instance-poller-dev-provider-id - #11765 from achilleasa/2.8-enable-relation-list-to-show-remote-application - #11768 from ycliuhw/fix/CAAS-CI-LB-GET - #11770 from hmlanigan/unicode-vs-str - #11769 from hmlanigan/unicode-vs-str - #11766 from hmlanigan/autoload-cred-lxd
Merged without a description? |
Please provide the following details to expedite Pull Request review:
Checklist
Description of change
Please replace with a description about why this change is needed, along with a description of what changed?
QA steps
Please replace with how we can verify that the change works?
2nd
Documentation changes
Please replace with any notes about how it affects current user workflow? CLI? API?
Bug reference
https://bugs.launchpad.net/juju/+bug/1883188