Re: [onap-discuss] aai-instances installation

2017-07-13 Thread Kedar Ambekar
Ajay, we had to install AAI SSL certificate manually in few JRE key stores like 
VID, MSO etc.
You may try that.

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
ajay.priyadar...@ril.com
Sent: Monday, July 3, 2017 6:37 PM
To: subhash.kumar.si...@huawei.com; arul.na...@amdocs.com; 
gino.frab...@amdocs.com; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] aai-instances installation

Hi,

I am getting following error while Search for Existing Service Instances or 
searching for subscriber on vid_vm:

2017-07-03 
12:18:43,207|6ae28f99-193f-45dc-81d6-42ae316930e7||http-apr-8080-exec-4||/aai_get_services|292b461a-2954-4b63-a3f9-f916c7ad3bc0|INFO|INFORMATIONAL|172.17.0.3|fa5ce1be4b6c||org.openecomp.vid.controller.AaiController||
 12:18:43:0207<== .getSubscriberListjavax.ws.rs.ProcessingException: 
javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking 
https://aai.api.simpledemo.openecomp.org:8443/aai/v8/service-design-and-creation/services?depth=0:
 sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target


2017-07-03 
12:18:43,211|432dea23-f505-430c-bc4e-54f245591f0a||http-apr-8080-exec-8||/aai_get_full_subscribers|292b461a-2954-4b63-a3f9-f916c7ad3bc0|INFO|INFORMATIONAL|172.17.0.3|fa5ce1be4b6c||org.openecomp.vid.controller.AaiController||
 12:18:43:0211<== .getSubscriberListjavax.ws.rs.ProcessingException: 
javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking 
https://aai.api.simpledemo.openecomp.org:8443/aai/v8/business/customers?subscriber-type=INFRA=all:
 sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target


Is something missed during installation, I checked everything on AAI. All seems 
fines in log. Any suggestions.

Regards,
Ajay Priyadarshi

From: Subhash Kumar Singh [mailto:subhash.kumar.si...@huawei.com]
Sent: 30 June 2017 11:14
To: Arul Nambi; Gino Fraboni; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: Ajay Priyadarshi; Kanagaraj Manickam
Subject: RE: aai-instances installation

Thank you Arul and Gino for the response.

I've updated the `deploy_vm1.sh` for `data-router` docker image and pushed the 
patch [1].

[1] https://gerrit.onap.org/r/#/c/5609/

--
Regards,
Subhash Kumar Singh

From: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: Tuesday, June 27, 2017 7:44 PM
To: Gino Fraboni <gino.frab...@amdocs.com<mailto:gino.frab...@amdocs.com>>; 
Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com<mailto:subhash.kumar.si...@huawei.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: RE: aai-instances installation

Hey Subash,
The docker image names is wrong for sparky; I will create a PR to fix that. The 
version is right value in the scripts but I did notice that it is not available 
in the nexus3 repo. I am looking into it. In the meantime to unblock you can 
you change the scripts to
docker pull ${DOCKER_REGISTRY}/openecomp/sparky-be:1.1-STAGING-latest;
docker tag $DOCKER_REGISTRY/openecomp/sparky-be:1.1-STAGING-latest 
$DOCKER_REGISTRY/openecomp/sparky-be:latest;
regards
Arul
Arul Nambi MASc
Software Developer
Open Network Division

Amdocs Technology
[cid:image010.png@01D2C9B5.447E30F0]
From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gino Fraboni
Sent: Tuesday, June 27, 2017 9:04 AM
To: Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com<mailto:subhash.kumar.si...@huawei.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: Re: [onap-discuss] aai-instances installation


For the Data Router microservice, the artifact name is data-router, not 
datarouter-service.

Hope this is helpful...


Gino Fraboni
Senior Software Developer
Data Experience


[amdocs-2017-brand-mark-rgb]
A Platinum member of 
ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap>
Read the latest on Amdocs.com<http://www.amdocs.com/> and the Amdocs blog 
network<http://blogs.amdocs.com/> - and follow us on 
Facebook<http://www.facebook.com/Amdocs>, Twitter<http://twitter.com/Amdocs>, 
LinkedIn<http://www.linkedin.com/company/amdocs> and 
YouTube<http://www.youtube.com/amdocs>.




From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Tuesday, June 27, 2017 4:36 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap

Re: [onap-discuss] aai-instances installation

2017-07-03 Thread Ajay.Priyadarshi
Hi,

I am getting following error while Search for Existing Service Instances or 
searching for subscriber on vid_vm:

2017-07-03 
12:18:43,207|6ae28f99-193f-45dc-81d6-42ae316930e7||http-apr-8080-exec-4||/aai_get_services|292b461a-2954-4b63-a3f9-f916c7ad3bc0|INFO|INFORMATIONAL|172.17.0.3|fa5ce1be4b6c||org.openecomp.vid.controller.AaiController||
 12:18:43:0207<== .getSubscriberListjavax.ws.rs.ProcessingException: 
javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking 
https://aai.api.simpledemo.openecomp.org:8443/aai/v8/service-design-and-creation/services?depth=0:
 sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target


2017-07-03 
12:18:43,211|432dea23-f505-430c-bc4e-54f245591f0a||http-apr-8080-exec-8||/aai_get_full_subscribers|292b461a-2954-4b63-a3f9-f916c7ad3bc0|INFO|INFORMATIONAL|172.17.0.3|fa5ce1be4b6c||org.openecomp.vid.controller.AaiController||
 12:18:43:0211<== .getSubscriberListjavax.ws.rs.ProcessingException: 
javax.net.ssl.SSLHandshakeException: SSLHandshakeException invoking 
https://aai.api.simpledemo.openecomp.org:8443/aai/v8/business/customers?subscriber-type=INFRA=all:
 sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target


Is something missed during installation, I checked everything on AAI. All seems 
fines in log. Any suggestions.

Regards,
Ajay Priyadarshi

From: Subhash Kumar Singh [mailto:subhash.kumar.si...@huawei.com]
Sent: 30 June 2017 11:14
To: Arul Nambi; Gino Fraboni; onap-discuss@lists.onap.org
Cc: Ajay Priyadarshi; Kanagaraj Manickam
Subject: RE: aai-instances installation

Thank you Arul and Gino for the response.

I've updated the `deploy_vm1.sh` for `data-router` docker image and pushed the 
patch [1].

[1] https://gerrit.onap.org/r/#/c/5609/

--
Regards,
Subhash Kumar Singh

From: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: Tuesday, June 27, 2017 7:44 PM
To: Gino Fraboni <gino.frab...@amdocs.com<mailto:gino.frab...@amdocs.com>>; 
Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com<mailto:subhash.kumar.si...@huawei.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: RE: aai-instances installation

Hey Subash,
The docker image names is wrong for sparky; I will create a PR to fix that. The 
version is right value in the scripts but I did notice that it is not available 
in the nexus3 repo. I am looking into it. In the meantime to unblock you can 
you change the scripts to
docker pull ${DOCKER_REGISTRY}/openecomp/sparky-be:1.1-STAGING-latest;
docker tag $DOCKER_REGISTRY/openecomp/sparky-be:1.1-STAGING-latest 
$DOCKER_REGISTRY/openecomp/sparky-be:latest;
regards
Arul
Arul Nambi MASc
Software Developer
Open Network Division

Amdocs Technology
[cid:image010.png@01D2C9B5.447E30F0]
From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gino Fraboni
Sent: Tuesday, June 27, 2017 9:04 AM
To: Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com<mailto:subhash.kumar.si...@huawei.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: Re: [onap-discuss] aai-instances installation


For the Data Router microservice, the artifact name is data-router, not 
datarouter-service.

Hope this is helpful...


Gino Fraboni
Senior Software Developer
Data Experience


[amdocs-2017-brand-mark-rgb]
A Platinum member of 
ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap>
Read the latest on Amdocs.com<http://www.amdocs.com/> and the Amdocs blog 
network<http://blogs.amdocs.com/> - and follow us on 
Facebook<http://www.facebook.com/Amdocs>, Twitter<http://twitter.com/Amdocs>, 
LinkedIn<http://www.linkedin.com/company/amdocs> and 
YouTube<http://www.youtube.com/amdocs>.




From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Tuesday, June 27, 2017 4:36 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: Re: [onap-discuss] aai-instances installation

Hello Everyone,

I  tried to pull docker images with the `latest` tag, but I observed that two 
images are missing in nexus repository [1].
Following are the logs:


$ sudo ./aai2_vm_init.sh
Already up-to-date.
Login Succeeded
latest: Pulling from openecomp/aai-resources
Digest: sha256:4f6e26a4d98220d7092e7042949b90c2e101faf398708bcdce9885f6c3c7067c
Statu

Re: [onap-discuss] aai-instances installation

2017-06-29 Thread Subhash Kumar Singh
Thank you Arul and Gino for the response.

I've updated the `deploy_vm1.sh` for `data-router` docker image and pushed the 
patch [1].

[1] https://gerrit.onap.org/r/#/c/5609/

--
Regards,
Subhash Kumar Singh

From: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: Tuesday, June 27, 2017 7:44 PM
To: Gino Fraboni <gino.frab...@amdocs.com>; Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com>; onap-discuss@lists.onap.org
Cc: ajay.priyadar...@ril.com
Subject: RE: aai-instances installation

Hey Subash,
The docker image names is wrong for sparky; I will create a PR to fix that. The 
version is right value in the scripts but I did notice that it is not available 
in the nexus3 repo. I am looking into it. In the meantime to unblock you can 
you change the scripts to
docker pull ${DOCKER_REGISTRY}/openecomp/sparky-be:1.1-STAGING-latest;
docker tag $DOCKER_REGISTRY/openecomp/sparky-be:1.1-STAGING-latest 
$DOCKER_REGISTRY/openecomp/sparky-be:latest;
regards
Arul
Arul Nambi MASc
Software Developer
Open Network Division

Amdocs Technology
[cid:image010.png@01D2C9B5.447E30F0]
From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gino Fraboni
Sent: Tuesday, June 27, 2017 9:04 AM
To: Subhash Kumar Singh 
<subhash.kumar.si...@huawei.com<mailto:subhash.kumar.si...@huawei.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: Re: [onap-discuss] aai-instances installation


For the Data Router microservice, the artifact name is data-router, not 
datarouter-service.

Hope this is helpful...


Gino Fraboni
Senior Software Developer
Data Experience


[amdocs-2017-brand-mark-rgb]
A Platinum member of 
ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap>
Read the latest on Amdocs.com<http://www.amdocs.com/> and the Amdocs blog 
network<http://blogs.amdocs.com/> - and follow us on 
Facebook<http://www.facebook.com/Amdocs>, Twitter<http://twitter.com/Amdocs>, 
LinkedIn<http://www.linkedin.com/company/amdocs> and 
YouTube<http://www.youtube.com/amdocs>.




From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Tuesday, June 27, 2017 4:36 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: Re: [onap-discuss] aai-instances installation

Hello Everyone,

I  tried to pull docker images with the `latest` tag, but I observed that two 
images are missing in nexus repository [1].
Following are the logs:


$ sudo ./aai2_vm_init.sh
Already up-to-date.
Login Succeeded
latest: Pulling from openecomp/aai-resources
Digest: sha256:4f6e26a4d98220d7092e7042949b90c2e101faf398708bcdce9885f6c3c7067c
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/aai-resources:latest
latest: Pulling from openecomp/aai-traversal
Digest: sha256:5b042ac578dc2810ba0846f9b6124f1b7b9cca783cc41085be65340aba2ae765
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/aai-traversal:latest
latest: Pulling from openecomp/search-data-service
Digest: sha256:438e30bb0d5ff14d2c52233197a8df828185da84f2d8de420bf1376b74de424e
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/search-data-service:latest
Pulling repository nexus3.onap.org:10001/openecomp/datarouter-service
Error: image openecomp/datarouter-service:latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/datarouter-service:latest
latest: Pulling from openecomp/model-loader
Digest: sha256:86ea6fbb2d27672e63448128574603a34711c370af18aee2f9b40cb86d1e0856
Status: Downloaded newer image for 
nexus3.onap.org:10001/openecomp/model-loader:latest
Pulling repository nexus3.onap.org:10001/openecomp/sparky
Error: image openecomp/sparky:latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/sparky:latest
Going to remove testconfig_aai-resources.api.simpledemo.openecomp.org_1

Could someone please let us know whether image names are correct or not, 
because in nexus repository [1] I am
not able to to find it.

[1]  https://nexus3.onap.org

--
Regards,
Subhash Kumar Singh



From: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com> 
[ajay.priyadar...@ril.com]
Sent: Monday, June 26, 2017 12:03
To: Subhash Kumar Singh; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: aai-instances installation
Hi,

deploy_vm2.sh uses plain docker pull. So modify deploy_vm1.sh, remove 
:${DOCKER_IMAGE_VERSION} from pull and tag command. Hopefully it works for you.

Regards,
Ajay
From: Ajay Priyadarshi
Sent: 26 June 2017 11:33
To: 'Subhash Kumar Singh'; 
onap-discuss@lists

Re: [onap-discuss] aai-instances installation

2017-06-27 Thread Arul Nambi
Hey Subash,
The docker image names is wrong for sparky; I will create a PR to fix that. The 
version is right value in the scripts but I did notice that it is not available 
in the nexus3 repo. I am looking into it. In the meantime to unblock you can 
you change the scripts to
docker pull ${DOCKER_REGISTRY}/openecomp/sparky-be:1.1-STAGING-latest;
docker tag $DOCKER_REGISTRY/openecomp/sparky-be:1.1-STAGING-latest 
$DOCKER_REGISTRY/openecomp/sparky-be:latest;
regards
Arul
Arul Nambi MASc
Software Developer
Open Network Division

Amdocs Technology
[cid:image010.png@01D2C9B5.447E30F0]
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gino Fraboni
Sent: Tuesday, June 27, 2017 9:04 AM
To: Subhash Kumar Singh <subhash.kumar.si...@huawei.com>; 
onap-discuss@lists.onap.org
Cc: ajay.priyadar...@ril.com
Subject: Re: [onap-discuss] aai-instances installation


For the Data Router microservice, the artifact name is data-router, not 
datarouter-service.

Hope this is helpful...


Gino Fraboni
Senior Software Developer
Data Experience


[amdocs-2017-brand-mark-rgb]
A Platinum member of 
ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap>
Read the latest on Amdocs.com<http://www.amdocs.com/> and the Amdocs blog 
network<http://blogs.amdocs.com/> - and follow us on 
Facebook<http://www.facebook.com/Amdocs>, Twitter<http://twitter.com/Amdocs>, 
LinkedIn<http://www.linkedin.com/company/amdocs> and 
YouTube<http://www.youtube.com/amdocs>.




From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Tuesday, June 27, 2017 4:36 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com>
Subject: Re: [onap-discuss] aai-instances installation

Hello Everyone,

I  tried to pull docker images with the `latest` tag, but I observed that two 
images are missing in nexus repository [1].
Following are the logs:


$ sudo ./aai2_vm_init.sh
Already up-to-date.
Login Succeeded
latest: Pulling from openecomp/aai-resources
Digest: sha256:4f6e26a4d98220d7092e7042949b90c2e101faf398708bcdce9885f6c3c7067c
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/aai-resources:latest
latest: Pulling from openecomp/aai-traversal
Digest: sha256:5b042ac578dc2810ba0846f9b6124f1b7b9cca783cc41085be65340aba2ae765
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/aai-traversal:latest
latest: Pulling from openecomp/search-data-service
Digest: sha256:438e30bb0d5ff14d2c52233197a8df828185da84f2d8de420bf1376b74de424e
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/search-data-service:latest
Pulling repository nexus3.onap.org:10001/openecomp/datarouter-service
Error: image openecomp/datarouter-service:latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/datarouter-service:latest
latest: Pulling from openecomp/model-loader
Digest: sha256:86ea6fbb2d27672e63448128574603a34711c370af18aee2f9b40cb86d1e0856
Status: Downloaded newer image for 
nexus3.onap.org:10001/openecomp/model-loader:latest
Pulling repository nexus3.onap.org:10001/openecomp/sparky
Error: image openecomp/sparky:latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/sparky:latest
Going to remove testconfig_aai-resources.api.simpledemo.openecomp.org_1

Could someone please let us know whether image names are correct or not, 
because in nexus repository [1] I am
not able to to find it.

[1]  https://nexus3.onap.org

--
Regards,
Subhash Kumar Singh



From: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com> 
[ajay.priyadar...@ril.com]
Sent: Monday, June 26, 2017 12:03
To: Subhash Kumar Singh; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: aai-instances installation
Hi,

deploy_vm2.sh uses plain docker pull. So modify deploy_vm1.sh, remove 
:${DOCKER_IMAGE_VERSION} from pull and tag command. Hopefully it works for you.

Regards,
Ajay
From: Ajay Priyadarshi
Sent: 26 June 2017 11:33
To: 'Subhash Kumar Singh'; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: aai-instances installation

Hello Subhash,

I think aai is still under migration. You can pull manually by removing tag.  
Hopefully this error is temporary.

root@vm1-aai-inst1:/opt# docker login -u docker -p docker nexus3.onap.org:10001
Login Succeeded
root@vm1-aai-inst1:/opt#
root@vm1-aai-inst1:/opt#
root@vm1-aai-inst1:/opt# docker pull 
nexus3.onap.org:10001/openecomp/aai-resources:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/aai-resources
Error: image openecomp/aai-resources:1.0-STAGING-latest not found

root@vm1-aai-inst1:/opt# docker pull 
nexus3.onap.org:10001/openecomp/aai

Re: [onap-discuss] aai-instances installation

2017-06-27 Thread Gino Fraboni

For the Data Router microservice, the artifact name is data-router, not 
datarouter-service.

Hope this is helpful...


Gino Fraboni
Senior Software Developer
Data Experience


[amdocs-2017-brand-mark-rgb]
A Platinum member of 
ONAP<https://www.amdocs.com/open-network/nfv-powered-by-onap>
Read the latest on Amdocs.com<http://www.amdocs.com/> and the Amdocs blog 
network<http://blogs.amdocs.com/> - and follow us on 
Facebook<http://www.facebook.com/Amdocs>, Twitter<http://twitter.com/Amdocs>, 
LinkedIn<http://www.linkedin.com/company/amdocs> and 
YouTube<http://www.youtube.com/amdocs>.




From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Tuesday, June 27, 2017 4:36 AM
To: onap-discuss@lists.onap.org
Cc: ajay.priyadar...@ril.com
Subject: Re: [onap-discuss] aai-instances installation

Hello Everyone,

I  tried to pull docker images with the `latest` tag, but I observed that two 
images are missing in nexus repository [1].
Following are the logs:


$ sudo ./aai2_vm_init.sh
Already up-to-date.
Login Succeeded
latest: Pulling from openecomp/aai-resources
Digest: sha256:4f6e26a4d98220d7092e7042949b90c2e101faf398708bcdce9885f6c3c7067c
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/aai-resources:latest
latest: Pulling from openecomp/aai-traversal
Digest: sha256:5b042ac578dc2810ba0846f9b6124f1b7b9cca783cc41085be65340aba2ae765
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/aai-traversal:latest
latest: Pulling from openecomp/search-data-service
Digest: sha256:438e30bb0d5ff14d2c52233197a8df828185da84f2d8de420bf1376b74de424e
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/search-data-service:latest
Pulling repository nexus3.onap.org:10001/openecomp/datarouter-service
Error: image openecomp/datarouter-service:latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/datarouter-service:latest
latest: Pulling from openecomp/model-loader
Digest: sha256:86ea6fbb2d27672e63448128574603a34711c370af18aee2f9b40cb86d1e0856
Status: Downloaded newer image for 
nexus3.onap.org:10001/openecomp/model-loader:latest
Pulling repository nexus3.onap.org:10001/openecomp/sparky
Error: image openecomp/sparky:latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/sparky:latest
Going to remove testconfig_aai-resources.api.simpledemo.openecomp.org_1

Could someone please let us know whether image names are correct or not, 
because in nexus repository [1] I am
not able to to find it.

[1]  https://nexus3.onap.org

--
Regards,
Subhash Kumar Singh



From: ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com> 
[ajay.priyadar...@ril.com]
Sent: Monday, June 26, 2017 12:03
To: Subhash Kumar Singh; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: aai-instances installation
Hi,

deploy_vm2.sh uses plain docker pull. So modify deploy_vm1.sh, remove 
:${DOCKER_IMAGE_VERSION} from pull and tag command. Hopefully it works for you.

Regards,
Ajay
From: Ajay Priyadarshi
Sent: 26 June 2017 11:33
To: 'Subhash Kumar Singh'; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: aai-instances installation

Hello Subhash,

I think aai is still under migration. You can pull manually by removing tag.  
Hopefully this error is temporary.

root@vm1-aai-inst1:/opt# docker login -u docker -p docker nexus3.onap.org:10001
Login Succeeded
root@vm1-aai-inst1:/opt#
root@vm1-aai-inst1:/opt#
root@vm1-aai-inst1:/opt# docker pull 
nexus3.onap.org:10001/openecomp/aai-resources:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/aai-resources
Error: image openecomp/aai-resources:1.0-STAGING-latest not found

root@vm1-aai-inst1:/opt# docker pull 
nexus3.onap.org:10001/openecomp/aai-resources:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/aai-resources
Error: image openecomp/aai-resources:1.0-STAGING-latest not found
root@vm1-aai-inst1:/opt# docker pull 
nexus3.onap.org:10001/openecomp/aai-resources
Using default tag: latest
latest: Pulling from openecomp/aai-resources
3f992ab3df53: Already exists
0aa0bd28396f: Already exists
db7bb15088de: Already exists
1b6d2bb5ddaa: Already exists
a2bc8c956e6b: Already exists
6f6d9d811535: Pulling fs layer
3f70b3791b34: Waiting
db82441d2f6a: Waiting
93ed6b3de520: Waiting
a9acf7284af3: Waiting
0bdb05fbee76: Waiting
d52f80f2aa03: Waiting
1c912a3373bf: Waiting


I have in my system
root@vm1-aai-inst1:/opt# docker image list
REPOSITORYTAG  
IMAGE IDCREATED SIZE
nexus3.onap.org:10001/openecomp/aai-traversal latest   
4e96228772af3 days ago  1.25GB
dockerfiles_kafka latest   
50be9273ac2e3 d

Re: [onap-discuss] aai-instances installation

2017-06-26 Thread Ajay.Priyadarshi
ky:1.0-STAGING-latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/sparky:1.0-STAGING-latest


--
Regards,
Subhash Kumar Singh


From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[onap-discuss-boun...@lists.onap.org] on behalf of 
ajay.priyadar...@ril.com<mailto:ajay.priyadar...@ril.com> 
[ajay.priyadar...@ril.com]
Sent: Friday, June 23, 2017 10:58
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] aai-instances installation
Hi,

Both aai-instances uses the install script which try to access the 
"release-1.0.0 --single-branch http://gerrit.onap.org/r/aai/test-config;. While 
this project "aai/test-config" is not added to branch release-1.0.0, Same can 
be verified in attached snapshot. Kindly add same to release-1.0.0 branch. I 
manually did it by master branch.

root@vm1-aai-inst1:/opt# git clone -b release-1.0.0 --single-branch 
http://gerrit.onap.org/r/aai/test-config
Cloning into 'test-config'...
warning: Could not find remote branch release-1.0.0 to clone.
fatal: Remote branch release-1.0.0 not found in upstream origin
root@vm1-aai-inst1:/opt# Unexpected end of command stream

root@vm1-aai-inst1:/opt# git clone -b master --single-branch 
http://gerrit.onap.org/r/aai/test-config
Cloning into 'test-config'...
remote: Total 127 (delta 0), reused 127 (delta 0)
Receiving objects: 100% (127/127), 94.82 KiB | 0 bytes/s, done.
Resolving deltas: 100% (45/45), done.
Checking connectivity... done.

[cid:image001.png@01D2EE63.7C7F5BA0]


Regards,
Ajay Priyadarshi
"Confidentiality Warning: This message and any attachments are intended only 
for the use of the intended recipient(s). 
are confidential and may be privileged. If you are not the intended recipient. 
you are hereby notified that any 
review. re-transmission. conversion to hard copy. copying. circulation or other 
use of this message and any attachments is 
strictly prohibited. If you are not the intended recipient. please notify the 
sender immediately by return email. 
and delete this message and any attachments from your system.

Virus Warning: Although the company has taken reasonable precautions to ensure 
no viruses are present in this email. 
The company cannot accept responsibility for any loss or damage arising from 
the use of this email or attachment."
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] aai-instances installation

2017-06-26 Thread Ajay.Priyadarshi
iyadar...@ril.com<mailto:ajay.priyadar...@ril.com> 
[ajay.priyadar...@ril.com]
Sent: Friday, June 23, 2017 10:58
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] aai-instances installation
Hi,

Both aai-instances uses the install script which try to access the 
"release-1.0.0 --single-branch http://gerrit.onap.org/r/aai/test-config;. While 
this project "aai/test-config" is not added to branch release-1.0.0, Same can 
be verified in attached snapshot. Kindly add same to release-1.0.0 branch. I 
manually did it by master branch.

