-
Notifications
You must be signed in to change notification settings - Fork 218
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
Added VOLTTRON 8.x Update Message to README #2787
Added VOLTTRON 8.x Update Message to README #2787
Conversation
requirements for 8.x. Updated test_auth_control to be more robust.
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 user will need to re-run bootstrap.py in order to do the upgrade. Please add how to upgrade to the documentation. I have also seen that the volttron-upgrade-auth sometimes doesn't register if you have an existing install, so the user would have to remove the environment and the volttron.egg-info directories before bootstrapping again.
README.md
Outdated
@@ -296,6 +296,13 @@ There are several walkthroughs to explore additional aspects of the platform: | |||
- [RabbitMQ setup with Federation and Shovel plugins](https://volttron.readthedocs.io/en/latest/deploying-volttron/multi-platform/multi-platform-rabbitmq-deployment.html) | |||
- [Backward compatibility with the RabbitMQ message bus](https://volttron.readthedocs.io/en/latest/deploying-volttron/multi-platform/multi-platform-multi-bus.html) | |||
|
|||
## Upgrade to VOLTTRON 8.x |
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.
@shwethanidd and @schandrika
Lets put this at the top of the readme hoping people will see it. Call it Upgrading rather than upgrade.
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.
Updated!
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.
Included steps needed for bootstrap.py.
Added VOLTTRON 8.x Update Message to README
Description
Added note about required steps to upgrade to version 8.x, by running volttron-update-auth.
This was added to the README and the upgrading-version.rst doc file.
Updated test_auth_control.py to be more robust.
Type of change
How Has This Been Tested?
Ran test_auth_control.py locally twice to verify passing.