-
Notifications
You must be signed in to change notification settings - Fork 38
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
Upgrade LavinMQ instances #296
Conversation
Great. We can also look into creating a fixtures for this. So the resource will get a VCR test and be tested on each commit. |
Looks good. Could also remove |
We can also remove |
…instance configurations, add plan variable to instance/instance_with_version instead.
6d0334d
to
a2c5bd6
Compare
Sweet. Also found a duplicated dependency that I removed. |
docs/resources/upgrade_lavinmq.md
Outdated
There is two different ways to trigger the version upgrade | ||
|
||
> - Specify LavinMQ version to upgrade to | ||
> - Upgrade to latest LavinMQ version |
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.
@viktorerlingsson Do we want to support upgrade to latest for LavinMQ? Been testing around a bit and will require some more changes to support that. If not we can remove some part of the documentation describing this.
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.
No, you're right. I removed all text about upgrading to latest and re-phrased some stuff
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.
Looking good.
WHY are these changes introduced?
To upgrade LavinMQ instances.
WHAT is this pull request doing?
Adds upgrade_lavinmq resource and tests.
HOW can this pull request be tested?
Run VCR tests.