-
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
Add rpm bugfix bump 8.3.0 --> 8.3.1 #710
Conversation
f5_openstack_agent/__init__.py
Outdated
@@ -1 +1 @@ | |||
__version__ = "8.3.0" | |||
__version__ = "8.3.1" |
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.
Can you change the version to 8.3.1.b1
Issues: Fixes #663 Problem: An sdk issue was preventing RPM installs. Analysis: See the SDK issue: F5Networks/f5-common-python#1116 Tests: "SAP" tests were run manually in my bbot-sandbox.
Once we finish running tests against this code, I will approve. |
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.
Ran neutron-lbaas api and scenario test and they look good.
Ran the tests and the results look good. Merging. |
+1 |
Issues: Fixes F5Networks#710 Problem: Nightly TRTL results accumulated extra results because of a failure to remove directories from the NFS file system. Analysis: In order to enable the docker testrunner "jenkins" user to write to the -v mounted volume it shared with the executor I added "sudo -E" commands to the systest scripts. This worked by allowing the write operations but caused a subsequent bug, the executor could not remove the sudo-written files. One fix might be to cause the openstack-test-testrunner container to be _RUN_ by the "jenkins" user, but the openstack team does not control that interface. As a workaround the "jenkins" user _inside_ the testrunner container, chowns the relevant directory structure at the start of its test run. Changes: * Remove sudo -E, depend on chown -R in Makefile * remove .PHONY directive, and modify chown directive Tests: This commit was validated by this test run: http://jenkins.pdbld.f5net.com/job/openstack/job/driver/job/mitaka/job/za_test_11.6.1_undercloud_vxlan/4/
Issues: Fixes F5Networks#710 Problem: Nightly TRTL results accumulated extra results because of a failure to remove directories from the NFS file system. Analysis: In order to enable the docker testrunner "jenkins" user to write to the -v mounted volume it shared with the executor I added "sudo -E" commands to the systest scripts. This worked by allowing the write operations but caused a subsequent bug, the executor could not remove the sudo-written files. One fix might be to cause the openstack-test-testrunner container to be _RUN_ by the "jenkins" user, but the openstack team does not control that interface. As a workaround the "jenkins" user _inside_ the testrunner container, chowns the relevant directory structure at the start of its test run. Changes: * Remove sudo -E, depend on chown -R in Makefile * remove .PHONY directive, and modify chown directive Tests: This commit was validated by this test run: http://jenkins.pdbld.f5net.com/job/openstack/job/driver/job/mitaka/job/za_test_11.6.1_undercloud_vxlan/4/
Issues:
Fixes #663
Problem: An sdk issue was preventing RPM installs.
Analysis: See the SDK issue:
F5Networks/f5-common-python#1116
Tests: "SAP" tests were run manually in my bbot-sandbox.