root@vm1-aai-inst1:/opt# git clone -b release-1.0.0 --single-branch 
http://gerrit.onap.org/r/aai/test-config
Cloning into 'test-config'...
warning: Could not find remote branch release-1.0.0 to clone.
fatal: Remote branch release-1.0.0 not found in upstream origin
root@vm1-aai-inst1:/opt# Unexpected end of command stream

root@vm1-aai-inst1:/opt# git clone -b master --single-branch 
http://gerrit.onap.org/r/aai/test-config
Cloning into 'test-config'...
remote: Total 127 (delta 0), reused 127 (delta 0)
Receiving objects: 100% (127/127), 94.82 KiB | 0 bytes/s, done.
Resolving deltas: 100% (45/45), done.
Checking connectivity... done.

[cid:image001.png@01D2EE63.7C7F5BA0]


Regards,
Ajay Priyadarshi
"Confidentiality Warning: This message and any attachments are intended only 
for the use of the intended recipient(s). 
are confidential and may be privileged. If you are not the intended recipient. 
you are hereby notified that any 
review. re-transmission. conversion to hard copy. copying. circulation or other 
use of this message and any attachments is 
strictly prohibited. If you are not the intended recipient. please notify the 
sender immediately by return email. 
and delete this message and any attachments from your system.

Virus Warning: Although the company has taken reasonable precautions to ensure 
no viruses are present in this email. 
The company cannot accept responsibility for any loss or damage arising from 
the use of this email or attachment."
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] aai-instances installation

2017-06-23 Thread Subhash Kumar Singh
Hello Ajay,

We are also facing the same issue. For a quick fix, we used master branch and 
we got the `test-config` repository to execute the `aai2_vm_init.sh` script.

Now, we are seeing that docker tag `1.0-STAGING-latest` is not available. 
Please find the following log:

root@onap-aai-inst1:/opt# ./aai2_vm_init.sh
Already up-to-date.
Login Succeeded
Pulling repository nexus3.onap.org:10001/openecomp/aai-resources
Error: image openecomp/aai-resources:1.0-STAGING-latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/aai-resources:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/aai-traversal
Error: image openecomp/aai-traversal:1.0-STAGING-latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/aai-traversal:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/search-data-service
Error: image openecomp/search-data-service:1.0-STAGING-latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/search-data-service:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/datarouter-service
Error: image openecomp/datarouter-service:1.0-STAGING-latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/datarouter-service:1.0-STAGING-latest
1.0-STAGING-latest: Pulling from openecomp/model-loader
Digest: sha256:52b05fa7af784a1537f80ad2e4a92f49ba94b109a3251fcf2e4476beb0fa4e75
Status: Image is up to date for 
nexus3.onap.org:10001/openecomp/model-loader:1.0-STAGING-latest
Pulling repository nexus3.onap.org:10001/openecomp/sparky
Error: image openecomp/sparky:1.0-STAGING-latest not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/openecomp/sparky:1.0-STAGING-latest


--
Regards,
Subhash Kumar Singh


From: onap-discuss-boun...@lists.onap.org [onap-discuss-boun...@lists.onap.org] 
on behalf of ajay.priyadar...@ril.com [ajay.priyadar...@ril.com]
Sent: Friday, June 23, 2017 10:58
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] aai-instances installation

Hi,

Both aai-instances uses the install script which try to access the 
“release-1.0.0 --single-branch http://gerrit.onap.org/r/aai/test-config”. While 
this project “aai/test-config” is not added to branch release-1.0.0, Same can 
be verified in attached snapshot. Kindly add same to release-1.0.0 branch. I 
manually did it by master branch.

root@vm1-aai-inst1:/opt# git clone -b release-1.0.0 --single-branch 
http://gerrit.onap.org/r/aai/test-config
Cloning into 'test-config'...
warning: Could not find remote branch release-1.0.0 to clone.
fatal: Remote branch release-1.0.0 not found in upstream origin
root@vm1-aai-inst1:/opt# Unexpected end of command stream

root@vm1-aai-inst1:/opt# git clone -b master --single-branch 
http://gerrit.onap.org/r/aai/test-config
Cloning into 'test-config'...
remote: Total 127 (delta 0), reused 127 (delta 0)
Receiving objects: 100% (127/127), 94.82 KiB | 0 bytes/s, done.
Resolving deltas: 100% (45/45), done.
Checking connectivity... done.

[cid:image001.png@01D2EB7E.08C9B850]


Regards,
Ajay Priyadarshi
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss