Re: [onap-discuss] Adding Blueprint manually in SDC: Error when searching for ... as ResourceInstanceName in Sdc notification #sdc #clamp #dcaegen2

2018-12-07 Thread Chandra
Hi Daniel,
Which release you are working ?

If it is Casablanca, I will suggest to use the tca_docker_k8s_v4.yaml as 
blueprint to distribute from SDC. We were able to successfully distribute it 
from SDC to clamp.
Use the link –
https://wiki.onap.org/display/DW/Running+Scale+Out+Use+Case+for+Casablanca

Regards
Chandrashekhar Thakare



From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of dgermain
Sent: 07 December 2018 05:34
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Adding Blueprint manually in SDC: Error when searching 
for ... as ResourceInstanceName in Sdc notification #sdc #clamp #dcaegen2

Hi,

I'm trying to manually add DCAE_INVENTORY_BLUEPRINT in SDC as per the following 
links
https://wiki.onap.org/display/DW/Adding+Blueprint+Manually+in+SDC
https://wiki.onap.org/display/DW/SDC+Deployment+Artifacts

When monitoring the distribution, dcae-sch and policy seems fine (DEPLOY_OK, 
NOTIFIED, COMPONENT_DONE_OK)
however clamp fail with DEPLOY_ERROR unable to find the ResourceInstanceName in 
Sdc notification
When looking at the method CsarHandler.searchForResourceByInstanceName I can 
see that it iterate
over the this.sdcNotification.getResources() to find the resource, however as 
you can see in the log
it says 0 resources in the callback notification
Receive a callback notification in SDC, nb of resources: 0
I don't get how come there is no resource, as I did add a VF in the service 
composition
and add the blueprint artifact as per links above.
What am I missing?

Thanks



SDC Monitor:
==

clamp
service-Svc10-csar.csar
/sdc/v1/catalog/services/Svc10/1.0/artifacts/service-Svc10-csar.csar
12/06/2018 11:40PM
DEPLOY_ERROR
12/06/2018 11:40PM DEPLOY_ERROR Reason: Error when searching for vf100 as 
ResourceInstanceName in Sdc notification and did not find it
12/06/2018 11:40PM NOTIFIED

CLAMP LOG:
===
23:40:15.029 [pool-3-thread-9] INFO  
org.onap.clamp.clds.sdc.controller.SdcSingleController - Receive a callback 
notification in SDC, nb of resources: 0
23:40:16.131 [https-jsse-nio-8443-exec-14] INFO  
org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - 
2018-12-06T23:40:16.131+ DEBUG [cadi] DenialOfServiceTaf is not processing 
this transaction: This Transaction is not denied
23:40:16.131 [https-jsse-nio-8443-exec-14] INFO  
org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - 
2018-12-06T23:40:16.131+ DEBUG [cadi] No Certificate Info on Transaction
23:40:16.132 [https-jsse-nio-8443-exec-14] INFO  
org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - 
2018-12-06T23:40:16.131+ DEBUG [cadi] Requesting HTTP Basic Authorization
23:40:16.132 [https-jsse-nio-8443-exec-14] INFO  
org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - 
2018-12-06T23:40:16.132+ INFO [cadi] Authenticating via redirection:  
Requesting HTTP Basic Authorization
23:40:24.030 [pool-3-thread-9] INFO  
org.onap.clamp.clds.sdc.controller.SdcSingleController - Notification received 
for service UUID:2372d614-403f-441a-84a0-3bd5ddabb8ba
23:40:24.030 [pool-3-thread-9] INFO  
org.onap.clamp.clds.sdc.controller.SdcSingleController - Trying to download the 
artifact : /sdc/v1/catalog/services/Svc10/1.0/artifacts/service-Svc10-csar.csar 
UUID: 8f24e678-c8b6-452c-9480-734d0cd98fb4
23:40:24.031 [pool-3-thread-9] INFO  org.onap.sdc.impl.DistributionClientImpl - 
DistributionClient - download
23:40:24.429 [pool-3-thread-9] INFO  
org.onap.clamp.clds.sdc.controller.SdcSingleController - Successfully 
downloaded the artifact 
/sdc/v1/catalog/services/Svc10/1.0/artifacts/service-Svc10-csar.csar UUID 
8f24e678-c8b6-452c-9480-734d0cd98fb4Size of payload 37833
23:40:24.430 [pool-3-thread-9] INFO  
org.onap.clamp.clds.sdc.controller.installer.CsarHandler - Writing CSAR file 
to: /tmp/sdc-controllers/sdc-controller/service-Svc10-csar.csar UUID 
8f24e678-c8b6-452c-9480-734d0cd98fb4)
23:40:24.436 [pool-3-thread-9] INFO  org.reflections.Reflections - Reflections 
took 3 ms to scan 1 urls, producing 4 keys and 4 values
23:40:25.006 [pool-3-thread-9] WARN  
org.onap.sdc.tosca.parser.impl.SdcToscaParserFactory - 

23:40:25.006 [pool-3-thread-9] WARN  
org.onap.sdc.tosca.parser.impl.SdcToscaParserFactory - CSAR Warnings found! 
CSAR name - /tmp/sdc-controllers/sdc-controller/service-Svc10-csar.csar
23:40:25.006 [pool-3-thread-9] WARN  
org.onap.sdc.tosca.parser.impl.SdcToscaParserFactory - ToscaTemplate - 
verifyTemplate - 2 Parsing Warnings occurred...
23:40:25.006 [pool-3-thread-9] WARN  
org.onap.sdc.tosca.parser.impl.SdcToscaParserFactory - JTosca Exception 
[JE003]: MissingRequiredFieldError: properties of template "vf10 0" are missing 
field(s): [nf_naming_code, nf_function, nf_role, max_instances, min_instances, 
nf_type]. CSAR name - 
/tmp/sdc-controllers/sdc-controller/service-Svc10-csar.csar
23:40:25.006 [pool-3-thread-9] 

Re: [onap-discuss] [clamp] [policy]closed loop distribution error

2018-12-05 Thread Chandra
Thanks Adam for response. I have executed the push-policies.sh and I am able to 
distribute the close-loop successfully.

Is there any Jira ticket raised for this issue?

Regards
Chandrashekhar Thakare


From: Krysiak, Adam (Nokia - PL/Wroclaw) [mailto:adam.krys...@nokia.com]
Sent: 05 December 2018 13:44
To: onap-discuss@lists.onap.org; Chandrashekhar Thakare 

Subject: Re: [clamp] [policy]closed loop distribution error


Hi,



It's an issue inside Policy component. On PAP container there is script called 
push-policies.sh.

It is responsible for creating initial policies in Policy. The problem is that 
in first step this script tries to download drools rule template.

Unfortunately folder where it's located belongs to root and there is no 
permission to add anything new.

As workaround:

  1.  Enter PAP container
  2.  Create new folder
  3.  copy push-policies from /tmp/policy-install/config/ to your new folder
  4.  set variable PRELOAD_POLICIES to true
  5.  run push-policies.sh
Hope this helps.

Br,
Adam Krysiak
Software Engineer
MN MANO RD ONAP-UI-ML DEVOPS WRO 2 SG
Nokia
Contact number: +48691441316

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
mailto:onap-discuss@lists.onap.org>> on behalf of 
Chandra mailto:ct00548...@techmahindra.com>>
Sent: Wednesday, December 5, 2018 6:28:39 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [clamp] [policy]closed loop distribution error


Hi All,

We are getting the error while distributing the closed loop from CLAMP GUI. We 
are using OOM K8s deployment of Cassablanca release.



The error description is -



policy send failed PE300: Invalid template, the template name 
closedLoopControlName was not found in the dictionary. Please refer to attached 
screenshot



Tried to check the CLAMP logs in main POD of CLAMP , however not able to see 
anything in log directory. Can someone let us know where to find the CLAMP 
logs. We have no files in the /var/log/onap  directory.



bash-4.2$ cd onap

bash-4.2$ ls -lrt

total 0

bash-4.2$ pwd

/var/log/onap

bash-4.2$



Tried to check the existing Jira ticket similar to this error 
https://jira.onap.org/browse/POLICY-275 .. But this was fixed in Amsterdam.

Can anyone have any insight on this error?





Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.




-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14291): https://lists.onap.org/g/onap-discuss/message/14291
Mute This Topic: https://lists.onap.org/mt/28608380/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] default username/password for CLAMP Casablanca

2018-12-02 Thread Chandra
Hi Abdelmuhaimen,
We need to add the certificate to login into CLAMP UI.   Please check following 
link for more information.

https://wiki.onap.org/display/DW/Control+Loop+Flows+and+Models+for+Casablanca#ControlLoopFlowsandModelsforCasablanca-Configure


Regards
Chandrashekhar Thakare

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Abdelmuhaimen Seaudi
Sent: 02 December 2018 19:45
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] default username/password for CLAMP Casablanca

Hi, when I try to access CLAMP in Casablanca using the URL: 
https://84.39.37.85:30258/designer/index.html#/otherwise, I get a login popup.

I tried "admin/password", but didn't work.

What is the default username and password to login ?

Thanks.

Abdelmuhaimen Seaudi
Orange Labs Egypt
Email: abdelmuhaimen.sea...@orange.com
Mobile: +2012 84644 733


_



Ce message et ses pieces jointes peuvent contenir des informations 
confidentielles ou privilegiees et ne doivent donc

pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce 
message par erreur, veuillez le signaler

a l'expediteur et le detruire ainsi que les pieces jointes. Les messages 
electroniques etant susceptibles d'alteration,

Orange decline toute responsabilite si ce message a ete altere, deforme ou 
falsifie. Merci.



This message and its attachments may contain confidential or privileged 
information that may be protected by law;

they should not be distributed, used or copied without authorisation.

If you have received this email in error, please notify the sender and delete 
this message and its attachments.

As emails may be altered, Orange is not liable for messages that have been 
modified, changed or falsified.

Thank you.



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#14216): https://lists.onap.org/g/onap-discuss/message/14216
Mute This Topic: https://lists.onap.org/mt/28560493/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [APPC] API Configure Sample

2018-11-19 Thread Chandra
Hi Prakash,
You will get the answers of first two queries as explained by Taka.

For third question,
You should use APPC-CDT tool( Introduced in Beijing) in order to distribute the 
templates . At run-time these templates would be utilized in order to execute 
the requested action.

You can try out the configure API with the help of Configscaelout tutorial.
https://wiki.onap.org/display/DW/Creating+the+vLoadBalancer+in+the+CDT

Regards
Chandrashekhar

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Taka Cho
Sent: 19 November 2018 17:31
To: onap-discuss@lists.onap.org; prakas...@verizon.com
Subject: Re: [onap-discuss] [APPC] API Configure Sample

Yes. there are a lots of information from wiki.onap.org, you can easily search 
that.

For example, the postman: https://wiki.onap.org/display/DW/Testing+with+Postman

Taka

From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Prakash via Lists.Onap.Org
Sent: Monday, November 19, 2018 12:58 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [APPC] API Configure Sample

Hi Team,
For LCM over REST,
1. Is it fine to use postman to trigger the Configure REST request to 
APPC?
2. Can i have the sample rest API request with payload for config 
command to APPC?
3. For Configure API, should i have any template distributed prior to 
the reqeust or i can send it as a part of Request to APPC? if so how do i 
distribute it from SDC?

Kindly share detailed answer!!
I'm Using Beijin Release.

--
Regards,
Prakas P,
Network and Technology IT,
VDSI - Olympia – Chennai
VoIP: 72184 | Direct: +91 44 4394 2184
Mailto  | prakas...@verizon.com

We Are 
VERIZON

INTEGRITY . RESPECT . PERFORMANCE EXCELLENCE . 
ACCOUNTABILITY



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13864): https://lists.onap.org/g/onap-discuss/message/13864
Mute This Topic: https://lists.onap.org/mt/28239038/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [aai] Standalone AAI UI

2018-11-06 Thread Chandra
Thanks Arul.
Understood that the portal redirection can not be disabled  but does this mean 
that standalone AAI application UI cannot be accessed in Beijing and we will 
have to use Casablanca or Master for same?




From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Arul Nambi
Sent: 05 November 2018 19:01
To: Chandrashekhar Thakare ; 
onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [aai] Standalone AAI UI

Hey Chandra,
Sorry unfortunately we were in the middle of configuration changes in Beijing 
and there is no way to disable portal in Beijing. Can you move to 
master/Casablanca? It is stable at this point in time.
Regards
Arul

From: Chandrashekhar Thakare [mailto:ct00548...@techmahindra.com]
Sent: Monday, November 5, 2018 4:33 AM
To: Arul Nambi mailto:arul.na...@amdocs.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: [aai] Standalone AAI UI

Hi Arul,
Thanks for information.
I am currently using the  following and using Beijing installation. Its heat 
based installation.
nexus3.onap.org:10001/onap/sparky-be 1.2.1

Where exactly I can locate this file ? Inside any specific docker ? I tried to 
search but could not get the portal profile related details inside 
aai-resources/aai-traversal.

From: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: 02 November 2018 16:00
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
Chandrashekhar Thakare 
mailto:ct00548...@techmahindra.com>>
Subject: RE: [aai] Standalone AAI UI

Hi Chandra,
Are you which version of sparky are you using? If you using the one from 
master, then you should be able to disable the portal profile from 
application.properties in backend. This will make sure that you are not 
redirected to portal for authentication.
Regards
Arul

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Friday, November 2, 2018 5:21 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [aai] Standalone AAI UI

Hi,
I am trying to  access the standalone UI of AAI with below URL-

http://http://%3cAAI> IP address>:9517/services/aai/webapp/index.html

However; it is pointing to

http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm

Is there any way to disable this redirection?

Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.


“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13523): https://lists.onap.org/g/onap-discuss/message/13523
Mute This Topic: https://lists.onap.org/mt/27825888/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [aai] Standalone AAI UI

2018-11-05 Thread Chandra
Hi Arul,
Thanks for information.
I am currently using the  following and using Beijing installation. Its heat 
based installation.
nexus3.onap.org:10001/onap/sparky-be 1.2.1

Where exactly I can locate this file ? Inside any specific docker ? I tried to 
search but could not get the portal profile related details inside 
aai-resources/aai-traversal.

From: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: 02 November 2018 16:00
To: onap-discuss@lists.onap.org; Chandrashekhar Thakare 

Subject: RE: [aai] Standalone AAI UI

Hi Chandra,
Are you which version of sparky are you using? If you using the one from 
master, then you should be able to disable the portal profile from 
application.properties in backend. This will make sure that you are not 
redirected to portal for authentication.
Regards
Arul

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Friday, November 2, 2018 5:21 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [aai] Standalone AAI UI

Hi,
I am trying to  access the standalone UI of AAI with below URL-

http://http://%3cAAI> IP address>:9517/services/aai/webapp/index.html

However; it is pointing to

http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm

Is there any way to disable this redirection?

Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.



“Amdocs’ email platform is based on a third-party, worldwide, cloud-based 
system. Any emails sent to Amdocs will be processed and stored using such 
system and are accessible by third party providers of such system on a limited 
basis. Your sending of emails to Amdocs evidences your consent to the use of 
such system and such processing, storing and access”.

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13500): https://lists.onap.org/g/onap-discuss/message/13500
Mute This Topic: https://lists.onap.org/mt/27825888/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [aai] Standalone AAI UI

2018-11-02 Thread Chandra
Hi,
I am trying to  access the standalone UI of AAI with below URL-

http://http://%3cAAI> IP address>:9517/services/aai/webapp/index.html

However; it is pointing to

http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm

Is there any way to disable this redirection?


Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13464): https://lists.onap.org/g/onap-discuss/message/13464
Mute This Topic: https://lists.onap.org/mt/27825888/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [aai] Standalone AAI UI

2018-11-02 Thread Chandra
Hi,
I want to access the standalone UI of AAI with below URL.

http://http://%3cAAI> IP address>:9517/services/aai/webapp/index.html

However; it is pointing to

http://aai.api.sparky.simpledemo.onap.org:9517/services/aai/webapp/index.html

Any way to disable this pointing?


Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13463): https://lists.onap.org/g/onap-discuss/message/13463
Mute This Topic: https://lists.onap.org/mt/27825888/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [vid][sdnc][so] : SDNC preload while instantiating VNF

2018-10-30 Thread Chandra
Hi All,
We have query regarding the VNF instantiation via VID.


1.   Do we always need SDNC preload before VF module instantiation?

2.   For SO to instantiate the VNF/VF module; What is the real dependency 
on SDNC if all the details are provided in HEAT file during design time?

3.   At the time of deletion; does SO assumes that every VF module always 
need to be preloaded on the SDNC? We have tried the instantiation of VF module 
load balancer without SDNC preload and it worked however while deletion from 
VID we get an error as
   "requestStatus": "Received error from SDN-C: No preload data found 
to match vnf-name",


Thanks
Chandrashekhar



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13419): https://lists.onap.org/g/onap-discuss/message/13419
Mute This Topic: https://lists.onap.org/mt/27802228/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] Nexus Repo timeout issue

2018-10-29 Thread Chandra
Is the nexus repo on port 10001 active? I am unable to do docker login on the 
same. It gives timeout error for nexus3.onap.org:10001.
Please do the needful



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13358): https://lists.onap.org/g/onap-discuss/message/13358
Mute This Topic: https://lists.onap.org/mt/27780277/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [appc] APPC CDT- Specifying Source as A in Parameter Definition

2018-10-12 Thread Chandra
Thanks Taka for your response.  We will investigate the error again and if 
needed we will post it in community.



From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 12 October 2018 19:49
To: Chandrashekhar Thakare ; 
onap-discuss@lists.onap.org
Subject: RE: [appc] APPC CDT- Specifying Source as A in Parameter Definition

Yes. Those Configure actions are nothing changing in Casablanca. Thus should be 
in Beijing.

Taka

From: Chandrashekhar Thakare [mailto:ct00548...@techmahindra.com]
Sent: Friday, October 12, 2018 10:16 AM
To: CHO, TAKAMUNE mailto:tc0...@att.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: [appc] APPC CDT- Specifying Source as A in Parameter Definition

Hi Taka,
Do you mean that source as A is supported in Beijing?

From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 12 October 2018 19:42
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
Chandrashekhar Thakare 
mailto:ct00548...@techmahindra.com>>
Subject: RE: [appc] APPC CDT- Specifying Source as A in Parameter Definition

Hi

Please see my answer below.

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Friday, October 12, 2018 6:55 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [appc] APPC CDT- Specifying Source as A in Parameter 
Definition

Hi,
We are trying to upload the parameter definitions from CDT and trying to 
specify the source as A  If we specify the source as A the values 
should be fetched from A while preparing the config templates and APPC does 
not expect these values in the Configure/ConfigScaleout request.  However we 
are getting errors while executing the configure request.

I was checking demo Videos of CDT and it seems that specifying source as A 
,not available in Beijing and APPC always expects these values from SO. Queries 
are-

1.   Can you please confirm if source as A is not supported for 
Configure, ConfigScaleout, ModifyConfig? Or specifically it is not supported 
only for ConfigScaleout?
[Taka] Source as A is supported for all Configure related actions

2.   Could you please confirm if this functionality included in Casablanca 
release?
[Taka] Yes

Regards
Chandrashekhar


Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=2SpRaOlaUglzr4dgoYaSsJQHU3X5g6PDPy8-4kdLndM=-CdBI-vpdx07W7pwvm_wE4dXY5cERPVfc0kUc3DJM5Q=9yRRwSWqGI24M9VrzcwmHFApHDFTcbTOzJHziuiRiz4=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=2SpRaOlaUglzr4dgoYaSsJQHU3X5g6PDPy8-4kdLndM=-CdBI-vpdx07W7pwvm_wE4dXY5cERPVfc0kUc3DJM5Q=-c6DtM23ABCVeL_byUHZqjSwECvkR2bBqU7nO7cEeD4=>
 internally within TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12989): https://lists.onap.org/g/onap-discuss/message/12989
Mute This Topic: https://lists.onap.org/mt/27268933/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [appc] APPC CDT- Specifying Source as A in Parameter Definition

2018-10-12 Thread Chandra
Hi Taka,
Do you mean that source as A is supported in Beijing?

From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 12 October 2018 19:42
To: onap-discuss@lists.onap.org; Chandrashekhar Thakare 

Subject: RE: [appc] APPC CDT- Specifying Source as A in Parameter Definition

Hi

Please see my answer below.

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Friday, October 12, 2018 6:55 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [appc] APPC CDT- Specifying Source as A in Parameter 
Definition

Hi,
We are trying to upload the parameter definitions from CDT and trying to 
specify the source as A  If we specify the source as A the values 
should be fetched from A while preparing the config templates and APPC does 
not expect these values in the Configure/ConfigScaleout request.  However we 
are getting errors while executing the configure request.

I was checking demo Videos of CDT and it seems that specifying source as A 
,not available in Beijing and APPC always expects these values from SO. Queries 
are-

1.   Can you please confirm if source as A is not supported for 
Configure, ConfigScaleout, ModifyConfig? Or specifically it is not supported 
only for ConfigScaleout?
[Taka] Source as A is supported for all Configure related actions

2.   Could you please confirm if this functionality included in Casablanca 
release?
[Taka] Yes

Regards
Chandrashekhar


Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=2SpRaOlaUglzr4dgoYaSsJQHU3X5g6PDPy8-4kdLndM=-CdBI-vpdx07W7pwvm_wE4dXY5cERPVfc0kUc3DJM5Q=9yRRwSWqGI24M9VrzcwmHFApHDFTcbTOzJHziuiRiz4=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=2SpRaOlaUglzr4dgoYaSsJQHU3X5g6PDPy8-4kdLndM=-CdBI-vpdx07W7pwvm_wE4dXY5cERPVfc0kUc3DJM5Q=-c6DtM23ABCVeL_byUHZqjSwECvkR2bBqU7nO7cEeD4=>
 internally within TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12988): https://lists.onap.org/g/onap-discuss/message/12988
Mute This Topic: https://lists.onap.org/mt/27268933/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [appc] APPC CDT- Specifying Source as A in Parameter Definition

2018-10-12 Thread Chandra
Hi,
We are trying to upload the parameter definitions from CDT and trying to 
specify the source as A  If we specify the source as A the values 
should be fetched from A while preparing the config templates and APPC does 
not expect these values in the Configure/ConfigScaleout request.  However we 
are getting errors while executing the configure request.

I was checking demo Videos of CDT and it seems that specifying source as A 
,not available in Beijing and APPC always expects these values from SO. Queries 
are-

1.   Can you please confirm if source as A is not supported for 
Configure, ConfigScaleout, ModifyConfig? Or specifically it is not supported 
only for ConfigScaleout?

2.   Could you please confirm if this functionality included in Casablanca 
release?


Regards
Chandrashekhar



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12980): https://lists.onap.org/g/onap-discuss/message/12980
Mute This Topic: https://lists.onap.org/mt/27268933/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [appc] error in appc config request

2018-09-07 Thread Chandra
Hi Tomek,
We tried removing the docker and reinstalled APPC and error was gone :). We 
were using the Beijing release and deployed via HEAT file not via K8s.

Regards
Chandu

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Tomek
Sent: 30 August 2018 14:51
To: onap-discuss@lists.onap.org; Gaurang Sanjay Parnaik 

Cc: CHO, TAKAMUNE 
Subject: Re: [onap-discuss] [appc] error in appc config request

Hello,

Did you find a solution for this issue? I'm facing the same error with APPC 
master branch. The same behavior for all LCM APIs.

Regards,
Tomek

[Logo Orange]

Tomasz Osiński, Główny Specjalista R
Orange Labs Polska, Wydział Rozwoju Zaawansowanych Systemów Sieciowych
Tel.: +48 50 130 06 88,
Orange Polska, Obrzeżna 7, 02-691 Warszawa
www.orange.pl


From: onap-discuss@lists.onap.org 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Gaurang Sanjay Parnaik
Sent: Thursday, August 23, 2018 2:23 PM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [appc] error in appc config request

Pl refer to below request also,

{
  "appc-provider-lcm:input": {
"appc-provider-lcm:common-header": {
  "appc-provider-lcm:timestamp": "2018-08-23T08:50:18.97Z",
  "appc-provider-lcm:api-ver": "2.00",
  "appc-provider-lcm:originator-id": "SO",
  "appc-provider-lcm:request-id": "123456abcd",
  "appc-provider-lcm:sub-request-id": "Some sub-request-id",
  "appc-provider-lcm:flags": {
"appc-provider-lcm:mode": "EXCLUSIVE",
"appc-provider-lcm:force": "TRUE",
"appc-provider-lcm:ttl": "0"
  }
},
"appc-provider-lcm:action": "Configure",
"appc-provider-lcm:action-identifiers": {
  "appc-provider-lcm:vnf-id": "ibcx0001"
},
"appc-provider-lcm:payload": "some"
  }
}

From: Gaurang Sanjay Parnaik
Sent: Thursday, August 23, 2018 5:51 PM
To: 'onap-discuss@lists.onap.org' 
mailto:onap-discuss@lists.onap.org>>
Subject: [appc] error in appc config request

Hi all,

I am getting following error in 
/operations/appc-provider-lcm:configure
 request


org.opendaylight.netconf.sal.restconf.impl.RestconfDocumentedException: errors: 
[RestconfError [error-type: application, error-tag: operation-not-supported, 
error-message: No implementation of RPC 
AbsoluteSchemaPath{path=[(org:onap:appc:lcm?revision=2016-01-08)configure]} 
available]]

I am testing appc Beijing (HEAT-based installation)

Please refer attached log

Kindly let us know any resolution for this


Thanks & Regards,
Gaurang Sanjay Parnaik
Tech Mahindra



Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12299): https://lists.onap.org/g/onap-discuss/message/12299
Mute This Topic: https://lists.onap.org/mt/24929504/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [APPC]- Configuring VNF with CLI

2018-08-20 Thread Chandra
Thanks Taka for  your response.  I have few more queries .

1.   Do we have any specific schema defined against which the CLI templates 
are validated?

2.   Would you  be able to share any sample format of CLI templates that 
CDT  expects?

3.   Do we have any tutorials available to demonstrate how CLI can be used 
to configure VNF(both design time APPC-CDT and runtime with APPC APIs like 
Configure)?

4.   Is it possible to use CLI as protocol for ConfigScaleout action?


Regards
Chandrashekhar Thakare

From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 13 August 2018 22:10
To: onap-discuss@lists.onap.org; Chandrashekhar Thakare 

Subject: RE: [onap-discuss] [APPC]- Configuring VNF with CLI

Hi Chandrashekhar

Sorry for the late response,

Please see inline comment

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Thursday, August 09, 2018 1:00 PM
To: CHO, TAKAMUNE mailto:tc0...@att.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] [APPC]- Configuring VNF with CLI

Thanks a lot Taka for your response.

Yes I am looking for CLI template support from APPC-CDT.  To elaborate it in 
more detail -The end goal is to connect the VNF via SSH and apply the 
predefined configuration with set of commands.

In order to achieve this, I was looking to utilize APPC capabilities -
Design time Capabilities - Onboard the VNF with CLI templates containing set of 
commands and the parameters require for specific configuration. Currently;  
APPC -CDT provides the protocol option as CLI and I hope we can define the 
parameter definitions and also the templates( set of commands).  However; there 
is no tutorial to demonstrate the CLI protocol support. I have attended Scott's 
session but it demonstrates how Netconf can be utilized.
Run time Capabilities - Invoke the APPC's Configure API to perform 
configuration on VNF via SSH (The username and password at the design time) . 
This will in turn utilize the templates( set of commands) pre-defined during 
design time and append the values supplied under the payload in configure 
request.


The queries are -

1.   Can we use the CDT to define parameter definition and the templates 
containing set of commands which VNF vendor recommends?
YES

2.   Can we define multiple templates against the same action. For e.g. for 
same VNF type, I may apply different configurations based on how this VNF being 
utilized under E2E service.
YES

3.   If answer of above query is Yes then , How these different templates 
can be picked up while configuration is invoked via rest API?  What 
differential factor we could provide in the Configure request?
You can test multiple templates via CDT. But each time you have to upload the 
template before you start Configuration. Runtime will always pick up the latest 
template from db. If you upload multiple templates at a time before testing 
Configuration then it will pick up only the latest template. So, upload the 
template each time before you start configuration


4.   Do we have generic CLI adapter which assists to run the Command 
templates on VNF?  Would it utilize appc-ssh-adapter?
Would you please elaborate more details about this?


Thanks
Chandrashekhar Thakare

From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 09 August 2018 19:35
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; CHO, 
TAKAMUNE mailto:tc0...@att.com>>; Chandrashekhar Thakare 
mailto:ct00548...@techmahindra.com>>
Subject: RE: [onap-discuss] [APPC]- Configuring VNF with CLI

Chandrashekhar

There is a link: 
https://wiki.onap.org/pages/viewpage.action?pageId=5734727<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D5734727=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=i5VHNTZ3SDPgIii87sudZA=IMo9-NTbT9Pw_eNpsumwGGkYtDNv2mdMojPmutJ-ArY=bYlhf3TC-EfqDui2T0jgC2AgE8uzYj9kXdkTn2mNjvM=>
 on 7/9, Scott had a demo for APPC/CDT.

Let me know you need more help

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of CHO, TAKAMUNE
Sent: Thursday, August 09, 2018 9:50 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; CHO, 
TAKAMUNE mailto:tc0...@att.com>>; 
ct00548...@techmahindra.com<mailto:ct00548...@techmahindra.com>
Subject: Re: [onap-discuss] [APPC]- Configuring VNF with CLI

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
Hi,

Let me rephrase my answer.

CDT is a self-onboard GUI for VNF. But if you are referring to use CLI template 
to APPC, then yes. APPC does the support.

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of CHO, TAKAMUNE

Re: [onap-discuss] [APPC]- Configuring VNF with CLI

2018-08-09 Thread Chandra
Thanks a lot Taka for your response.

Yes I am looking for CLI template support from APPC-CDT.  To elaborate it in 
more detail -The end goal is to connect the VNF via SSH and apply the 
predefined configuration with set of commands.

In order to achieve this, I was looking to utilize APPC capabilities -
Design time Capabilities - Onboard the VNF with CLI templates containing set of 
commands and the parameters require for specific configuration. Currently;  
APPC -CDT provides the protocol option as CLI and I hope we can define the 
parameter definitions and also the templates( set of commands).  However; there 
is no tutorial to demonstrate the CLI protocol support. I have attended Scott's 
session but it demonstrates how Netconf can be utilized.
Run time Capabilities - Invoke the APPC's Configure API to perform 
configuration on VNF via SSH (The username and password at the design time) . 
This will in turn utilize the templates( set of commands) pre-defined during 
design time and append the values supplied under the payload in configure 
request.


The queries are -

1.   Can we use the CDT to define parameter definition and the templates 
containing set of commands which VNF vendor recommends?

2.   Can we define multiple templates against the same action. For e.g. for 
same VNF type, I may apply different configurations based on how this VNF being 
utilized under E2E service.

3.   If answer of above query is Yes then , How these different templates 
can be picked up while configuration is invoked via rest API?  What 
differential factor we could provide in the Configure request?

4.   Do we have generic CLI adapter which assists to run the Command 
templates on VNF?  Would it utilize appc-ssh-adapter?


Thanks
Chandrashekhar Thakare

From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 09 August 2018 19:35
To: onap-discuss@lists.onap.org; CHO, TAKAMUNE ; Chandrashekhar 
Thakare 
Subject: RE: [onap-discuss] [APPC]- Configuring VNF with CLI

Chandrashekhar

There is a link: https://wiki.onap.org/pages/viewpage.action?pageId=5734727 on 
7/9, Scott had a demo for APPC/CDT.

Let me know you need more help

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of CHO, TAKAMUNE
Sent: Thursday, August 09, 2018 9:50 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; CHO, 
TAKAMUNE mailto:tc0...@att.com>>; 
ct00548...@techmahindra.com<mailto:ct00548...@techmahindra.com>
Subject: Re: [onap-discuss] [APPC]- Configuring VNF with CLI

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
Hi,

Let me rephrase my answer.

CDT is a self-onboard GUI for VNF. But if you are referring to use CLI template 
to APPC, then yes. APPC does the support.

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of CHO, TAKAMUNE
Sent: Thursday, August 09, 2018 8:20 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
ct00548...@techmahindra.com<mailto:ct00548...@techmahindra.com>
Subject: Re: [onap-discuss] [APPC]- Configuring VNF with CLI

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
Hi,

Are you referring CLI is Command-line interface? If so, then CDT does not 
provide any command-line interface to configure VNF.

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Thursday, August 09, 2018 12:25 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [APPC]- Configuring VNF with CLI

Hi ,
Is there any tutorial available ONAP wiki how to use APPC-CDT for configuring 
VNF with CLI?  Any information regarding this would be useful.

Thanks
Chandrashekhar




Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=i5VHNTZ3SDPgIii87sudZA=v9uZNHaCb7ah3MITT1ojM7MSIvROFH-kPmibcNfZNaM=Q3IwRsxotCScdQv53xeM4m2Wfb-BQpm82fGqKaEe6Hw=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=i5VHNTZ3SDPgIii87sudZA=v9uZNHaCb7ah3MITT1ojM7MSIvROFH-kPmibcNfZNaM=bPyQ6lzZkbbjNu

[onap-discuss] [APPC]- Configuring VNF with CLI

2018-08-08 Thread Chandra
Hi ,
Is there any tutorial available ONAP wiki how to use APPC-CDT for configuring 
VNF with CLI?  Any information regarding this would be useful.

Thanks
Chandrashekhar




Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11776): https://lists.onap.org/g/onap-discuss/message/11776
Mute This Topic: https://lists.onap.org/mt/24236496/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [APPC]: DGBuilder UI error

2018-08-01 Thread Chandra
Thanks Taka for your response. Yes I have used docker-compose and used the same 
file to bring up the docker.

I have followed the steps mentioned in -

https://onap.readthedocs.io/en/beijing/submodules/appc/deployment.git/docs/APPC%20Deployment%20Guidelines/APPC%20Deployment%20Guidelines.html

Regards
Chandrashekhar Thakare


From: CHO, TAKAMUNE [mailto:tc0...@att.com]
Sent: 01 August 2018 23:48
To: onap-discuss@lists.onap.org; Chandrashekhar Thakare 

Subject: RE: [APPC]: DGBuilder UI error

HI,

Have you used docker-compose to bring up all APPC docker images? The 
docker-compose.yml is under appc/deployment repo.

Taka

From: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> 
[mailto:onap-discuss@lists.onap.org] On Behalf Of Chandra
Sent: Wednesday, August 01, 2018 10:10 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [APPC]: DGBuilder UI error

Hi ,
We have installed APPC standalone Beijing ( with ccsdk-dgbuilder-image   
version as 0.2.4 ) and able to launch the DGbuilder  UI. However; when we click 
on display DG; getting following error.


[cid:image001.png@01D42A33.8CDC3F10]
Following are the docker logs.

Docker Logs after executing DGgraph
commandToExec:/opt/onap/ccsdk/dgbuilder/svclogic/svclogic.sh print APPC 
DownloadNetconfConfig sync 3.0.0 
/opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/conf/svclogic.properties |sed -e 
's%label=""""%label="null"%g'| dot -Tsvg
Error occured:Error: Command failed: /bin/sh -c 
/opt/onap/ccsdk/dgbuilder/svclogic/svclogic.sh print APPC DownloadNetconfConfig 
sync 3.0.0 /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/conf/svclogic.properties 
|sed -e 's%label=""""%label="null"%g'| dot -Tsvg
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/opt/onap/ccsdk/dgbuilder/svclogic/lib/logback-classic-1.1.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/opt/onap/ccsdk/dgbuilder/svclogic/lib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See 
http://www.slf4j.org/codes.html#multiple_bindings<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.slf4j.org_codes.html-23multiple-5Fbindings=DwQFAg=LFYZ-o9_HUMeMTSQicvjIg=i5VHNTZ3SDPgIii87sudZA=7b38ltVhLe6J6_rxTHCAHqiWVyH7K6Wxsm7TgKdhV14=iBQuVXm3lri4yE8B49s1K_i2sdu0t0Z7sFigCFp-tq8=>
 for an explanation.
SLF4J: Actual binding is of type 
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Error: : syntax error in line 1 near '11'

Also we have noticed following in the docker logs . Not sure if this is the 
reason for not displaying the workflow.

1 Aug 11:22:30 - [red] Version: 0.9.1
1 Aug 11:22:30 - [red] Loading palette nodes
1 Aug 11:22:30 - [red] Server now running at http://127.0.0.1:3100/
1 Aug 11:22:30 - [red] Flows file not found : 
/opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/flows/flows.json


Can someone guide to resolve this error?


Thanks
Chandrashekhar Thakare

Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=i5VHNTZ3SDPgIii87sudZA=7b38ltVhLe6J6_rxTHCAHqiWVyH7K6Wxsm7TgKdhV14=NdmkPFuy5t_gGMyS8c4yvJFc3hhmnyNMe3nmPJHvirE=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=i5VHNTZ3SDPgIii87sudZA=7b38ltVhLe6J6_rxTHCAHqiWVyH7K6Wxsm7TgKdhV14=mMt_SaZ1CYUnKgvAXVzU7qck0uRsGpfZHXvz3ClzwlM=>
 internally within TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11597): https://lists.onap.org/g/onap-discuss/message/11597
Mute This Topic: https://lists.onap.org/mt/24005499/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [APPC]: DGBuilder UI error

2018-08-01 Thread Chandra
Hi ,
We have installed APPC standalone Beijing ( with ccsdk-dgbuilder-image   
version as 0.2.4 ) and able to launch the DGbuilder  UI. However; when we click 
on display DG; getting following error.


[cid:image001.png@01D429CF.21D8C350]
Following are the docker logs.

Docker Logs after executing DGgraph
commandToExec:/opt/onap/ccsdk/dgbuilder/svclogic/svclogic.sh print APPC 
DownloadNetconfConfig sync 3.0.0 
/opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/conf/svclogic.properties |sed -e 
's%label=%label="null"%g'| dot -Tsvg
Error occured:Error: Command failed: /bin/sh -c 
/opt/onap/ccsdk/dgbuilder/svclogic/svclogic.sh print APPC DownloadNetconfConfig 
sync 3.0.0 /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/conf/svclogic.properties 
|sed -e 's%label=%label="null"%g'| dot -Tsvg
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/opt/onap/ccsdk/dgbuilder/svclogic/lib/logback-classic-1.1.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/opt/onap/ccsdk/dgbuilder/svclogic/lib/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type 
[ch.qos.logback.classic.util.ContextSelectorStaticBinder]
Error: : syntax error in line 1 near '11'

Also we have noticed following in the docker logs . Not sure if this is the 
reason for not displaying the workflow.

1 Aug 11:22:30 - [red] Version: 0.9.1
1 Aug 11:22:30 - [red] Loading palette nodes
1 Aug 11:22:30 - [red] Server now running at http://127.0.0.1:3100/
1 Aug 11:22:30 - [red] Flows file not found : 
/opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/flows/flows.json


Can someone guide to resolve this error?


Thanks
Chandrashekhar Thakare


Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11580): https://lists.onap.org/g/onap-discuss/message/11580
Mute This Topic: https://lists.onap.org/mt/24005499/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[onap-discuss] [aai]: Error in Beijing OOM installation for aai-sparky-be

2018-07-20 Thread Chandra
Hi,

We have successfully installed Beijing 2.0.0_ONAP using OOM.  All the pods were 
up and running after installation. As a part of sanity test, we were able to 
login to Portal, SDC but AAI portal was unreachable. We found out that the 
patch is available to resolve the AAI portal issue with following Jira reference
https://gerrit.onap.org/r/#/c/55139

We have applied the patch but aai-sparkey-be was in CrashLoopBackOff state. 
When we tried to describe the pod, we have got following output.

describe pod beijing-aai-sparky-be
Events:
  Type Reason  Age   FromMessage
   --    ---
  Warning  BackOff 41m (x3794 over 20h)  kubelet, node2  Back-off 
restarting failed container
  Normal   Pulling 26m (x357 over 21h)   kubelet, node2  pulling image 
"nexus3.onap.org:10001/onap/sparky-be:1.2.1"
  Warning  Unhealthy   11m (x1797 over 21h)  kubelet, node2  Readiness probe 
failed: dial tcp 10.42.47.134:8000: getsockopt: connection refused
  Warning  FailedSync  1m (x3917 over 20h)   kubelet, node2  Error syncing pod

We got the following error in logs

OperationResult [result=null, requestedLink=null, 
failureCause={"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}, 
resultCode=403, numRetries=0, 
responseHeaders={Strict-Transport-Security=[max-age=1600; 
includeSubDomains; preload;], 
X-AAI-TXID=[2-aai-traversal-180719-14:06:04:798-35534], Content-Length=[143], 
Date=[Thu, 19 Jul 2018 14:06:04 GMT]}]

Do let us know if there is any resolution for this error. Please refer to 
attached logs.

Thanks
Chandrashekhar Thakare





Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html 
 externally 
http://tim.techmahindra.com/tim/disclaimer.html 
 internally within 
TechMahindra.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#11309): https://lists.onap.org/g/onap-discuss/message/11309
Mute This Topic: https://lists.onap.org/mt/23753639/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

+ jar ufv /opt/app/sparky/lib/sparkybe-onap-application-1.2.1.jar -C 
/opt/app/sparky/appconfig/portal/ BOOT-INF/classes/portal.properties
adding: BOOT-INF/classes/portal.properties(in = 949) (out= 455)(deflated 52%)
+ java -Xms1024m -Xmx4096m -DAPP_HOME=/opt/app/sparky 
-DCONFIG_HOME=/opt/app/sparky/appconfig 
-Dlogging.config=/opt/app/sparky/appconfig/logging/logback.xml -jar 
/opt/app/sparky/lib/sparkybe-onap-application-1.2.1.jar
   _  _   __    _   _   
   _  
  / || |   |  _ \|  |_   / __ \| \ | |   /\ 
  |  __ \ 
 | (___  _ __   __ _ _ __| | ___   _ __| |_) | |__  (_) | |  | |  \| |  /  
\  | |__) |
  \___ \| '_ \ / _` | '__| |/ / | | |__|  _ <|  __| | |  | | . ` | / /\ 
\ |  ___/ 
  ) | |_) | (_| | |  |   <| |_| |  | |_) | | _  | |__| | |\  |/ 
 \| | 
 |_/| .__/ \__,_|_|  |_|\_\\__, |  |/|__(_)  \/|_| \_/_/
\_\_| 
| | __/ |   
  
|_||___/
  
OperationResult [result=null, requestedLink=null, 
failureCause={"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}, 
resultCode=403, numRetries=0, 
responseHeaders={Strict-Transport-Security=[max-age=1600; 
includeSubDomains; preload;], 
X-AAI-TXID=[2-aai-traversal-180719-14:06:04:798-35534], Content-Length=[143], 
Date=[Thu, 19 Jul 2018 14:06:04 GMT]}]
OperationResult [result=null, requestedLink=null, 
failureCause={"requestError":{"policyException":{"messageId":"POL3300","text":"Unauthorized
 (msg=%1) (ec=%2)","variables":["Unauthorized","ERR.5.1.3300"]}}}, 
resultCode=403, numRetries=0, 
responseHeaders={Strict-Transport-Security=[max-age=1600; 
includeSubDomains; preload;], 
X-AAI-TXID=[0-aai-traversal-180719-14:06:04:801-61427], Content-Length=[143], 
Date=[Thu, 19 Jul 2018 14:06:04 GMT]}]
OperationResult [result=null, requestedLink=null,