Skip to content
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

Merged
merged 1 commit into from
May 12, 2017
Merged

Add rpm bugfix bump 8.3.0 --> 8.3.1 #710

merged 1 commit into from
May 12, 2017

Conversation

zancas
Copy link
Contributor

@zancas zancas commented May 12, 2017

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.

@@ -1 +1 @@
__version__ = "8.3.0"
__version__ = "8.3.1"
Copy link
Contributor

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.
@pjbreaux
Copy link
Contributor

Once we finish running tests against this code, I will approve.

Copy link
Contributor

@szakeri szakeri left a 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.

@zancas zancas assigned pjbreaux and unassigned richbrowne May 12, 2017
@pjbreaux
Copy link
Contributor

Ran the tests and the results look good. Merging.

@zancas
Copy link
Contributor Author

zancas commented May 12, 2017

+1

@zancas zancas merged commit c9719bf into F5Networks:liberty May 12, 2017
zhang-shengping pushed a commit to zhang-shengping/f5-openstack-agent that referenced this pull request Feb 27, 2019
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/
zhang-shengping pushed a commit to zhang-shengping/f5-openstack-agent that referenced this pull request Feb 27, 2019
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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants