[onap-discuss] [OOM] StatefulSet not removed while Delete/Purge a project

2018-10-09 Thread Dileep Ranganathan
Hi OOM team,

For the OOF project, while deleting/purging a project, there are some dangling 
resources which is affecting redeploy.
OOF has added common music charts in requirements.yaml (WIP) and it is starting 
Cassandra and Zookeeper. The statefulsets and pods related to these two 
services brought up as part of common charts are not deleted while deleting the 
project oof.

These are the steps I am following to redeploy oof in my local system.
helm del dev-oof -purge
helm deploy dev local/onap --namespace onap

And the error I am getting is.
Release "dev-oof" does not exist. Installing it now.
Error: release dev-oof failed: statefulsets.apps "dev-oof-cassandra" already 
exists

Thanks,
Dileep

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

View/Reply Online (#12907): https://lists.onap.org/g/onap-discuss/message/12907
Mute This Topic: https://lists.onap.org/mt/27154235/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] [VNFSDK] vnfsdk csar-validate - producing error

2018-10-09 Thread Lianhao Lu
Hi Suteertha,

Vnfsdk pkgtools now uses opnfv toscaparser as the backend tosca parser since 
aria has retired. It depends on the nfv-toscaparser to report any tosca syntax 
errors, while vnfsdk pkgtools itself validates the errors related to CSAR 
format (e.g. metadata, digest, signature etc.) as defined in SOL-004. I think 
the enhancement you asks for could go into nfv-toscaparser. Is it possible that 
you can send the csar file, so I can use yours as an example when talking to 
opnfv toscaparser community?

-Lianhao

From: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] On 
Behalf Of Suteertha Guha
Sent: Wednesday, October 10, 2018 12:13 AM
To: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [VNFSDK] vnfsdk csar-validate - producing error

Lu,

I am using vnfsdk 1.2.0, with nfv-toscaparser 1.0.1.

When validating service-Demovlb-csar.csar, the VNFSDK fails with unhelpful 
stack traces.
I then extract the above csar and run tosca-parser on each of the yml files, 
like below:
 for i in `ls extracted_service/Definitions/*.yml`; do echo $i; tosca-parser   
--debug --template-file=$i; done

Most of the yml gets validated happily, but a few fail with unhelpful stacks as 
below. Is there a way to get better validation messages that point to what is 
in right?
extracted_service/Definitions/resource-B7d2fcebDd1143cdA3faNodesVdns-template-interface.yml

version: tosca_simple_yaml_1_1
extracted_service/Definitions/resource-B7d2fcebDd1143cdA3faNodesVdns-template.yml
Traceback (most recent call last):
  File "/usr/bin/tosca-parser", line 11, in 
sys.exit(main())
  File "/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 146, in 
main
ParserShell().main(args)
  File "/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 77, in main
self.parse(path, no_required_paras_check=nrpv, debug_mode=debug)
  File "/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 92, in 
parse
debug_mode=debug_mode)
  File "/usr/lib/python2.7/site-packages/toscaparser/tosca_template.py", line 
112, in __init__
self.topology_template = self._topology_template()
  File "/usr/lib/python2.7/site-packages/toscaparser/tosca_template.py", line 
132, in _topology_template
self.sub_mapped_node_template)
  File "/usr/lib/python2.7/site-packages/toscaparser/topology_template.py", 
line 63, in __init__
self._process_intrinsic_functions()
  File "/usr/lib/python2.7/site-packages/toscaparser/topology_template.py", 
line 278, in _process_intrinsic_functions
if cap.get_properties_objects():
  File "/usr/lib/python2.7/site-packages/toscaparser/capabilities.py", line 31, 
in get_properties_objects
props_def = self.definition.get_properties_def()
  File 
"/usr/lib/python2.7/site-packages/toscaparser/elements/capabilitytype.py", line 
54, in get_properties_def
for prop in self.get_properties_def_objects()}
  File 
"/usr/lib/python2.7/site-packages/toscaparser/elements/capabilitytype.py", line 
44, in get_properties_def_objects
for prop, schema in props.items():
AttributeError: 'NoneType' object has no attribute 'items'


Thanks a lot



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

View/Reply Online (#12906): https://lists.onap.org/g/onap-discuss/message/12906
Mute This Topic: https://lists.onap.org/mt/24210230/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] VNF Requirements updates for Casablanca #vnfrqts #vvp #doc

2018-10-09 Thread steven . stark
Hi Eric,
 
Glad to see that the VVP validation scripts are actively being leveraged. 
 
There are many HEAT requirements enumerated in the VNFRQTs project and the 
requirement you highlighted (R-20856) has been there since Amsterdam (although 
we have more recently restructured that section so that each requirement is 
individually numbered).  We are constantly adding to the VVP validation script 
repository as we work towards a goal of having complete coverage of all HEAT 
MUST/MUST NOT level requirements verified by a VVP validation scripts.  The 
validation script in question was added as part of the Casablanca release.
 
I understand the impact that environment file parameters can have when doing 
manual testing - we're looking into ways to handle this so that these kind of 
errors can be toggled when doing manual testing/instantiation. Ultimately, our 
goal is to have a validation suite that verifies that the HEAT template 
provided is ONAP-compliant HEAT and ready for onboarding – but here’s a couple 
of workarounds you can use when manually testing:
 
There is one script that tests for environment file compliance - 
test_environment_file_parameters.py . If you are running the tests from the 
command and you remove this file, running the test suite will not flag an error 
for parameters that ARE/ARE NOT in the environment file. Alternatively, you can 
also ignore errors from this script while performing validations on templates 
that will be manually instantiated.
 
Our weekly calls are Tuesdays 11 AM ET, are you able to join one to discuss 
more?

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

View/Reply Online (#12900): https://lists.onap.org/g/onap-discuss/message/12900
Mute This Topic: https://lists.onap.org/mt/26847120/21656
Mute #doc: https://lists.onap.org/mk?hashtag=doc=2740164
Mute #vnfrqts: https://lists.onap.org/mk?hashtag=vnfrqts=2740164
Mute #vvp: https://lists.onap.org/mk?hashtag=vvp=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [onap-discuss] [VNFSDK] vnfsdk csar-validate - producing error

2018-10-09 Thread Suteertha Guha
Lu,

I am using vnfsdk 1.2.0, with nfv-toscaparser 1.0.1.

When validating service-Demovlb-csar.csar, the VNFSDK fails with unhelpful 
stack traces.
I then extract the above csar and run tosca-parser on each of the yml files, 
like below: for i in `ls extracted_service/Definitions/*.yml`; do echo $i; 
tosca-parser   --debug --template-file=$i; done

Most of the yml gets validated happily, but a few fail with unhelpful stacks as 
below. Is there a way to get better validation messages that point to what is 
in right?

extracted_service/Definitions/resource-B7d2fcebDd1143cdA3faNodesVdns-template-interface.yml
 version: tosca_simple_yaml_1_1 
extracted_service/Definitions/resource-B7d2fcebDd1143cdA3faNodesVdns-template.yml
 Traceback (most recent call last):  File "/usr/bin/tosca-parser", line 11, in 
    sys.exit(main())  File 
"/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 146, in main    
ParserShell().main(args)  File 
"/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 77, in main    
self.parse(path, no_required_paras_check=nrpv, debug_mode=debug)  File 
"/usr/lib/python2.7/site-packages/toscaparser/shell.py", line 92, in parse    
debug_mode=debug_mode)  File 
"/usr/lib/python2.7/site-packages/toscaparser/tosca_template.py", line 112, in 
__init__    self.topology_template = self._topology_template()  File 
"/usr/lib/python2.7/site-packages/toscaparser/tosca_template.py", line 132, in 
_topology_template    self.sub_mapped_node_template)  File 
"/usr/lib/python2.7/site-packages/toscaparser/topology_template.py", line 63, 
in __init__    self._process_intrinsic_functions()  File 
"/usr/lib/python2.7/site-packages/toscaparser/topology_template.py", line 278, 
in _process_intrinsic_functions    if cap.get_properties_objects():  File 
"/usr/lib/python2.7/site-packages/toscaparser/capabilities.py", line 31, in 
get_properties_objects    props_def = self.definition.get_properties_def()  
File "/usr/lib/python2.7/site-packages/toscaparser/elements/capabilitytype.py", 
line 54, in get_properties_def    for prop in 
self.get_properties_def_objects()}  File 
"/usr/lib/python2.7/site-packages/toscaparser/elements/capabilitytype.py", line 
44, in get_properties_def_objects    for prop, schema in props.items(): 
AttributeError: 'NoneType' object has no attribute 'items'

Thanks a lot

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

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



Re: [External] 答复: [onap-discuss] VFC ( gvnfm) - VNF IP details in AAI

2018-10-09 Thread Mandeep Singh Kalra
Thanks Yan.

Is there any plan to support 5G use case via VF-C?

Regards
Mandeep

From: Yan Yang 
Sent: Monday, October 8, 2018 6:48:12 AM
To: onap-discuss@lists.onap.org; Singh Kalra, Mandeep
Subject: [External] 答复: [onap-discuss] VFC ( gvnfm) - VNF IP details in AAI


Hi Mandeep,



Sorry for the late reply due to the holiday in china.



All VNF details stored in A is written by LCM module, but the VNF IP haven't 
been stored in A now.





Best Regards,

Yan

发件人: onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] 代表 
Mandeep Singh Kalra
发送时间: 2018年10月3日 20:37
收件人: onap-discuss@lists.onap.org
主题: [onap-discuss] VFC ( gvnfm) - VNF IP details in AAI



Hi,



If am using the Beijing release of ONAP and trying to create the VNFs on the 
cloud.



I can see that LCM module puts the generic VNF details in the inventory ( AAI ) 
but does it also put the details like VNF IP etc ?

Will the gvnfm do that part ?







Regards

Mandeep





This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited. Where allowed by local law, electronic 
communications with Accenture and its affiliates, including e-mail and instant 
messaging (including content), may be scanned by our systems for the purposes 
of information security and assessment of internal compliance with Accenture 
policy. Your privacy is important to us. Accenture uses your personal data only 
in compliance with data protection laws. For further information on how 
Accenture processes your personal data, please see our privacy statement at 
https://www.accenture.com/us-en/privacy-policy.
__

www.accenture.com



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

View/Reply Online (#12897): https://lists.onap.org/g/onap-discuss/message/12897
Mute This Topic: https://lists.onap.org/mt/27123329/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] [policy][integration] Problem with access to policy

2018-10-09 Thread Pamela Dragosh
We are in the process of working with the portal team on some configuration 
changes. We hope to have a fix today.

Thanks,

Pam

From:  on behalf of "Krysiak, Adam (Nokia - 
PL/Wroclaw)" 
Reply-To: "onap-discuss@lists.onap.org" , 
"adam.krys...@nokia.com" 
Date: Tuesday, October 9, 2018 at 7:27 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [policy][integration] Problem with access to policy

Hi

I wanted to perform some tests on Windriver project: Integration-SB07.
Unfortunately Policy is not accessible from portal.
It looks like misconfiguration.
Can anyone from policy team check what's going on there?

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


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

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



[onap-discuss] [policy][integration] Problem with access to policy

2018-10-09 Thread Krysiak, Adam (Nokia - PL/Wroclaw)
Hi

I wanted to perform some tests on Windriver project: Integration-SB07.
Unfortunately Policy is not accessible from portal.
It looks like misconfiguration.
Can anyone from policy team check what's going on there?


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

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

View/Reply Online (#12891): https://lists.onap.org/g/onap-discuss/message/12891
Mute This Topic: https://lists.onap.org/mt/27120710/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] [sdc] [clamp]

2018-10-09 Thread Krysiak, Adam (Nokia - PL/Wroclaw)
Hi,


By looking on options that you have available you're trying to set blueprint 
for whole service. That's why you don't see type ‘DCAE_INVENTORY_BLUEPRINT’. 
Please select single VNF in service and then click 'Add artifact'. It should 
help.


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  on behalf of 
vamshi 
Sent: Tuesday, October 9, 2018 10:41:39 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [sdc] [clamp]


Hi All,



I’m following the below link which explains create/design a new  controlloop 
from the ONAP PORTAL – SDC  component. When the service gets distributed from 
the ONAP PORTAL – SDC, we should see an instance of controllop in CLAMP gui.

https://wiki.onap.org/display/DW/CLAMP+videos



When creating VF while designing service in SDC, there was ‘Type’ drop down as 
shown in below attached file where the type ‘DCAE_INVENTORY_BLUEPRINT’ was 
missing from the drop-down list.

Can somebody guide, why I couldn’t see that option.  Thank you

[cid:image001.png@01D45FD6.BBB023F0]





Thanks & Regards,

Vamshi Krishna | 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 (#12890): https://lists.onap.org/g/onap-discuss/message/12890
Mute This Topic: https://lists.onap.org/mt/27120029/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] user/pass for appc api index with OOM deployed ONAP

2018-10-09 Thread Lathish
Hi Bin,

Can you try with user/password:  
admin/Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U

Br,
Lathish


[Ericsson]

LATHISHBABU GANESAN
Senior Engineer
LM Ericsson
Athlone,County Westmeath, Ireland
Mobile +353894195456
lathishbabu.gane...@ericsson.com
www.ericsson.com


From: onap-discuss@lists.onap.org  On Behalf Of 
Yang Bin
Sent: Tuesday, October 9, 2018 2:15 AM
To: tc0...@att.com
Cc: onap-discuss@lists.onap.org; HU, BIN (bh5...@att.com) ; 
HUANG, HAIBIN (haibin.hu...@intel.com) ; Ethan Lynn 
(ethanly...@vmware.com) ; Sudhakar Reddy 
(sudhakar.re...@amdocs.com) ; Morales, Victor 

Subject: [onap-discuss] user/pass for appc api index with OOM deployed ONAP

Hi Taka

As I am going to do some simple pairwise testing between APPC and multicloud, I 
found that the user/pass (which was admin/admin) is not valid while I am trying 
to access the following apidox index: 
http://10.12.6.138:30230/apidoc/explorer/index.html


Would you please shed some light on this issue?
Thanks

Best Regards,
Bin Yang,Solution Engineering Team,Wind River
ONAP Multi-VIM/Cloud PTL
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993



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

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



[onap-discuss] [sdc] [clamp]

2018-10-09 Thread vamshi
Hi All,

I'm following the below link which explains create/design a new  controlloop 
from the ONAP PORTAL - SDC  component. When the service gets distributed from 
the ONAP PORTAL - SDC, we should see an instance of controllop in CLAMP gui.
https://wiki.onap.org/display/DW/CLAMP+videos

When creating VF while designing service in SDC, there was 'Type' drop down as 
shown in below attached file where the type 'DCAE_INVENTORY_BLUEPRINT' was 
missing from the drop-down list.
Can somebody guide, why I couldn't see that option.  Thank you
[cid:image001.png@01D45FD6.BBB023F0]


Thanks & Regards,
Vamshi Krishna | 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 (#12888): https://lists.onap.org/g/onap-discuss/message/12888
Mute This Topic: https://lists.onap.org/mt/27120029/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-