[onap-discuss] [ONAP Helpdesk #45935] Jenkins Sandbox Setup Issue

2017-09-28 Thread Jessica Wagantall via RT
Dear Varun, do you still need our help on this? Thanks! Jess ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss

[onap-discuss] [ONAP Helpdesk #45935] Jenkins Sandbox Setup Issue

2017-09-21 Thread Andrew Grimberg via RT
On Tue Sep 19 12:59:55 2017, jwagantall wrote: > - You will need to comment this lines in jjb/global-jjb/jjb/lf- > macros.yaml and jjb/global-macros.yaml > - openstack: > single-use: true The above should not be done. Even when using the sandbox you want your instance to be

Re: [onap-discuss] [ONAP Helpdesk #45935] Jenkins Sandbox Setup Issue

2017-09-18 Thread GUDISENA, VARUNESHWAR
I solved that issue. Now I have another one. Previous error is due to old version of pip which is preinstalled on ubuntu 16.04. I upgraded pip and I was able to install jenkins job builder. I ran below commands successfully. cd ci-management sudo apt-get install python-virtualenv virtualenv

Re: [onap-discuss] [ONAP Helpdesk #45935] Jenkins Sandbox Setup Issue

2017-09-18 Thread vg4...@att.com via RT
I solved that issue. Now I have another one. Previous error is due to old version of pip which is preinstalled on ubuntu 16.04. I upgraded pip and I was able to install jenkins job builder. I ran below commands successfully. cd ci-management sudo apt-get install python-virtualenv virtualenv

[onap-discuss] [ONAP Helpdesk #45935] Jenkins Sandbox Setup Issue

2017-09-18 Thread Jessica Wagantall via RT
Dear Varun, Maybe your previous commands didn't went through, Can you please send me the output of these commands: sudo apt-get install python-virtualenv virtualenv onap_sandbox source onap_sandbox/bin/activate This is how things look for me, as an example: