Re: [onap-discuss] [VVP] VVP-devkit deployment problems

2017-11-28 Thread Moshe Hoadley
operation does nothing since it doesn’t find anything in these folders. Is there something missing or is it generated as part of the deployment process? Any help will be appreciated. Thanks Moshe Hoadley • 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: onap-discuss-boun...@lists.onap.org

Re: [onap-discuss] [E] Re: VVP-devkit : Problem

2017-11-24 Thread Moshe Hoadley
’). The third vm should not exist at all so, in order to try again, first go and delete the 3rd vm. Let me know how it goes. Thanks Moshe Hoadley • 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: Karthik [mailto:sdkarth...@gmail.com] Sent: Friday, November 24, 2017 10:05 AM To: Moshe

Re: [onap-discuss] VVP-devkit : Problem

2017-11-21 Thread Moshe Hoadley
the kill and re run procedure. - Vagrant will see that 2 VMs are already up and will skip to the third VM. - The 3rd VM is of COREOS and it doesn't get stuck. At this point ansible starts running and fails on the missing roles folder. Thanks Moshe Hoadley M 972-9-77-62712

Re: [onap-discuss] [E] Re: VVP-devkit : Problem

2017-11-23 Thread Moshe Hoadley
Hi There is a missing file under devkit: ./zones/k8/kubeconfig Thanks Moshe Hoadley M 972-9-77-62712    -Original Message- From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Binshtok, Edan Sent: Wednesday, November 22

Re: [onap-discuss] [E] Re: VVP-devkit : Problem

2017-11-23 Thread Moshe Hoadley
' in my dev mchine? Thanks Moshe Hoadley M 972-9-77-62712    -Original Message- From: Binshtok, Edan [mailto:eb5...@intl.att.com] Sent: Thursday, November 23, 2017 2:08 PM To: Moshe Hoadley <moshe.hoad...@amdocs.com> Cc: onap-discuss@lists.onap.org; Karthik &l

Re: [onap-discuss] [vvp] devkit: errors during vagrant up execution

2017-11-30 Thread Moshe Hoadley
Hi For Item #3, remove the copyright lines from the beginning of the 'box.ovf' file it is not legal xml syntax. I'm also stuck on items 1 and 2 Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun

Re: [onap-discuss] [E] Re: VVP-devkit : Problem

2017-11-26 Thread Moshe Hoadley
package is called docer-ce or docker-ee (in the task it tries to install ‘docker’) -The docker repository needs to be added first -Some other docker dependencies are missing and need to be installed first. I’m working on this now, will update once resolved. Thanks Moshe Hoadley

Re: [onap-discuss] [vvp] devkit: errors during vagrant up execution

2017-11-30 Thread Moshe Hoadley
Under the devkit folder, try to run: ./bin/vvp-install-box (you may need to chmod +x first) Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: mickael.jezeq...@orange.com [mailto:mickael.jezeq...@orange.com] Sent: Thursday, November 30, 2017 12:44 PM To: Moshe

Re: [onap-discuss] [vvp] devkit: errors during vagrant up execution

2017-11-30 Thread Moshe Hoadley
Under the devkit folder, try to run: ./bin/vvp-install-box (you may need to chmod +x first) Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: mickael.jezeq...@orange.com [mailto:mickael.jezeq...@orange.com] Sent: Thursday, November 30, 2017 12:44 PM To: Moshe

Re: [onap-discuss] [vvp] - deployment

2017-11-20 Thread Moshe Hoadley
bling network interfaces... From my investigation I see that the command for restarting the networks 'eth1' and 'eth2' is not returning. Can't get passed this issue. Did anyone encounter this? Thanks Moshe Hoadley M 972-9-77-62712    -Original Message- From: Binshtok, Eda

Re: [onap-discuss] [vvp] - deployment

2017-11-20 Thread Moshe Hoadley
NetworkManager &>/dev/null; then nmcli c reload eth2 elif command -v service &>/dev/null && service NetworkManager status &>/dev/null; then nmcli c reload eth2 fi fi /sbin/ifdown eth2 /sbin/ifup eth2 rm -f /tmp/vagrant-network-entry

Re: [onap-discuss] [vvp] - missing roles directory

2017-11-20 Thread Moshe Hoadley
Hi The folder 'ansible-vvp-voluems' is missing in the 'devkit' project. Expected under: ../vvp/devkit/ansible/roles Note that a different folder named 'ansible-vvp-bootstrap' is present in this location. Thanks Moshe Hoadley 972-9-77-62712    This message and the information

Re: [onap-discuss] [vvp] - missing roles directory

2017-11-21 Thread Moshe Hoadley
Hi The ' ansible-vvp-volumes' folder is still not there. Thanks Moshe Hoadley M 972-9-77-62712    -Original Message- From: Binshtok, Edan [mailto:eb5...@intl.att.com] Sent: Tuesday, November 21, 2017 1:49 PM To: Moshe Hoadley <moshe.hoad...@amdocs.com>; Sandeep

Re: [onap-discuss] [vvp] - deployment

2017-11-21 Thread Moshe Hoadley
Did not get passed this. It seems that this issue happens only in centos7. The coreos vm passes this point successfully. Thanks Moshe Hoadley M 972-9-77-62712    -Original Message- From: Binshtok, Edan [mailto:eb5...@intl.att.com] Sent: Tuesday, November 21, 2017 1

Re: [onap-discuss] [vvp] - documentation

2017-11-15 Thread Moshe Hoadley
ectl fails with: " The connection to the server localhost:8080 was refused". Am I missing a configuration step for kubectl? Also, should I run a maven build before 'vagrant up'? Thanks Moshe Hoadley M 972-9-77-62712    -Original Message- From: onap-discuss-bo

Re: [onap-discuss] [vvp] - documentation

2017-11-02 Thread Moshe Hoadley
Hi I'm trying to learn more about the vvp project but couldn't find any meaningful information. Where can I find documentation for this project? I also tried building the code - I was able to create and run the vvp-portal docker but couldn't get it to actually work. Thanks Moshe Hoadley * 972

Re: [onap-discuss] [vnfsdk] - DB transactions

2017-11-07 Thread Moshe Hoadley
Hi Thanks for you feedback. When is R2 planning scheduled? Could you please assign tasks to me that need to be done now? Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf

Re: [onap-discuss] [vnfsdk] - DB transactions

2017-11-07 Thread Moshe Hoadley
Hi I noticed that we don't use transactions in marketplace portal. I would like to develop and add it to the project. I plan to introduce spring and leverage the tools it provides. This will also be beneficial in the future when we add security to the portal What do you think? Thanks Moshe

Re: [onap-discuss] [vnfsdk] - DB transactions

2017-11-07 Thread Moshe Hoadley
Done, Please view my suggestions here: https://wiki.onap.org/pages/viewpage.action?pageId=16003763 Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: Murali p [mailto:mural...@huawei.com] Sent: Tuesday, November 7, 2017 4:04 PM To: Moshe Hoadley <moshe.h

Re: [onap-discuss] [vnfsdk] - Docker packaging issues

2017-10-31 Thread Moshe Hoadley
' in the connection string and deploy the db container with the same name. docker will use its internal DNS to resolve the db docker ip. With your permission I would like to go ahead and commit this fix. Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: onap-discuss

Re: [onap-discuss] [vnfsdk] - Docker packaging issues

2017-10-31 Thread Moshe Hoadley
it. I changed the pom files and placed a gerrit review. Could you please have a look at it? https://gerrit.onap.org/r/#/c/21463/ Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org

[onap-discuss] [vnfsdk] - Docker packaging issues

2017-10-30 Thread Moshe Hoadley
Hi I've started to play around with vnfsdk, I found that some .sh files contain a windows flavor end of file characters (CR LF). Is it work in progress? If not, I would like to commit the fix for this issue. Thanks Moshe Hoadley * 972-9-77-62712 [cid:image001.png@01D2F989.346CD870] This message

Re: [onap-discuss] [vnfsdk] serving tests results from zip file.

2017-12-26 Thread Moshe Hoadley
iscuss@lists.onap.org Cc: Moshe Hoadley <moshe.hoad...@amdocs.com>; Wenyao Guan <guanwen...@chinamobile.com>; Gaoweitao (Victor, MANO) <victor@huawei.com> Subject: RE: [onap-discuss] [vnfsdk] serving tests results from zip file. Hi, Regarding Test Service. Test Service only provid

[onap-discuss] Recall: [vnfsdk] Regarding Function test framework

2018-03-28 Thread Moshe Hoadley
Moshe Hoadley would like to recall the message, "[vnfsdk] Regarding Function test framework". This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaim