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-13 Thread Taka Cho
Hi Chandrashekhar

Sorry for the late response,

Please see inline comment

Taka

From: 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 ; 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
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 VN

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

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

2018-08-09 Thread Taka Cho
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] On 
Behalf Of CHO, TAKAMUNE
Sent: Thursday, August 09, 2018 8:20 AM
To: onap-discuss@lists.onap.org; 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=bPyQ6lzZkbbjNun1ErIFcRhipHzhr6A7GF-KfzgUtmE=>
 internally within TechMahindra.



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

View/Reply Online (#11791): https://lists.onap.org/g/onap-discuss/message/11791
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]- Configuring VNF with CLI

2018-08-09 Thread Kanagaraj Manickam
Dear Chandra,

Configuring VNF from CLI will be always one of the important requirements
from ONAP operators. During the Beijing release, ONAP CLI team already
enabled partial support for SNMP,  and due to lack of resources
We couldn't do Restconf support, which was also planned.

After reading your mail, I see that you are looking for such feature
in CLI.  So Please let me know if you are interested to take it
up in this release. I will help you, as CLI PTL.   Thank you.

Regards
Kanag.

[cid:image001.png@01D4300F.A1277F70]Senior System Architect @ P department

Huawei Technologies India Pvt. Ltd.
Survey No. 37, Next to EPIP Area, Kundalahalli, Whitefield
Bengaluru-560066, Karnataka
Tel: + 91-80-49160700 ext 72410 Mob: 9945602938
[Company_logo]



This e-mail and its attachments contain confidential information from HUAWEI, 
which
is intended only for the person or entity whose address is listed above. Any 
use of the
information contained herein in any way (including, but not limited to, total 
or partial
disclosure, reproduction, or dissemination) by persons other than the intended
recipient(s) is prohibited. If you receive this e-mail in error, please notify 
the sender by
phone or email immediately and delete it!


From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Taka Cho
Sent: 09 August 2018 17:50
To: onap-discuss@lists.onap.org; ct00548...@techmahindra.com
Subject: Re: [onap-discuss] [APPC]- Configuring VNF with CLI

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] On 
Behalf Of Chandra
Sent: Thursday, August 09, 2018 12:25 AM
To: 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=bPyQ6lzZkbbjNun1ErIFcRhipHzhr6A7GF-KfzgUtmE=>
 internally within TechMahindra.



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

View/Reply Online (#11788): https://lists.onap.org/g/onap-discuss/message/11788
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]- Configuring VNF with CLI

2018-08-09 Thread Taka Cho
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] On 
Behalf Of Chandra
Sent: Thursday, August 09, 2018 12:25 AM
To: 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=bPyQ6lzZkbbjNun1ErIFcRhipHzhr6A7GF-KfzgUtmE=>
 internally within TechMahindra.



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

View/Reply Online (#11784): https://lists.onap.org/g/onap-discuss/message/11784
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]
-=-=-=-=-=-=-=-=-=-=-=-



[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]
-=-=-=-=-=-=-=-=-=-=-=-