-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[blocker] CLOUDSTACK-9452: add python-argparse dependency on el6,7 rpms #1634
Conversation
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
50e1d16
to
cddf385
Compare
+1 from me (for what it's worth) |
Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1634 |
The patchviasocket script was rewritten in Python from PR apache#1533 and made assumptions that Python 2.7 would be available. In case of CentOS, python 2.7 may not be available or installed. This change ensures that python-argparse is installed which is used by this script. Expose cmd error in the logs when patch command fails. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
cddf385
to
7b8ba24
Compare
LGTM for code |
@blueorangutan test |
@rhtyd a Trillian-Jenkins test job (centos6 mgmt + vmware-55u3) has been kicked to run smoke tests against packages at http://packages.shapeblue.com/cloudstack/pr/1634 |
Trillian test result (trillian-pr1634-33-vmware-55u3-cs49):
|
@rhtyd the test results from blueorangutan are looking pretty good. A couple of observations:
|
@jburwell thanks
|
We've enough LGTMs and test result (with vmware), I'll fire another Trillian job with KVM. |
Trillian test result (trillian-pr1634-49-kvm-centos68-cs49):
Trillian env - trillian-pr1634-49-kvm-centos68-cs49, Job ID 49 |
Merging based on lgtms and test results (the failures are due to env issues, and failing tests not related to the pkging fix). |
[blocker] CLOUDSTACK-9452: add python-argparse dependency on el6,7 rpmsThe patchviasocket script was rewritten in Python from PR #1533 and made assumptions that Python 2.7 would be available. In case of CentOS, python 2.7 may not be available or installed. This change ensures that python-argparse is installed which is used by this script. /cc @wido @sverrirab @karuturi @jburwell @blueorangutan package * pr/1634: CLOUDSTACK-9452: add python-argparse dependency on el6,7 rpms Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Permitir configuração manual das _flags_ envolvidas em uma migração KVM Closes apache#1634 See merge request scclouds/scclouds!675
The patchviasocket script was rewritten in Python from PR #1533 and made
assumptions that Python 2.7 would be available. In case of CentOS, python 2.7
may not be available or installed. This change ensures that python-argparse
is installed which is used by this script.
/cc @wido @sverrirab @karuturi @jburwell
@blueorangutan package