Re: [E] Re: [onap-discuss] [DCAE] Does pnda cli supports only keystone v2.0

2018-12-03 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Donald,

I have tried modifying the "KEYSTONE_AUTH_VERSION" to "3", but I got few
issues:

   1. pnda-bootstrap moved to failure state with the error saying "domain"
   name not specified. In Openstack Keystone V3, it is mandatory to specify
   the domain name. But in the code you referred doesn't pass any in
   
https://github.com/pndaproject/pnda-cli/blob/develop/cli/backend_heat_templates.py#L310-L317
   . Also it didn't expose any ENV variable to pass DOMAIN name.
   2. If I manually hardcoded the domain name, I got a different error,
   saying "*unable to contact pnda-mirror on "http://null:80
   *". I could see the parameter for mirror here
   
https://github.com/onap/oom/blob/casablanca/kubernetes/pnda/charts/dcae-pnda-bootstrap/resources/inputs/pnda_env.yaml#L140-L142.
   I am not sure what value I have to pass. I think it should be exposed as
   variable, it must resolve by itself. Let me know your opinion on this.


As per the PNDA docs
http://pnda.io/pnda-guide/provisioning/openstack/PREPARE.html, one of the
prerequisite is having *Openstack Swift* service to be available. Is this
mandatory?

Best Regards
Bharath T

On Mon, Nov 26, 2018 at 4:48 PM donaldh via lists.onap.org  wrote:

> Hi Bharath,
>
> At the moment, the helm template for dcae-pnda-bootstrap hard-codes
> KEYSTONE_AUTH_VERSION: '2' even though the pnda-cli installer does support
> v3:
>
>
> https://github.com/pndaproject/pnda-cli/blob/develop/cli/backend_heat_templates.py#L310-L317
> 
>
>
> You could try modifying
> oom/kubernetes/pnda/charts/dcae-pnda-bootstrap/resources/inputs/pnda_env.yaml
> to change KEYSTONE_AUTH_VERSION to '3' then rebuilding the helm templates.
>
> I will reply to your logstash question in a separate message – I need to
> gather some info first.
>
> Cheers,
> Donald.
>

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

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



Re: [E] Re: [onap-discuss] [DCAE] Does pnda cli supports only keystone v2.0

2018-11-27 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Donald,

Thanks a lot for the reply and providing the configuration.

So logstash is not deployed as part of OOM deployment?


Best Regards
Bharath T

On Mon, Nov 26, 2018 at 10:05 PM Donald Hunter via Lists.Onap.Org  wrote:

> Hi Bharath,
>
> The DMaaP topic is unauthenticated.VES_MEASUREMENT_OUTPUT and the PNDA
> topic is ves.avro. The logstash configuration would look like this:
>
> input {
>   kafka {
> topics => ["unauthenticated.VES_MEASUREMENT_OUTPUT"]
> bootstrap_servers => "dmaap-host:9092"
>   }
> }
>
> filter {
>   mutate {
> add_field => {
>   "src" => "ves"
>   "host_ip" => "onap.demon"
> }
> rename => { "message" => "rawdata"}
>   }
>   ruby {
> # Convert the Logstash timestamp to a milliseconds timestamp integer
> # You can use whatever makes sense to you as long as the timestamp is a 
> valid timestamp integer in milliseconds
> code => "event.set('timestamp', (event.get('@timestamp').to_f * 
> 1000).to_i)"
>   }
> }
>
> output {
>   kafka {
> topic_id => "ves.avro"
> bootstrap_servers => "pnda-kafka-host:9094"
> value_serializer => 
> "org.apache.kafka.common.serialization.ByteArraySerializer"
> codec => pnda-avro{
>   schema_uri => "dataplatform-raw.avsc"
> }
>   }
>   stdout {
> codec => "json"
>   }
> }
>
>
> Note that this will also display the messages to stdout, which is helpful
> for debugging. You can remove the stdout section if you don't want that.
>
> Cheers,
> Donald.
> 
>

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

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



[onap-discuss] [DCAE] Does pnda cli supports only keystone v2.0

2018-11-23 Thread Bharath Thiruveedula via Lists.Onap.Org
Dear DCAE team,

I am trying to bring PNDA using OOM (master). I face issues while pnda-cli
trying to fetch tokens from keystone. Seems like URL formed is of keystone
v2.0 version. Can I assume it won't support keystone v3 as of now?

As per the PNDA demo we need to setup logstash in between PNDA and DCAE
service components. But I didn't any instruction to set up. Mainly I am
looking for configuration that takes input and output topic name of DMAAP.
Can you give some pointers regarding this?


Best Regards
Bharath T

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

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



Re: [E] [onap-discuss] #Modelling SDC/VF-C - Tosca SW Image parsing

2018-11-08 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Mandeep,

Yup I faced the similar issue when using g-vnfm. The template you used
might be from vfc-catalog samples directory. In my case I manually
populated those values.

Best Regards
Bharath T

On Thu, Nov 8, 2018 at 3:21 PM Mandeep Singh Kalra <
mandeep.singh.ka...@accenture.com> wrote:

> Hi,
>
>
>
> I am using the Beijing release of ONAP, and trying to use the r2 tosca
> model. In which the sw_image is defined as ::
>
>
>
>   sw_image:
>
>   file: ../Artifacts/images/ubuntu_16.04
>
>   type: tosca.artifacts.nfv.SwImage
>
>
>
> But when I see the catalog parsing in VF-C, I can see the artifacts empty
> ::
>
> *artifacts': [],* 'dependencies': [], 'virtual_compute': {u'virtual_cpu':
> {u'num_virtual_cpu': 2, u'cpu_architecture':
>
>
>
>
>
> Can you please let me know if this is working in the vCPE use case ?
>
>
>
>
>
> 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 (#13608): https://lists.onap.org/g/onap-discuss/message/13608
Mute This Topic: https://lists.onap.org/mt/28035714/21656
Mute #modelling: https://lists.onap.org/mk?hashtag=modelling=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [E] [onap-discuss] [OOM] OpenStack Rocky vs Pike

2018-10-30 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Ashwini,

Yeah Ocata supports both. But George asked about Rocky I think.

Best Regards
Bharath T

On Mon, Oct 29, 2018 at 8:13 PM  wrote:

> Hi Bharat,
>
> As discussed in your mail, there are new code changes in Robot to support
> Keystone v3 APIs.
>  Robot Script: As of ONAP beijing robot scripts work only in keystone
> v2.0. I can see there is patch for keystone v3 in robot. I have to confirm
> the testing part.
>
> Ocata supports both v3 and v2. I have tested v3 APIs against Openstack
> Ocata.
>
> Thanks,
> Ashwini
> 
>

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

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



Re: [E] [onap-discuss] [OOM] OpenStack Rocky vs Pike

2018-10-26 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi George,

As you might know from Openstack Queens, there is no support to Keystone
V2.0 API, they removed backward compatibility. There are couple of issues
with this:

* Robot Script: As of ONAP beijing robot scripts work only in keystone
v2.0. I can see there is patch for keystone v3 in robot. I have to confirm
the testing part.
* SO orchestration: As of ONAP Beijing there is no support in SO with
keystone v3. But the hope is in Casablanca SO is integrated with
multicloud, which should work with keystone v3. Again testing has to be
done.

Best Regards
Bharath T

On Fri, Oct 26, 2018 at 8:37 PM George Clapp  wrote:

> We are installing the Rocker version of OpenStack in a set of servers, but
> I have only found references to the Pike version in wiki.onap.org.  is
> Rocky okay for the OOM Rancher/Kubernetes installation?
>
> Thanks,
> George
> 
>

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

View/Reply Online (#13337): https://lists.onap.org/g/onap-discuss/message/13337
Mute This Topic: https://lists.onap.org/mt/27740443/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] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-25 Thread bharath thiruveedula
Hi Yang,

Sure I will create Jira bug and push the changes to gerrit.

Best Regards
Bharath T

From: Yang, Bin 
Sent: Thursday, October 25, 2018 12:17:07 PM
To: bharath thiruveedula
Cc: onap-discuss@lists.onap.org; HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy

Hi Bharath,

   I just want to track your contribution by having your jira/patch 
in repo, but  if you feel it is a burden , I can do it, please let me know your 
suggestion.

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

From: Yang, Bin
Sent: Wednesday, October 24, 2018 7:59 PM
To: bharath thiruveedula
Cc: onap-discuss@lists.onap.org; HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy

Hi Bharath,

Yes, please file a bug in jira and submit your patch which fixes it.

Appreciate your help

Bin

在 2018年10月24日,15:02,bharath thiruveedula 
mailto:bharath_...@hotmail.com>> 写道:
Hi Yang,

I found the problem. In this line 
https://github.com/onap/multicloud-openstack/blob/d6d8cbf451a596aa7cbaa240fbcafb288a3494bc/share/newton_base/openoapi/tenants.py#L52
we are appending "/v2.0/tenants" to the base url which also contains "/v2.0", 
so at the end it sends the request to '/v2.0/v2.0/tenants' to openstack . This 
creating the issue. So I modified the code from multicloud-windriver pod. Then 
it worked. Do we need to change this in upstream code?


Best Regards
Bharath T

From: Yang, Bin mailto:bin.y...@windriver.com>>
Sent: Wednesday, October 24, 2018 8:45 AM
To: bharath thiruveedula; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: HUANG, HAIBIN (haibin.hu...@intel.com<mailto:haibin.hu...@intel.com>)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy


Hi Bharath,



   I didn’t see any issue from your registration. The only 
difference is that I register the vim with keystone v3 endpoint, while you are 
using the v2.0



I guess we need more debugging exercises:

Exercise 1, test the multicloud service with following curl commands



   export NODE_IP=

export MC_EP_PORT=30294

export MSB_PORT=30280





export 
MC_EPv0=http://$NODE_IP:MSB_PORT/api/multicloud/v0/pod25_regionOne<http://$node_ip:msb_port/api/multicloud/v0/pod25_regionOne>



curl -v -s -H "Content-Type: application/json" -X POST -d '{}'  
$MC_EPv0/identity/v2.0/tokens



export TOKEN=



curl -v -s -H "Content-Type: application/json" -H "X-Auth-Token: $TOKEN" -X GET 
 $MC_EPv0/tenants





If exercise 1 does not work well with the tenants API, please dump the log with 
exercise 2 as below:



exercise 2, dump the debug output from multicloud service



step 1: dump debug output

   root@onap-oom-rancher:~# kubectl -n onap get pods |grep 
multicloud-windriver

dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l  2/2   Running  
  0  22h

root@onap-oom-rancher:~# kubectl -n onap exec -it 
dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l bash



   Defaulting container name to multicloud-windriver.

Use 'kubectl describe pod/dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l' 
to see all of the containers in this pod.

root@dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l:/opt/windriver# tail 
-f /var/log/onap/multicloud/openstack/windriver/titanium_cloud.log



   step 2: issue the requests in exercise 1, observe and capture 
the debug output, send it back to me.



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Wednesday, October 24, 2018 9:36 AM
To: Yang, Bin; onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: HUANG, HAIBIN (haibin.hu...@intel.com<mailto:haibin.hu...@intel.com>)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy



Hi,



I register the VIM in ESR with the following values:





Cloud Owner: pod25

Cloud Region: regionOne

Cloud Zone: Cloud Zone

Cloud Type: Titanium Cloud

Auth URL: http://:5000/v2.0

username: 

password: 



Default Tenant: admin



The request I am  sending is 
http:///api/multicloud/v0/pod25_regionOne/tenants



Is there something else I need to add while registering VIM?



I am running ONAP using OOM. Using robot scripts it created one VIM, but

sending request to default VIM errors out saying "VIM not supported"



Best Regards

Bharath T

____

From: Yang, Bin mailto:bi

[onap-discuss] [sdc] How to add capabilites and artifacts section in SDC VNF Composition

2018-10-24 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi,

I am trying to generate  NF CSAR using SDC Designer. I have added
*VDU_COMPUTE*, *VDU CP* and *Virtual Link* in the composition page. I have
added corresponding properties to VL and CP. But for VDU, I can add only
few attributes which will be placed under properties section for example
"boot order". But this generates VNF CSAR with "Compute" node containing
"metadata" and "properties" alone.

But there is no way to add *artifacts*, *capabilities* section to define
what image to choose in openstack or size of the VM. Is there a way to add
these attributes to VDU.COMPUTE node in composition page?

Best Regards
Bharath T

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

View/Reply Online (#13267): https://lists.onap.org/g/onap-discuss/message/13267
Mute This Topic: https://lists.onap.org/mt/27618635/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] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-24 Thread bharath thiruveedula
Hi Yang,

I found the problem. In this line 
https://github.com/onap/multicloud-openstack/blob/d6d8cbf451a596aa7cbaa240fbcafb288a3494bc/share/newton_base/openoapi/tenants.py#L52
we are appending "/v2.0/tenants" to the base url which also contains "/v2.0", 
so at the end it sends the request to '/v2.0/v2.0/tenants' to openstack . This 
creating the issue. So I modified the code from multicloud-windriver pod. Then 
it worked. Do we need to change this in upstream code?


Best Regards
Bharath T

From: Yang, Bin 
Sent: Wednesday, October 24, 2018 8:45 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy


Hi Bharath,



   I didn’t see any issue from your registration. The only 
difference is that I register the vim with keystone v3 endpoint, while you are 
using the v2.0



I guess we need more debugging exercises:

Exercise 1, test the multicloud service with following curl commands



   export NODE_IP=

export MC_EP_PORT=30294

export MSB_PORT=30280





export MC_EPv0=http://$NODE_IP:MSB_PORT/api/multicloud/v0/pod25_regionOne



curl -v -s -H "Content-Type: application/json" -X POST -d '{}'  
$MC_EPv0/identity/v2.0/tokens



export TOKEN=



curl -v -s -H "Content-Type: application/json" -H "X-Auth-Token: $TOKEN" -X GET 
 $MC_EPv0/tenants





If exercise 1 does not work well with the tenants API, please dump the log with 
exercise 2 as below:



exercise 2, dump the debug output from multicloud service



step 1: dump debug output

   root@onap-oom-rancher:~# kubectl -n onap get pods |grep 
multicloud-windriver

dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l  2/2   Running  
  0  22h

root@onap-oom-rancher:~# kubectl -n onap exec -it 
dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l bash



   Defaulting container name to multicloud-windriver.

Use 'kubectl describe pod/dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l' 
to see all of the containers in this pod.

root@dev-multicloud-multicloud-windriver-b5f9b7d5b-27z4l:/opt/windriver# tail 
-f /var/log/onap/multicloud/openstack/windriver/titanium_cloud.log



   step 2: issue the requests in exercise 1, observe and capture 
the debug output, send it back to me.



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Wednesday, October 24, 2018 9:36 AM
To: Yang, Bin; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy



Hi,



I register the VIM in ESR with the following values:





Cloud Owner: pod25

Cloud Region: regionOne

Cloud Zone: Cloud Zone

Cloud Type: Titanium Cloud

Auth URL: http://:5000/v2.0

username: 

password: 



Default Tenant: admin



The request I am  sending is 
http:///api/multicloud/v0/pod25_regionOne/tenants



Is there something else I need to add while registering VIM?



I am running ONAP using OOM. Using robot scripts it created one VIM, but

sending request to default VIM errors out saying "VIM not supported"



Best Regards

Bharath T



From: Yang, Bin 
Sent: Tuesday, October 23, 2018 8:21 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy



I just test the API with master branch, it works well (Note it is ONAP deployed 
by OOM)



> GET /api/multicloud/v0/CloudOwner_pod01/tenants HTTP/1.1

> Host: 10.12.5.184:30280

> User-Agent: curl/7.45.0

> Accept: */*

> Content-Type: application/json

>

< HTTP/1.1 200 Unknown Status Code

< Server: openresty

< Date: Tue, 23 Oct 2018 02:48:42 GMT

< Content-Type: application/json

< Content-Length: 32584

< Connection: keep-alive

< status: 200

< content-location: 
http://msb-iag.onap:80/api/multicloud-titaniumcloud/v0/CloudOwner_pod01/tenants

< Vary: Cookie

< -content-encoding: gzip

< Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS

< x-frame-options: SAMEORIGIN

<

{ [5067 bytes data]



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 10:32 AM
To: Yang, Bin; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy



Hi Yang,




Re: [onap-discuss] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-23 Thread bharath thiruveedula
Hi,

I register the VIM in ESR with the following values:


Cloud Owner: pod25
Cloud Region: regionOne
Cloud Zone: Cloud Zone
Cloud Type: Titanium Cloud
Auth URL: http://:5000/v2.0
username: 
password: 

Default Tenant: admin

The request I am  sending is 
http:///api/multicloud/v0/pod25_regionOne/tenants

Is there something else I need to add while registering VIM?

I am running ONAP using OOM. Using robot scripts it created one VIM, but
sending request to default VIM errors out saying "VIM not supported"

Best Regards
Bharath T

From: Yang, Bin 
Sent: Tuesday, October 23, 2018 8:21 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy


I just test the API with master branch, it works well (Note it is ONAP deployed 
by OOM)



> GET /api/multicloud/v0/CloudOwner_pod01/tenants HTTP/1.1

> Host: 10.12.5.184:30280

> User-Agent: curl/7.45.0

> Accept: */*

> Content-Type: application/json

>

< HTTP/1.1 200 Unknown Status Code

< Server: openresty

< Date: Tue, 23 Oct 2018 02:48:42 GMT

< Content-Type: application/json

< Content-Length: 32584

< Connection: keep-alive

< status: 200

< content-location: 
http://msb-iag.onap:80/api/multicloud-titaniumcloud/v0/CloudOwner_pod01/tenants

< Vary: Cookie

< -content-encoding: gzip

< Allow: GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS

< x-frame-options: SAMEORIGIN

<

{ [5067 bytes data]



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 10:32 AM
To: Yang, Bin; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy



Hi Yang,



I am using ONAP Beijing in my own machine.



Best Regards

Bharath T



____

From: Yang, Bin 
Sent: Tuesday, October 23, 2018 7:56:27 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy



Which version of ONAP are you testing with? Where is it deployed? Integration 
lab?



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 8:58 AM
To: Yang, Bin; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy



Hi Yang/Victor,



The response I got for "/tenants" is 404 resource not found. I actually 
register the cloud with admin details.



I am using titanium cloud version.



Best Regards

Bharath T

________

From: Yang, Bin 
Sent: Tuesday, October 23, 2018 6:22 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy



Hi Bharath,



What’s the response you got? Did it include any permission or privilege message?



And how do you onboard your openstack? Which cloud version was you 
choosing/populating? ocata? titanium_cloud?



It is most probably a tenant user privilege issue, while API “/tenants” 
requires openstack admin privilege, other APIs work well with openstack member 
privilege.



Thanks



Best Regards,

Bin Yang,Solution Engineering Team,Wind River

ONAP Multi-VIM/Cloud PTL

Direct +86,10,84777126    Mobile +86,13811391682Fax +86,10,64398189

Skype: yangbincs993



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 1:59 AM
To: onap-discuss@lists.onap.org; Yang, Bin
Subject: [multicloud] Unable to get tenant info from multicloud proxy



Hi,



I am using multicloud to orchestrate VNF/NS in openstack through VF-C. I am 
currently facing an issue while getting tenant details from multicloud. The 
request looks like 
"msb_base_url:80/api/multicloud/v0/cloudowner_regionone/tenants", but this 
request throws 404 error. On the other side all other requests are working fine 
for example "/api/multicloud/v0/cloudowner_regionone/tenantid/servers", 
"/api/multicloud/v0/cloudowner_regionone/tenantid/images" and so on.



Am I missing something here while getting tenant information?



Best Regards

Bharath T

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

View/Reply Online (#13245): https://lists.onap.org/g/onap-discuss/message/13245
Mute This Topic: https://lists.onap

Re: [onap-discuss] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-22 Thread bharath thiruveedula
Hi Yang,

I am using ONAP Beijing in my own machine.

Best Regards
Bharath T


From: Yang, Bin 
Sent: Tuesday, October 23, 2018 7:56:27 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy

Which version of ONAP are you testing with? Where is it deployed? Integration 
lab?

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

From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 8:58 AM
To: Yang, Bin; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: Re: [multicloud] Unable to get tenant info from multicloud proxy

Hi Yang/Victor,

The response I got for "/tenants" is 404 resource not found. I actually 
register the cloud with admin details.

I am using titanium cloud version.

Best Regards
Bharath T

From: Yang, Bin 
Sent: Tuesday, October 23, 2018 6:22 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy


Hi Bharath,



What’s the response you got? Did it include any permission or privilege message?



And how do you onboard your openstack? Which cloud version was you 
choosing/populating? ocata? titanium_cloud?



It is most probably a tenant user privilege issue, while API “/tenants” 
requires openstack admin privilege, other APIs work well with openstack member 
privilege.



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 1:59 AM
To: onap-discuss@lists.onap.org; Yang, Bin
Subject: [multicloud] Unable to get tenant info from multicloud proxy



Hi,



I am using multicloud to orchestrate VNF/NS in openstack through VF-C. I am 
currently facing an issue while getting tenant details from multicloud. The 
request looks like 
"msb_base_url:80/api/multicloud/v0/cloudowner_regionone/tenants", but this 
request throws 404 error. On the other side all other requests are working fine 
for example "/api/multicloud/v0/cloudowner_regionone/tenantid/servers", 
"/api/multicloud/v0/cloudowner_regionone/tenantid/images" and so on.



Am I missing something here while getting tenant information?



Best Regards

Bharath T

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

View/Reply Online (#13213): https://lists.onap.org/g/onap-discuss/message/13213
Mute This Topic: https://lists.onap.org/mt/27511033/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] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-22 Thread bharath thiruveedula
Hi Yang/Victor,

The response I got for "/tenants" is 404 resource not found. I actually 
register the cloud with admin details.

I am using titanium cloud version.

Best Regards
Bharath T

From: Yang, Bin 
Sent: Tuesday, October 23, 2018 6:22 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Cc: HUANG, HAIBIN (haibin.hu...@intel.com)
Subject: RE: [multicloud] Unable to get tenant info from multicloud proxy


Hi Bharath,



What’s the response you got? Did it include any permission or privilege message?



And how do you onboard your openstack? Which cloud version was you 
choosing/populating? ocata? titanium_cloud?



It is most probably a tenant user privilege issue, while API “/tenants” 
requires openstack admin privilege, other APIs work well with openstack member 
privilege.



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



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, October 23, 2018 1:59 AM
To: onap-discuss@lists.onap.org; Yang, Bin
Subject: [multicloud] Unable to get tenant info from multicloud proxy



Hi,



I am using multicloud to orchestrate VNF/NS in openstack through VF-C. I am 
currently facing an issue while getting tenant details from multicloud. The 
request looks like 
"msb_base_url:80/api/multicloud/v0/cloudowner_regionone/tenants", but this 
request throws 404 error. On the other side all other requests are working fine 
for example "/api/multicloud/v0/cloudowner_regionone/tenantid/servers", 
"/api/multicloud/v0/cloudowner_regionone/tenantid/images" and so on.



Am I missing something here while getting tenant information?



Best Regards

Bharath T

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

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



[onap-discuss] [multicloud] Unable to get tenant info from multicloud proxy

2018-10-22 Thread bharath thiruveedula
Hi,

I am using multicloud to orchestrate VNF/NS in openstack through VF-C. I am 
currently facing an issue while getting tenant details from multicloud. The 
request looks like 
"msb_base_url:80/api/multicloud/v0/cloudowner_regionone/tenants", but this 
request throws 404 error. On the other side all other requests are working fine 
for example "/api/multicloud/v0/cloudowner_regionone/tenantid/servers", 
"/api/multicloud/v0/cloudowner_regionone/tenantid/images" and so on.

Am I missing something here while getting tenant information?

Best Regards
Bharath T

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

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



Re: [E] Re: [onap-discuss] [policy] Custom Policy for a new VNF

2018-08-13 Thread Bharath Thiruveedula via Lists.Onap.Org
Thanks Pamela for the pointers. I will work on them and get back to you if
needed.

Best Regards
Bharath T

On Fri, Aug 10, 2018 at 8:45 PM DRAGOSH, PAMELA L (PAM) <
pdrag...@research.att.com> wrote:

> Bharath,
>
>
>
> You can use the Policy API similar to how the use cases use the API. We
> have a script in our helm charts called push-policies.sh that prepopulate.
> You could use those examples to create the policies you want.
>
>
>
> These are also captured on our wiki page for integration testing here:
>
>
>
> https://wiki.onap.org/pages/viewpage.action?pageId=38112853
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D38112853=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=PX005nkE64JIQsVW4lHHil6XJJZDbrbV8iCvVDiRO9M=WPcz-CFfJGOZmwHYA5cpbfVBRtha9XOGpSBXtPApAtg=>
>
>
>
> There you can find examples on the payloads and the actual API calls
> themselves. NOTE: The page is draft and various parts are incomplete. But I
> believe what you are interested in is there.
>
>
>
> Thanks,
>
>
>
> Pam
>
>
>
>
>
> *From: * on behalf of "Bharath Thiruveedula
> via Lists.Onap.Org" 
> *Reply-To: *"onap-discuss@lists.onap.org" , "
> bharath.thiruveed...@verizon.com" 
> *Date: *Friday, August 10, 2018 at 10:17 AM
> *To: *onap-discuss 
> *Cc: *Sirisha Gopigiri 
> *Subject: *[onap-discuss] [policy] Custom Policy for a new VNF
>
>
>
> Hi,
>
>
>
> I am currently looking for closed loop for a customised VNF. But I am not
> sure how can I add custom operational and configurational policy for a new
> VNF. Can you give some pointers where I can refer and implement?
>
>
>
> Best Regards
>
> Bharath T
>
> 
>

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

View/Reply Online (#11852): https://lists.onap.org/g/onap-discuss/message/11852
Mute This Topic: https://lists.onap.org/mt/24500796/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] Custom Policy for a new VNF

2018-08-10 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi,

I am currently looking for closed loop for a customised VNF. But I am not
sure how can I add custom operational and configurational policy for a new
VNF. Can you give some pointers where I can refer and implement?

Best Regards
Bharath T

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

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



[onap-discuss] [sdnc] SDNC Profile and Preload

2018-08-06 Thread bharath thiruveedula
Hi,


As a prerequisite for adding "vf-module", I have done SDNC preload. But while 
adding "vf-module" the SO threw errors  as mentioned in the mail 
https://lists.onap.org/g/onap-discuss/message/11523. In this case, we haven't 
done SDNC profile creation.


Does VNF profile creation is a mandatory step? May I know the reason why we are 
following this step in addition to SDNC preload?


Best Regards

Bharath T

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

View/Reply Online (#11681): https://lists.onap.org/g/onap-discuss/message/11681
Mute This Topic: https://lists.onap.org/mt/24210517/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] issue with Python inside SDC-BE Docker

2018-08-01 Thread bharath thiruveedula
Hi Satyaki,


I faced similar issue. Actually sdc-config-be job will take care of importing 
normative types to sdc-be. But in my case it was not happening.


So I tried the following steps:

  *   Clone "https://git.onap.org/sdc; into the machine where you can access 
the sdc-be.
  *   Change to the directory 
"sdc/catalog-be/src/main/resources/scripts/import/tosca/"
  *   If it is heat based deployment run "python importNormativeAll.py -i 
 -p 8080"
  *   If it is OOM based deployment run "python importNormativeAll.py -i 
 -p 30205"


This hack solved my issue.


Best Regards

Bharath T




From: onap-discuss@lists.onap.org  on behalf of 
Satyaki Mallick 
Sent: Wednesday, August 1, 2018 7:54 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] issue with Python inside SDC-BE Docker

Hello,

For importing the data-types and normative-types, we need to run the python 
scripts present inside BE docker.

But recently, the BE docker container is not generating pre-installed with 
Python.

We also weren't very much successful in installing Python inside the docker..

A look into the Dockerfile didn't help much

Can somebody point out where are things going wrong  ..? We have been stuck up 
in this for quite a while now ..


Thank You,
Satyaki Mallick



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

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



Re: [E] Re: [onap-discuss] Closed Loop Documentation for Beijing

2018-07-24 Thread Bharath Thiruveedula via Lists.Onap.Org
My mail yesterday failed, so am resending it.

Hi Kranthi,

Yes I did the same steps we did in docker-install.sh. I unset the proxy
immediately after the wget  in push-policies.sh

In the settings.xml nonproxyhosts I added
"pap|pdp|drools|nexus|message-router" in extra.

I will update with additional logs after debugging even more.

Best Regards
Bharath T

On Tue, Jul 24, 2018 at 10:03 PM Kranthi Guttikonda <
kranthi.guttiko...@b-yond.com> wrote:

> Hi Bharath,
>
>
>
> I think first you need to inject the proxy values to policy helm templates
> and scripts in different places and watch the logs of brmsgw, pap and pdp
> before even start testing CL.
>
>
>
> In oom/kubernetes/policy/resources/config/pe/push-policies.sh (before
> wget) and then unset
>
> In
> oom/kubernetes/policy/charts/drools/resources/config/opt/policy/config/drools/apps-install.sh
>
>
>
>
> Also, in order to update the settings.xml for mvn, you need to add the sed
> logic (the same way we did for Amsterdam release) to docker image files.
>
> Locate docker-install.sh
>
>
>
> Search for configure_settings;
>
> if found then;
>
> Add
>
> *sed -i "/<\/servers>/a\ \  http-proxy<\/id>
> true<\/active> http<\/protocol> host<\/host>
> port<\/port> localhost|127.0.0.1<\/nonProxyHosts>
> <\/proxy>  https-proxy<\/id> true<\/active>
> https<\/protocol> host<\/host> port<\/port>
> localhost|127.0.0.1|nexus:8081<\/nonProxyHosts> <\/proxy>
> <\/proxies>" $HOME_M2/settings.xml*
>
> after configure_settings function call
>
> if not found then
>
> Add
>
> *sed -i "/<\/servers>/a\ \  http-proxy<\/id>
> true<\/active> http<\/protocol> host<\/host>
> port<\/port> localhost|127.0.0.1<\/nonProxyHosts>
> <\/proxy>  https-proxy<\/id> true<\/active>
> https<\/protocol> host<\/host> port<\/port>
> localhost|127.0.0.1|nexus:8081<\/nonProxyHosts> <\/proxy>
> <\/proxies>" $HOME/.m2/settings.xml*
>
> after if condition for [[ -f $HOME/.m2/settings.xml]]
>
>
>
> There are not the proper fixes but these should make you to move forward
>
>
>
> Thanks,
> Kranthi
>
>
>
> *From: *Bharath Thiruveedula 
> *Date: *Tuesday, July 24, 2018 at 12:10 PM
> *To: *"HERNANDEZ-HERRERO, JORGE" 
> *Cc: *onap-discuss , Kranthi Guttikonda <
> kranthi.guttiko...@b-yond.com>, bharath thiruveedula <
> bharath_...@hotmail.com>, "gary.i...@huawei.com" , "
> dr6...@att.com" , "Parigi, Raghavender" <
> raghavender.par...@one.verizon.com>
> *Subject: *Re: [E] Re: [onap-discuss] Closed Loop Documentation for
> Beijing
>
>
>
> Hi Jorge,
>
>
>
> I tried the same command to bring up pdp again, I can see same resolving
> issues. I am running the environment behind the proxy
>
>
>
> This is the log from pap/xacml-pap-rest
>
>
>
> ErrorDescription=This is an Invalid Schema Error. Please check the error
> message for detail information
>  
> server=dev-pap-678b44cd87-lzjvxMetricEndTimestamp=2018-07-24T16:05:42.119+00:00
>   targetEntity=POLICY partnerName=USERserviceName=PAP.put
> TransactionEndTimestamp=2018-07-24T16:05:42.120+00:00
> StatusCode=COMPLETE ErrorCategory=ERROR TransactionElapsedTime=18
>  requestId=b12ca0c9-7304-4d9f-9b58-3407b4b60dd9
> serverIpAddress=10.42.160.99  ClassName=  targetServiceName=PE Process
>   ErrorCode=POLICY-400E   MetricElapsedTime=14
>  MetricBeginTimestamp=2018-07-24T16:05:42.105+00:00statusCode=COMPLETE
>EELF9998E RESOURCE ID [ERROR_SCHEMA_INVALID] CANNOT BE FORMATTED - NO
> RESOURCE WITH THAT ID EXISTS!\nREQUEST FOR RESOURCE WAS MADE FROM:\nAT
> COM.ATT.EELF.I18N.EELFRESOURCEMANAGER.FORMAT(EELFRESOURCEMANAGER.JAVA:326)\n
>   AT
> COM.ATT.EELF.CONFIGURATION.SLF4JWRAPPER.WRITETOLOG(SLF4JWRAPPER.JAVA:815)\n
>   AT
> COM.ATT.EELF.CONFIGURATION.SLF4JWRAPPER.ERROR(SLF4JWRAPPER.JAVA:908)\n
> AT
> ORG.ONAP.POLICY.COMMON.LOGGING.EELF.POLICYLOGGER.ERROR(POLICYLOGGER.JAVA:648)\n
>   AT
> ORG.ONAP.POLICY.XACML.UTIL.XACMLPOLICYSCANNER.READPOLICY(XACMLPOLICYSCANNER.JAVA:657)\n
>   AT
> ORG.ONAP.POLICY.XACML.STD.PAP.STDPDPPOLICY.READPOLICYDATA(STDPDPPOLICY.JAVA:155)\n
>   ... 44 MORE FRAMES\n EELF9998E Resource id [ERROR_SCHEMA_INVALID] cannot
> be formatted - no resource with that id exists!\nRequest for resource was
> made from:\nat
> com.att.eelf.i18n.EELFResourceManager.format(EELFResourceManager.java:326)\n
>   at
> com.att.eelf.configuration.SLF4jWrapper.writeToLog(SLF4jWrapper.java:815)

Re: [E] Re: [onap-discuss] Closed Loop Documentation for Beijing

2018-07-24 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Jorge,

I tried the same command to bring up pdp again, I can see same resolving
issues. I am running the environment behind the proxy

This is the log from pap/xacml-pap-rest

ErrorDescription=This is an Invalid Schema Error. Please check the error
message for detail information
 server=dev-pap-678b44cd87-lzjvxMetricEndTimestamp=2018-07-24T16:05:42.119+00:00
  targetEntity=POLICY partnerName=USERserviceName=PAP.put
TransactionEndTimestamp=2018-07-24T16:05:42.120+00:00
StatusCode=COMPLETE ErrorCategory=ERROR TransactionElapsedTime=18
 requestId=b12ca0c9-7304-4d9f-9b58-3407b4b60dd9
serverIpAddress=10.42.160.99  ClassName=  targetServiceName=PE Process
  ErrorCode=POLICY-400E   MetricElapsedTime=14
 MetricBeginTimestamp=2018-07-24T16:05:42.105+00:00statusCode=COMPLETE
   EELF9998E RESOURCE ID [ERROR_SCHEMA_INVALID] CANNOT BE FORMATTED - NO
RESOURCE WITH THAT ID EXISTS!\nREQUEST FOR RESOURCE WAS MADE FROM:\nAT
COM.ATT.EELF.I18N.EELFRESOURCEMANAGER.FORMAT(EELFRESOURCEMANAGER.JAVA:326)\n
  AT
COM.ATT.EELF.CONFIGURATION.SLF4JWRAPPER.WRITETOLOG(SLF4JWRAPPER.JAVA:815)\n
  AT
COM.ATT.EELF.CONFIGURATION.SLF4JWRAPPER.ERROR(SLF4JWRAPPER.JAVA:908)\n
AT
ORG.ONAP.POLICY.COMMON.LOGGING.EELF.POLICYLOGGER.ERROR(POLICYLOGGER.JAVA:648)\n
  AT
ORG.ONAP.POLICY.XACML.UTIL.XACMLPOLICYSCANNER.READPOLICY(XACMLPOLICYSCANNER.JAVA:657)\n
  AT
ORG.ONAP.POLICY.XACML.STD.PAP.STDPDPPOLICY.READPOLICYDATA(STDPDPPOLICY.JAVA:155)\n
  ... 44 MORE FRAMES\n EELF9998E Resource id [ERROR_SCHEMA_INVALID] cannot
be formatted - no resource with that id exists!\nRequest for resource was
made from:\nat
com.att.eelf.i18n.EELFResourceManager.format(EELFResourceManager.java:326)\n
  at
com.att.eelf.configuration.SLF4jWrapper.writeToLog(SLF4jWrapper.java:815)\n
  at
com.att.eelf.configuration.SLF4jWrapper.error(SLF4jWrapper.java:908)\n
at
org.onap.policy.common.logging.eelf.PolicyLogger.error(PolicyLogger.java:648)\n
  at
org.onap.policy.xacml.util.XACMLPolicyScanner.readPolicy(XACMLPolicyScanner.java:657)\n
  at
org.onap.policy.xacml.std.pap.StdPDPPolicy.readPolicyData(StdPDPPolicy.java:155)\n
  ... 44 more frames

Let me know if you need any specific logs

Best Regards
Bharath T

On Tue, Jul 24, 2018 at 4:37 AM HERNANDEZ-HERRERO, JORGE 
wrote:

> Hello Barath,
>
> It seems that pushing of the policies took place when what sounds like pdp
> service was up (resolvable with dns).   The quickest thing to try is to
> delete the pdp with “kubectl delete pod dev-pdp-0 -n onap”, and check if
> it syncs up (will trigger some reconfiguration).   Let me know how it goes.
>
> Jorge
>
>
>
> *From:* Bharath Thiruveedula [mailto:bharath.thiruveed...@verizon.com]
> *Sent:* Monday, July 23, 2018 11:04 AM
> *To:* HERNANDEZ-HERRERO, JORGE 
> *Cc:* onap-discuss ; Kranthi Guttikonda <
> kranthi.guttiko...@b-yond.com>; bharath thiruveedula <
> bharath_...@hotmail.com>; gary.i...@huawei.com; ROSE, DANIEL V <
> dr6...@att.com>; Parigi, Raghavender 
> *Subject:* Re: [E] Re: [onap-discuss] Closed Loop Documentation for
> Beijing
>
>
>
> HI Jorge,
>
>
>
> Thanks for the hints. Here are my findings
>
>
>
> 1) I waited for 1 hr and then tried the steps
>
> 2) Yes I am using 1.2.3 tag images of policy
>
> 3)Here is what brmsgw logs saying
>
>
>
> WebSocketConnectReadThread-35|ERROR|POLICY-519E||POLICY-519E ERROR:
> PE300 - Data Issue: Invalid Data is
> given.:org.onap.policy.api.PolicyException: PE300 - Data Issue:
> :400:[{"policyConfigMessage":"Error in Calling the Configuration URL
> com.att.research.xacml.api.pdp.PDPException: PE300 - Data Issue: Error in
> ConfigURL","policyConfigStatus":"CONFIG_NOT_FOUND","type":null,"config":null,"policyName":"com.Config_BRMS_Param_BRMSParamVOLTE.1.xml","policyType":"BRMS_PARAM","policyVersion":"1","matchingConditions":{"ONAPName":"DROOLS","ConfigName":"BRMS_PARAM_RULE"},"responseAttributes":{"controller":"amsterdam"},"property":null}]
> -  at
> org.onap.policy.std.StdPolicyEngine.callNewPDP(StdPolicyEngine.java:740) -
>  at
> org.onap.policy.std.StdPolicyEngine.getConfigImpl(StdPolicyEngine.java:621)
> -  at
> org.onap.policy.std.StdPolicyEngine.getConfig(StdPolicyEngine.java:236) -
>   at org.onap.policy.api.PolicyEngine.getConfig(PolicyEngine.java:247) -
> at
> org.onap.policy.brms.api.BrmsHandler.addedPolicies(BrmsHandler.java:174) -
>  at
> org.onap.policy.brms.api.BrmsHandler.runOnNotification(BrmsHandler.java:135)
> - at
> org.onap.policy.brms.api.BrmsHandler.notificationReceived(BrmsHandler.java:75)
> - at
> org.onap.policy.std.AutoClientEnd.callHandler(

[onap-discuss] DCAE boostrap shutting down with out launching all DCAE components

2018-07-21 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi,

I am trying to launch DCAEof beijing release. I am following
http://onap.readthedocs.io/en/beijing/submodules/dcaegen2.git/docs/sections/installation_oom.html.
I could see dcae-bootstrap container running and then after a while it was
shutdown with status COMPLETED. But I couldn't see any any DCAE component
up like TCA, VES etc.,

I could see following error while installing dcae components like binding
service:
+ cfy install -b config_binding_service -d config_binding_service -i
/inputs/k8s-config_binding_service-inputs.yaml
/blueprints/k8s-config_binding_service.yaml
Uploading blueprint /blueprints/k8s-config_binding_service.yaml...
 k8s-config_bindin... ||
100.0%
An error occurred on the server: 400: Invalid blueprint - None of the
resolver rules [{u'http://www.getcloudify.org/spec':
u'file:///opt/manager/resources/spec'}, {u'http://cloudify.co/spec':
u'file:///opt/manager/resources/spec'}, {u'https://www.getcloudify.org/spec':
u'file:///opt/manager/resources/spec'}, {u'https://cloudify.co/spec':
u'file:///opt/manager/resources/spec'}] was applicable, failed to resolve
the original import url: Import failed: Unable to open import url
https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2/k8splugin/1.1.0/k8splugin_types.yaml;
HTTPSConnectionPool(host='nexus.onap.org', port=443): Max retries exceeded
with url:
/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2/k8splugin/1.1.0/k8splugin_types.yaml
(Caused by
NewConnectionError(': Failed to establish a new connection: [Errno
101] Network is unreachable',))
  in:
/opt/manager/resources/k8s-config_binding_service-9185eb2b-2353-4519-9a0c-551c1f378db4/k8s-config_binding_service.yaml
  in line: 25, column: 0
  path: imports
  value: ['http://www.getcloudify.org/spec/cloudify/3.4/types.yaml', '
https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2/k8splugin/1.1.0/k8splugin_types.yaml
']

It seems like cannot access nexus.onap.org, but I am not sure which
component is facing the error, bootstrap or cloudify manager?

Best Regards
Bharath T

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

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



[onap-discuss] Closed Loop Documentation for Beijing

2018-07-20 Thread bharath thiruveedula
Hi,


I am just going through the ONAP Beijing setup. I am just wondering is there 
any docs related to closed loop of vDNS/vFW in Beijing or is it the same as in 
Amsterdam?



Best Regards

Bharath T

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

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



Re: [E] Re: [onap-discuss] [oom] [sdc] sdc-fe is in waiting state infinitely

2018-07-19 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi Kranthi,

Now I can see the below lines too.
+ python importONAPNormativeAll.py -i sdc-be.onap
 End output of "bash"  "/tmp/chef-script20180719-13-1u8cl9j" 
Ran "bash"  "/tmp/chef-script20180719-13-1u8cl9j" returned
FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited
unsuccessfully (exit code 1)
FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited
unsuccessfully (exit code 1)

Best Regards
Bharath T



On Thu, Jul 19, 2018 at 9:00 PM Kranthi Guttikonda <
kranthi.guttiko...@b-yond.com> wrote:

> Because + python importONAPNormativeAll.py -i sdc-be.onap didn’t finish.
> So, sdc-fe has the dependency on sdc-be and waits
>
>
>
> I had the same problem but not sure what is the root cause but in
> redeployment issue was disappeared. I am trying again to reproduce the issue
>
>
>
> Thanks,
> kranthi
>
>
>
> *From: * on behalf of "Bharath Thiruveedula
> via Lists.Onap.Org" 
> *Reply-To: *"onap-discuss@lists.onap.org" , "
> bharath.thiruveed...@verizon.com" 
> *Date: *Thursday, July 19, 2018 at 11:27 AM
> *To: *onap-discuss , "ml6...@intl.att.com" <
> ml6...@intl.att.com>
> *Cc: *"Kumar Skand Priya, Viswanath V" <
> viswanath.kumarskandpr...@verizon.com>, UdhayaChandran M <
> udhayachandra...@verizon.com>
> *Subject: *[onap-discuss] [oom] [sdc] sdc-fe is in waiting state
> infinitely
>
>
>
> Hi,
>
>
>
> I am trying to deploy SDC using OOM. But except sdc-fe all other pods are
> in RUNNING state even portal pods. After running kubectl describe pod
> sdc-fe -n onap, I could see below output:
>
>
>
> sdc-fe-job-completion:
>
> Container ID:
> docker://cae0e65c4f976d35075a7a9d065c354d239d17abe293eb52bf3e5f757fef0d64
>
> Image: oomk8s/readiness-check:2.0.0
>
> Image ID:  docker-pullable://oomk8s/readiness-check@sha256
> :7daa08b81954360ad03364febcb3dcfeb723bcc12ce3eb3ed3e53f2323ed
>
> Port:  
>
> Command:
>
>   /root/job_complete.py
>
> Args:
>
>   --job-name
>
>   dev-sdc-be-config-backend
>
> State:  Running
>
>   Started:  Thu, 19 Jul 2018
>
> Last State: Terminated
>
>   Reason:   Error
>
>   Exit Code:1
>
>   Started:  Thu, 19 Jul 2018
>
>   Finished: Thu, 19 Jul 2018
>
> Ready:  False
>
> Restart Count:  5
>
>
>
> But I couldn't find any error from sdc-be-config pod:
>
>
>
>
>
> /bin/chmod +x importCategoryTypes.py importCommon.py importDataTypes.py
> importGroupTypes.py importHeatTypes.py importNfvTypes.py importNodeType.py
> importNormativeAll.py importNormativeCapabilities.py
> importNormativeElements.py importNormativeInterfaceLifecycleTypes.py
> importNormativeNoHeatAndNormativeTypes.py importNormativeTypes.py
> importONAPNormativeAll.py importOnapTypes.py importPolicyTypes.py
> importSolTypes.py importUsersFromYaml.py upgradeHeatAndNormativeTypes.py
> upgradeHeatTypes1707.py upgradeNfvTypes.py upgradeNormative.py
> upgradeNormativeVersion.py upgradeNormativeVersionAll.py
> upgradeNormativeVersionProd1702_3537.py upgradeONAPNormative.py
> upgradeONAPTypes.py upgradeSolTypes.py
>
>   + check_normative=/tmp/check_normative.out
>
>   ++ curl -s -o /tmp/check_normative.out -w '%{http_code}\n'
> -X GET -H 'Content-Type: application/json;charset=UTF-8' -H 'USER_ID:
> jh0003' -H 'X-ECOMP-RequestID: cbe744a0-037b-458f-aab5-df6e543c4090'
> http://sdc-be.onap:8080/sdc2/rest/v1/screen
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__sdc-2Dbe.onap-3A8080_sdc2_rest_v1_screen=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=pN0zBRxDBvmP-geKpjqUaUgvoOmtL4yCy8SJ6G7dKTY=E9-psXX5sRFdoixfuQ8DgKDttnvwvGF0Mq8YPbMM81U=>
>
>   + status_code=200
>
>   + '[' 200 '!=' 200 ']'
>
>   ++ cat /tmp/check_normative.out
>
>   ++ jq '.["resources"]|length'
>
>   + resources_len=0
>
>   + mkdir -p /var/lib/jetty/logs
>
>   + '[' 0 -eq 0 ']'
>
>   + python importONAPNormativeAll.py -i sdc-be.onap
>
>
>
> Am I missing anything here?
>
>
>
>
>
> Best Regards
>
> Bharath T
>
>
>
> 
>

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

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



[onap-discuss] [oom] [sdc] sdc-fe is in waiting state infinitely

2018-07-19 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi,

I am trying to deploy SDC using OOM. But except sdc-fe all other pods are
in RUNNING state even portal pods. After running kubectl describe pod
sdc-fe -n onap, I could see below output:

sdc-fe-job-completion:
Container ID:
docker://cae0e65c4f976d35075a7a9d065c354d239d17abe293eb52bf3e5f757fef0d64
Image: oomk8s/readiness-check:2.0.0
Image ID:  docker-pullable://oomk8s/readiness-check@sha256
:7daa08b81954360ad03364febcb3dcfeb723bcc12ce3eb3ed3e53f2323ed
Port:  
Command:
  /root/job_complete.py
Args:
  --job-name
  dev-sdc-be-config-backend
State:  Running
  Started:  Thu, 19 Jul 2018
Last State: Terminated
  Reason:   Error
  Exit Code:1
  Started:  Thu, 19 Jul 2018
  Finished: Thu, 19 Jul 2018
Ready:  False
Restart Count:  5

But I couldn't find any error from sdc-be-config pod:


/bin/chmod +x importCategoryTypes.py importCommon.py importDataTypes.py
importGroupTypes.py importHeatTypes.py importNfvTypes.py importNodeType.py
importNormativeAll.py importNormativeCapabilities.py
importNormativeElements.py importNormativeInterfaceLifecycleTypes.py
importNormativeNoHeatAndNormativeTypes.py importNormativeTypes.py
importONAPNormativeAll.py importOnapTypes.py importPolicyTypes.py
importSolTypes.py importUsersFromYaml.py upgradeHeatAndNormativeTypes.py
upgradeHeatTypes1707.py upgradeNfvTypes.py upgradeNormative.py
upgradeNormativeVersion.py upgradeNormativeVersionAll.py
upgradeNormativeVersionProd1702_3537.py upgradeONAPNormative.py
upgradeONAPTypes.py upgradeSolTypes.py
  + check_normative=/tmp/check_normative.out
  ++ curl -s -o /tmp/check_normative.out -w '%{http_code}\n' -X
GET -H 'Content-Type: application/json;charset=UTF-8' -H 'USER_ID: jh0003'
-H 'X-ECOMP-RequestID: cbe744a0-037b-458f-aab5-df6e543c4090'
http://sdc-be.onap:8080/sdc2/rest/v1/screen
  + status_code=200
  + '[' 200 '!=' 200 ']'
  ++ cat /tmp/check_normative.out
  ++ jq '.["resources"]|length'
  + resources_len=0
  + mkdir -p /var/lib/jetty/logs
  + '[' 0 -eq 0 ']'
  + python importONAPNormativeAll.py -i sdc-be.onap

Am I missing anything here?


Best Regards
Bharath T

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

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



Re: [E] RE: [onap-discuss] [oom]OOM Beijing Jenkins Jobs

2018-07-18 Thread Bharath Thiruveedula via Lists.Onap.Org
Thanks Borislav for the link you provided and also including the
integration team. Let's see the response from integration team also.

Best Regards
Bharath T

On Wed, Jul 18, 2018 at 2:12 PM Borislav Glozman <
borislav.gloz...@amdocs.com> wrote:

> Results used to be here:
>
>
> https://jenkins.onap.org/view/External%20Labs/job/lab-windriver-beijing-oom-deploy/
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__jenkins.onap.org_view_External-2520Labs_job_lab-2Dwindriver-2Dbeijing-2Doom-2Ddeploy_=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=cAdkEsP_cKlCu0cUelMt8J3rjLDgnc1VZkmd6X1Jojg=zAm-JvSTaym5spx72u71rT5WNpmXQQHdIkEgF0TwLj8=>
>
> But I see it is not running since 12/Jun.
>
> Adding integration team members, maybe you know whether it is supposed to
> continue running.
>
>
>
> Thanks,
>
> Borislav Glozman
>
> O:+972.9.776.1988
>
> M:+972.52.2835726
>
> [image: amdocs-a]
>
> *Amdocs a **Platinum member of ONAP*
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_open-2Dnetwork_nfv-2Dpowered-2Dby-2Donap=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=cAdkEsP_cKlCu0cUelMt8J3rjLDgnc1VZkmd6X1Jojg=z49JmC9OXRHArshOzGr4SAvdc8sKFKraHhOqEWcDJIk=>
>
>
>
> *From:* onap-discuss@lists.onap.org [mailto:onap-discuss@lists.onap.org] *On
> Behalf Of *Bharath Thiruveedula via Lists.Onap.Org
> *Sent:* Wednesday, July 18, 2018 10:04 AM
> *To:* onap-discuss 
> *Cc:* UdhayaChandran M ; Kumar Skand Priya,
> Viswanath V ; Parigi, Raghavender <
> raghavender.par...@one.verizon.com>
> *Subject:* [onap-discuss] [oom]OOM Beijing Jenkins Jobs
>
>
>
> Hi
>
>
>
> Can we see the status of jenkins oom deployment jobs somewhere? Previously
> I used to refer at http://jenkins.onap.info
> <https://urldefense.proofpoint.com/v2/url?u=http-3A__jenkins.onap.info=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=cAdkEsP_cKlCu0cUelMt8J3rjLDgnc1VZkmd6X1Jojg=fkAMBRMt6UIpW-GJAIL85a04uNtHiSfS5O7zphpqoU8=>,
> but seems like it is not up now?
>
>
>
> Currently I am facing dmaap and aaf pods issues in different environments,
> so I just want to confirm with community about the pod status
>
>
>
> Best Regards
>
> Bharath T
>
> 
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
> you may review at https://www.amdocs.com/about/email-disclaimer
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=cAdkEsP_cKlCu0cUelMt8J3rjLDgnc1VZkmd6X1Jojg=wJaF2RVuPtr17n3avRGao2YUT9RBU_xeyGP8QjW_TeI=>
>

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

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



[onap-discuss] [aaf] Any prerequisites before deploying AAF using OOM

2018-07-18 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi,

Do we have any specific prerequisites before launching aaf using OOM.
Currently whenever I am trying to launch AAF, it fails in aaf-cm pods with
the following error:



*java.lang.reflect.InvocationTargetException*
*at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)*
*at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)*
*at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)*
*at java.lang.reflect.Constructor.newInstance(Constructor.java:423)*
*at org.onap.aaf.auth.cm.AAF_CM.(AAF_CM.java:138)*
*at org.onap.aaf.auth.cm.AAF_CM.main(AAF_CM.java:234)*
*Caused by: java.io.FileNotFoundException:
/opt/app/osaaf/public/AAF_RootCA.cer (Is a directory)*
*at java.io.FileInputStream.open0(Native Method)*
*at java.io.FileInputStream.open(FileInputStream.java:195)*
*at java.io.FileInputStream.(FileInputStream.java:138)*
*at org.onap.aaf.auth.cm.ca.CA
.(CA.java:119)*
*at org.onap.aaf.auth.cm.ca.LocalCA.(LocalCA.java:87)*
*... 6 more*




So I was thinking, did I miss any step here?

Best Regards
Bharath T

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

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



[onap-discuss] [oom]OOM Beijing Jenkins Jobs

2018-07-18 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi

Can we see the status of jenkins oom deployment jobs somewhere? Previously
I used to refer at http://jenkins.onap.info, but seems like it is not up
now?

Currently I am facing dmaap and aaf pods issues in different environments,
so I just want to confirm with community about the pod status

Best Regards
Bharath T

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

View/Reply Online (#11202): https://lists.onap.org/g/onap-discuss/message/11202
Mute This Topic: https://lists.onap.org/mt/23659149/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][OOM] SDC Distribution Error POL5000

2018-07-17 Thread Bharath Thiruveedula via Lists.Onap.Org
Hi SDC/OOM team,

Good day,

I tried to bring up SDC, along with other components(except DCAE) using OOM
in rancher multiple worker nodes configuration.

When i tried to distribute the service in SDC, I got the Error: POL5000.

According to the JIRA
https://jira.onap.org/browse/SDC-1090?attachmentViewMode=list, it is the
problem with DMAAP setup, but I could see the following output from DMAAP
topics:
*{*
*"topics": [*
*"msgrtr.apinode.metrics.dmaap",*
*"SDC-DISTR-NOTIF-TOPIC-AUTO"*
*]}*

Kindly let me know, what I missed during the distribute step.

Attached the logs for your reference,

[pool-60-thread-1]  WARNc.att.nsa.apiClient.http.HttpClient
 PUT
http://message-router.onap:3904/topics/SDC-DISTR-NOTIF-TOPIC-AUTO/producers/iPIxkpAMI8qTcQj8
will send credentials over a clear channel.
[pool-60-thread-1]  INFOc.att.nsa.apiClient.http.HttpClient
   PUT
http://message-router.onap:3904/topics/SDC-DISTR-NOTIF-TOPIC-AUTO/producers/iPIxkpAMI8qTcQj8
(as iPIxkpAMI8qTcQj8) ...
[pool-60-thread-1]  INFOc.att.nsa.apiClient.http.HttpClient
 \t--> HTTP/1.1 500 Server Error
[pool-60-thread-1]  ERROR   o.o.s.c.config.EcompErrorLogUtil
alarmSeverity=MAJOR ETYPE = "SYSTEM_ERROR" ENAME = "BeUebSystemError"
ECODE = "ASDC502E" ECONTEXT = "registerToTopic" EDESC = "Error occured
during access to U-EB Server. Operation: register to topic as producer"
[pool-60-thread-1]  INFOo.o.s.b.a.impl.AuditingManager
audit event AddKeyToTopicACL of type distributionengineevent
[pool-58-thread-1]  WARNc.att.nsa.apiClient.http.HttpClient
 PUT
http://message-router.onap:3904/topics/SDC-DISTR-NOTIF-TOPIC-AUTO/producers/iPIxkpAMI8qTcQj8
will send credentials over a clear channel.
[pool-58-thread-1]  INFOc.att.nsa.apiClient.http.HttpClient
 PUT
http://message-router.onap:3904/topics/SDC-DISTR-NOTIF-TOPIC-AUTO/producers/iPIxkpAMI8qTcQj8
(as iPIxkpAMI8qTcQj8) ...
[pool-58-thread-1]  INFOc.att.nsa.apiClient.http.HttpClient
 \t--> HTTP/1.1 500 Server Error
[pool-58-thread-1]  ERROR   o.o.s.c.config.EcompErrorLogUtil
alarmSeverity=MAJOR ETYPE = "SYSTEM_ERROR" ENAME = "BeUebSystemError"
ECODE = "ASDC502E" ECONTEXT = "registerToTopic" EDESC = "Error occured
during access to U-EB Server. Operation: register to topic as producer"
[pool-58-thread-1]  INFOo.o.s.b.a.impl.AuditingManager
audit event AddKeyToTopicACL of type distributionengineevent


I am using ONAP Beijing branch

Best Regards
Bharath T

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

View/Reply Online (#11179): https://lists.onap.org/g/onap-discuss/message/11179
Mute This Topic: https://lists.onap.org/mt/23542220/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] [E] RE: [DCAE]Installation errors while installing TCA in DCAE

2018-07-16 Thread Bharath Thiruveedula via Lists.Onap.Org
I will check in CDAP cluster for more logs.

>> Also deployment for DCAE R2 has changed significantly (under heat and
OOM); DCAE is using CDAP sdk container to deploy TCA application.
.
Thanks for the link provided, Venkatesh!

Best Regards
Bharath T

On Wed, Jul 11, 2018 at 5:16 AM VENKATESH KUMAR, VIJAY 
wrote:

> Hi Bharath,
>
> Based on the error, possibly one of the dependencies has issue. Can you
> verify the health check for CDAP cluster and CDAP Broker in Consul?
>
>
>
> Also deployment for DCAE R2 has changed significantly (under heat and
> OOM); DCAE is using CDAP sdk container to deploy TCA application.
>
>
>
> R2 release notes can be found here -
> https://onap.readthedocs.io/en/beijing/submodules/dcaegen2.git/docs/sections/installation.html
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__onap.readthedocs.io_en_beijing_submodules_dcaegen2.git_docs_sections_installation.html=DwMGaQ=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=UTP8N06L2trD3jawJkElFfA6CQYtkCWzTnn4GsHkmJw=qMMvLA0sa5HaW-d2KrQarDv4awF_n89Q9IveLnMh-wc=qncZ4ST0qlKmqRcyLFzt_Yaj0rRAQGoyXvWtNb2JKyo=>
>
>
>
> Thanks
>
> Vijay
>
>
>
> *From:* Bharath Thiruveedula 
> *Sent:* Tuesday, July 10, 2018 6:12 AM
> *To:* onap-discuss 
> *Cc:* VENKATESH KUMAR, VIJAY 
> *Subject:* [DCAE]Installation errors while installing TCA in DCAE
>
>
>
> Dear DCAE team,
>
>
>
> In my Amsterdam release setup, tca app went down, so I logged into
> bootstrap container and tried to install tca app using the following
> commands.
>
>
>
> *cfy uninstall -d tca*
>
> *cfy install -p ./blueprints/tca/tca.yaml -b tca -d tca -i
> ../config/tcainputs.yaml --timeout 1800*
>
>
>
> But at the time of installation, I am facing the following error:
>
>
>
> *Uploading blueprint ./blueprints/tca/tca.yaml...*
>
> *Blueprint uploaded. The blueprint's id is tca*
>
> *Processing inputs source: ../config/tcainputs.yaml*
>
> *Creating new deployment from blueprint tca...*
>
> *Deployment created. The deployment's id is tca*
>
> *Executing workflow install on deployment tca [timeout=1800 seconds]*
>
> *Deployment environment creation is in progress...*
>
> *CFY  Starting 'create_deployment_environment' workflow execution*
>
> *CFY  Installing deployment plugins*
>
> *CFY  Sending task 'cloudify_agent.operations.install_plugins'*
>
> *CFY  Task started 'cloudify_agent.operations.install_plugins'*
>
> *CFY  Task succeeded 'cloudify_agent.operations.install_plugins'*
>
> *CFY  Skipping starting deployment policy engine core - no policies
> defined*
>
> *CFY  Creating deployment work directory*
>
> *CFY  'create_deployment_environment' workflow execution succeeded*
>
> *CFY  Starting 'install' workflow execution*
>
> *CFY  [tca_tca_7a433] Creating node*
>
> *CFY  [tca_tca_7a433.create] Sending task
> 'cdapcloudify.cdap_plugin.create'*
>
> *CFY  [tca_tca_7a433.create] Task started
> 'cdapcloudify.cdap_plugin.create'*
>
> *CFY  [tca_tca_7a433.create] Task succeeded
> 'cdapcloudify.cdap_plugin.create'*
>
> *CFY  [tca_tca_7a433] Configuring node*
>
> *CFY  [tca_tca_7a433] Starting node*
>
> *CFY  [tca_tca_7a433.start] Sending task
> 'cdapcloudify.cdap_plugin.deploy_and_start_application'*
>
> *CFY  [tca_tca_7a433.start] Task started
> 'cdapcloudify.cdap_plugin.deploy_and_start_application'*
>
> *CFY  [tca_tca_7a433.start] Task failed
> 'cdapcloudify.cdap_plugin.deploy_and_start_application' -> 400 Client
> Error: Bad Request*
>
> *CFY  'install' workflow execution failed: RuntimeError: Workflow
> failed: Task failed 'cdapcloudify.cdap_plugin.deploy_and_start_application'
> -> 400 Client Error: Bad Request*
>
> *Execution of workflow install for deployment tca failed. [error=Traceback
> (most recent call last):*
>
> *  File
> "/tmp/pip-build-VSTXzc/cloudify-plugins-common/cloudify/dispatch.py", line
> 472, in _remote_workflow_child_thread*
>
> *  File
> "/tmp/pip-build-VSTXzc/cloudify-plugins-common/cloudify/dispatch.py", line
> 504, in _execute_workflow_function*
>
> *  File
> "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py",
> line 27, in install*
>
> *node_instances=set(ctx.node_instances))*
>
> *  File
> "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py",
> line 28, in install_node_instances*
>
> *processor.install()*
>
> *  File
> "/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py",
> line 83, in install*
>
> *graph_finisher_func=self._finish_install)*
>
> *  File
> "/opt/mgmtwor

[onap-discuss] [DCAE]Installation errors while installing TCA in DCAE

2018-07-10 Thread Bharath Thiruveedula via Lists.Onap.Org
Dear DCAE team,

In my Amsterdam release setup, tca app went down, so I logged into
bootstrap container and tried to install tca app using the following
commands.

*cfy uninstall -d tca*

*cfy install -p ./blueprints/tca/tca.yaml -b tca -d tca -i
../config/tcainputs.yaml --timeout 1800*

But at the time of installation, I am facing the following error:

*Uploading blueprint ./blueprints/tca/tca.yaml...*
*Blueprint uploaded. The blueprint's id is tca*
*Processing inputs source: ../config/tcainputs.yaml*
*Creating new deployment from blueprint tca...*
*Deployment created. The deployment's id is tca*
*Executing workflow install on deployment tca [timeout=1800 seconds]*
*Deployment environment creation is in progress...*
*CFY  Starting 'create_deployment_environment' workflow execution*
*CFY  Installing deployment plugins*
*CFY  Sending task 'cloudify_agent.operations.install_plugins'*
*CFY  Task started 'cloudify_agent.operations.install_plugins'*
*CFY  Task succeeded 'cloudify_agent.operations.install_plugins'*
*CFY  Skipping starting deployment policy engine core - no policies
defined*
*CFY  Creating deployment work directory*
*CFY  'create_deployment_environment' workflow execution succeeded*
*CFY  Starting 'install' workflow execution*
*CFY  [tca_tca_7a433] Creating node*
*CFY  [tca_tca_7a433.create] Sending task
'cdapcloudify.cdap_plugin.create'*
*CFY  [tca_tca_7a433.create] Task started
'cdapcloudify.cdap_plugin.create'*
*CFY  [tca_tca_7a433.create] Task succeeded
'cdapcloudify.cdap_plugin.create'*
*CFY  [tca_tca_7a433] Configuring node*
*CFY  [tca_tca_7a433] Starting node*
*CFY  [tca_tca_7a433.start] Sending task
'cdapcloudify.cdap_plugin.deploy_and_start_application'*
*CFY  [tca_tca_7a433.start] Task started
'cdapcloudify.cdap_plugin.deploy_and_start_application'*
*CFY  [tca_tca_7a433.start] Task failed
'cdapcloudify.cdap_plugin.deploy_and_start_application' -> 400 Client
Error: Bad Request*
*CFY  'install' workflow execution failed: RuntimeError: Workflow
failed: Task failed 'cdapcloudify.cdap_plugin.deploy_and_start_application'
-> 400 Client Error: Bad Request*
*Execution of workflow install for deployment tca failed. [error=Traceback
(most recent call last):*
*  File
"/tmp/pip-build-VSTXzc/cloudify-plugins-common/cloudify/dispatch.py", line
472, in _remote_workflow_child_thread*
*  File
"/tmp/pip-build-VSTXzc/cloudify-plugins-common/cloudify/dispatch.py", line
504, in _execute_workflow_function*
*  File
"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/workflows.py",
line 27, in install*
*node_instances=set(ctx.node_instances))*
*  File
"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py",
line 28, in install_node_instances*
*processor.install()*
*  File
"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py",
line 83, in install*
*graph_finisher_func=self._finish_install)*
*  File
"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/plugins/lifecycle.py",
line 103, in _process_node_instances*
*self.graph.execute()*
*  File
"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py",
line 133, in execute*
*self._handle_terminated_task(task)*
*  File
"/opt/mgmtworker/env/lib/python2.7/site-packages/cloudify/workflows/tasks_graph.py",
line 207, in _handle_terminated_task*
*raise RuntimeError(message)*
*RuntimeError: Workflow failed: Task failed
'cdapcloudify.cdap_plugin.deploy_and_start_application' -> 400 Client
Error: Bad Request*

Any help on this?

Best Regards
Bharath T

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

View/Reply Online (#10987): https://lists.onap.org/g/onap-discuss/message/10987
Mute This Topic: https://lists.onap.org/mt/23209651/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][msb] Unable to register SDC in MSB

2018-07-03 Thread bharath thiruveedula
Hi Michael,  Zhao Huabing,


Thanks for the prompt response.


I tried with "/sdc/v1/catalog/services" endpoint  it works! instead of just 
"/sdc/v1"


Best Regards

Bharath T



From: zhao.huab...@zte.com.cn 
Sent: Monday, July 2, 2018 4:56 PM
To: ml6...@intl.att.com; bharath_...@hotmail.com
Cc: onap-discuss@lists.onap.org
Subject: Re: RE: [sdc][msb] Unable to register SDC in MSB


Hi  Bharath,

As Michael mentioned, did you try accessing  SDC api directly via "/sdc/v1" ?

If that url works, the API should be able to be reached via MSB internal API 
gateway at 
"http://$OPENO_IP:10081/api/sdc/v1/{$resource};<http://$OPENO_IP:10081/api/sdc/v1/;>


More information can be found on the wiki: 
https://wiki.onap.org/pages/viewpage.action?pageId=20873883<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwiki.onap.org%2Fpages%2Fviewpage.action%3FpageId%3D20873883=02%7C01%7C%7Cc4605626e0e6408f87b708d5e00f5bca%7C84df9e7fe9f640afb435%7C1%7C0%7C636661278939961097=T6V8wbPTDWGF6nJzUKWkjv3TRVWdiR%2FDHGroYVinYIQ%3D=0>

Best Regards,

Huabing


原始邮件
发件人:Lando,Michael 
收件人:bharath thiruveedula 
抄送人:赵化冰10201488;onap-discuss@lists.onap.org 
日 期 :2018年07月02日 01:06
主 题 :RE: [sdc][msb] Unable to register SDC in MSB

Hi,



I think that your API is missing the basic authentication credentials need to 
access that API.



In addition did you try accessing the api directly with out msb?





















BR,



[Michael Lando]



AT Network Application Development ・ NetCom

Tel Aviv | Tampa | Atlanta | New Jersey |Chicago

・・・

Office: +972 (3) 5451487

Mobile: +972 (54) 7833603

e-mail: michael.la...@intl.att.com<mailto:michael.la...@intl.att.com>



From: bharath thiruveedula 
Sent: Friday, June 29, 2018 21:17
To: onap-discuss@lists.onap.org
Cc: Lando,Michael ; zhao.huab...@zte.com.cn
Subject: [sdc][msb] Unable to register SDC in MSB



Hi



I am trying to register SDC in MSB using Beijing release. I tried to register 
based on the requests mentioned in 
https://git.onap.org/demo/tree/boot/msb_vm_init.sh?h=beijing#n134<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__git.onap.org_demo_tree_boot_msb-5Fvm-5Finit.sh-3Fh-3Dbeijing-23n134%26d%3DDwMFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DFYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY%26m%3DPIMbGW-cMXk1yRB6thkZ1Rvx37T9FKGx9gM_OuabJ7E%26s%3DgPvaJ1lbmuoItKLpcOWzt6EseqKPT7SLtZXJ5wj6gjU%26e%3D=02%7C01%7C%7Cc4605626e0e6408f87b708d5e00f5bca%7C84df9e7fe9f640afb435%7C1%7C0%7C636661278939961097=ADMugFcBJ48bvMVgNyVLXczLd3eCforRE2IFzqj6Wqk%3D=0>
 which  is curl -X POST -H "Content-Type: application/json" -d '{"serviceName": 
"sdc", "version": "v1", "url": "/sdc/v1","protocol": "REST", "nodes": [ {"ip": 
"'$SDC_IP'","port": "8080"}]}' 
"http://$OPENO_IP:10081/api/microservices/v1/services;<https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__-24OPENO-5FIP-3A10081_api_microservices_v1_services-2522%26d%3DDwQFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DFYvXSElfSmWIXOeZxWIxQysejuz9-TXmaL6uftBh8MY%26m%3DPIMbGW-cMXk1yRB6thkZ1Rvx37T9FKGx9gM_OuabJ7E%26s%3Dqwu7s4XiepdWW3uWVefi3bk9vv308S_NdepmHDFEQuA%26e%3D=02%7C01%7C%7Cc4605626e0e6408f87b708d5e00f5bca%7C84df9e7fe9f640afb435%7C1%7C0%7C636661278939961097=Dd48heWp%2BM7XgjEMNUyGEYpez%2Bz4Ry5AvHeOBAwL%2B2s%3D=0>



But when I am trying to access the sdc from MSB, we get 404 not found. Is 
/sdc/v1/ is  the right URL? I can see the sdc2/rest/swagger.json to get swagger 
details. But I am not sure how to register  SDC properly. Am I missing 
something here?



Best Regards

Bharath T


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

View/Reply Online (#10785): https://lists.onap.org/g/onap-discuss/message/10785
Mute This Topic: https://lists.onap.org/mt/22899978/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][msb] Unable to register SDC in MSB

2018-06-29 Thread bharath thiruveedula
Hi


I am trying to register SDC in MSB using Beijing release. I tried to register 
based on the requests mentioned in 
https://git.onap.org/demo/tree/boot/msb_vm_init.sh?h=beijing#n134 which is curl 
-X POST -H "Content-Type: application/json" -d '{"serviceName": "sdc", 
"version": "v1", "url": "/sdc/v1","protocol": "REST", "nodes": [ {"ip": 
"'$SDC_IP'","port": "8080"}]}' 
"http://$OPENO_IP:10081/api/microservices/v1/services;


But when I am trying to access the sdc from MSB, we get 404 not found. Is 
/sdc/v1/ is  the right URL? I can see the sdc2/rest/swagger.json to get swagger 
details. But I am not sure how to register SDC properly. Am I missing something 
here?


Best Regards

Bharath T

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

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



[onap-discuss] [aaf]AAF Queries

2018-05-23 Thread bharath thiruveedula
Hi ,


I am currently exploring AAF. I couldn't find much of the information in the 
wiki to understand the how differenct components fit together. I am following  
https://wiki.onap.org/display/DW/AAF+Installation+Guide which helps  to bring 
up only auth-service containers. But according to the document, I should have 
runaafCli.sh file to get into CLI mode. But the file is missing, even in 
Amsterdam branch.


How AAF could resolve the role dependency for SDC. Like "cs0008" user can 
design and onboard VNF package, how SDC decides who is designer or governor 
etc.,


Is there a script which brings all components up like auth-gui etc.,


Can you help me with these queries?



Best Regards

Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [oom][sdc] SDC-ES pod not reaching running state

2018-04-25 Thread bharath thiruveedula
Hi Mandeep,


Thanks for giving the pointer. I will follow up with the bug.


Best Regards

Bharath T


From: Mandeep Khinda <mandeep.khi...@amdocs.com>
Sent: Wednesday, April 25, 2018 12:05 AM
To: bharath thiruveedula; Michael O'Brien; onap-discuss@lists.onap.org; 
david.sauvag...@bell.ca
Subject: Re: [onap-discuss] [oom][sdc] SDC-ES pod not reaching running state


I am having the same issue.  I just raised 
https://jira.onap.org/browse/SDC-1259<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjira.onap.org%2Fbrowse%2FSDC-1259=02%7C01%7C%7C4e83a0ee87a44fe1ac5f08d5aa12325e%7C84df9e7fe9f640afb435%7C1%7C0%7C636601917490013317=gGzFQPHJFKG5y3cPAScUXFmAiI7fhAYukdfkYVhiHhw%3D=0>
 to track the resolution.



From: <onap-discuss-boun...@lists.onap.org> on behalf of bharath thiruveedula 
<bharath_...@hotmail.com>
Date: Tuesday, April 24, 2018 at 1:31 PM
To: Michael O'Brien <frank.obr...@amdocs.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>, "david.sauvag...@bell.ca" 
<david.sauvag...@bell.ca>
Subject: [onap-discuss] [oom][sdc] SDC-ES pod not reaching running state



Hi ,



I am trying to launch ONAP using OOM master branch. I am facing errors to make 
dev-sdc-es pod in running state. I can see the following error in the log

"FATAL: NoMethodError: undefined method 'each' for "dev-sdc-es.onap": String"



Let me know if you need more info from me.



Best Regards

Bharath T

This message and the information contained herein is proprietary and 
confidential and subject to the Amdocs policy statement,
you may review at 
https://www.amdocs.com/about/email-disclaimer<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.amdocs.com%2Fabout%2Femail-disclaimer=02%7C01%7C%7C4e83a0ee87a44fe1ac5f08d5aa12325e%7C84df9e7fe9f640afb435%7C1%7C0%7C636601917490013317=eah2SYmYlekDtiRW7wQ2sMMesqVpFni5OUVD1Rnksvg%3D=0>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [oom][portal] Couldn't make portal-cassandra to be up

2018-04-24 Thread bharath thiruveedula
Hi OOM team,


I was trying to launch ONAP using OOM master. I am facing following error in 
portal-cassandra.


"Connection error: ('unable to connect to any servers', {'127.0.0.1', 
'Authentication failed('Failed to authenticate to 127.0.0.1: Error from server: 
code 0100 [Bad credentials] message="username and/or password are incorrect",)})

Connection error: ('unable to connect to any servers', {'127.0.0.1',, 
error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error:connecion 
refused")]"


I enabled policy, consul, message-router, sdc, portal, vid components only.


Am I missing something here?


Best Regards

Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [oom][sdc] SDC-ES pod not reaching running state

2018-04-24 Thread bharath thiruveedula
Hi ,


I am trying to launch ONAP using OOM master branch. I am facing errors to make 
dev-sdc-es pod in running state. I can see the following error in the log

"FATAL: NoMethodError: undefined method 'each' for "dev-sdc-es.onap": String"


Let me know if you need more info from me.


Best Regards

Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [dcae]CDAP cluster down

2018-04-20 Thread bharath thiruveedula
Hi  DCAE team,


After 1 month of installation of DCAE, I am now seeing CDAP service as down in 
consul UI. I see that
"Response code to /v3/system/services/status". Inside CDAP master node, I can 
see the error "Reconnect socket error: 
java.nio.channels.ClosedChannelException". Is there a way to restart the node 
services/or further debug it?


Best Regards

Bharath T

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] https://nexus.onap.org is down

2018-04-17 Thread bharath thiruveedula
Hi,

Nexus repo is down. Couldnt access the patches. Need help to make it up

Best Regards
Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Unable to get DNS response from vLB

2018-03-14 Thread bharath thiruveedula
Hi

I am setting up vDNS usecase. I have deployed the 3 VMs. I can check the 
functionality of DNS. But when I am trying to run the command "nslookup 
hos1.dnsdemo.onap.org 192.168.9.111" from pktgen VM, I couldn't get any 
response. Even with "nslookup host1.dnsdemo.onap.org 192.168.10.211".

I can see tappub and tap111 interfaces being created. And I can see packets 
coming to eth3 interface of vlb but not reaching to eth1.

Any help to further debug?



Best Regards

Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [appc]Explicitly unmount vPKTGEN

2018-03-12 Thread bharath thiruveedula
Hi

In vFW usecase is there a way to explicitly unmount the vnf so as to break the 
closed loop?

Best Regards
Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [Policy] Empty policies in Standalone mode

2018-02-20 Thread bharath thiruveedula
Hi Jorge,


Do you mean to run apps-installer file in drools container and restart the 
drools container?

Is that my understanding right?


Best Regards

Bharath T


From: HERNANDEZ-HERRERO, JORGE <jh1...@att.com>
Sent: Tuesday, February 20, 2018 11:53 PM
To: bharath thiruveedula; onap-discuss@lists.onap.org; DRAGOSH, PAM; 
liam.fal...@ericsson.com; Kranthi Guttikonda
Subject: RE: [Policy] Empty policies in Standalone mode


Hi Bharat,



Yes, proxy issue seems like, collecting the dependencies.



Can you try to see you can get out through proxy with linux shell, by running 
this script:

https://git.onap.org/policy/drools-applications/tree/controlloop/packages/apps/src/files/apps-installer<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.onap.org%2Fpolicy%2Fdrools-applications%2Ftree%2Fcontrolloop%2Fpackages%2Fapps%2Fsrc%2Ffiles%2Fapps-installer=02%7C01%7C%7C706eb87887c741b3b8a708d5788f4b68%7C84df9e7fe9f640afb435%7C1%7C0%7C636547479198572822=BDV7prGxtqEkDT8gXhC8N9BAaeHokhUm796VoBjGDx8%3D=0>

If that works, restart pdp-d, that should cached the dependent jars in the 
local maven repo.



Jorge



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, February 20, 2018 12:04 PM
To: HERNANDEZ-HERRERO, JORGE <jh1...@att.com>; onap-discuss@lists.onap.org; 
DRAGOSH, PAM <pdrag...@research.att.com>; liam.fal...@ericsson.com; Kranthi 
Guttikonda <kranthi.guttiko...@b-yond.com>
Subject: Re: [Policy] Empty policies in Standalone mode





Hi Jorge,



I have tried the same with the policy VM in original ONAP setup I got the same 
output. After adding proxy, now I am facing the following error in drools 
container

[name=amsterdam, alive=false, locked=false, droolsController=null]: cannot 
init-drools because of 
org.eclipse.aether.collection.DependencyCollectionException: Failed to collect 
dependencies at 
org.onap.policy-engine.drools.amsterdam:policy-amsterdam-rules:jar:0.1.0 -> 
org.onap.policy.drools-applications:events:jar:1.1.3
java.lang.RuntimeException: 
org.eclipse.aether.collection.DependencyCollectionException: Failed to collect 
dependencies at 
org.onap.policy-engine.drools.amsterdam:policy-amsterdam-rules:jar:0.1.0 -> 
org.onap.policy.drools-applications:events:jar:1.1.3
at 
org.kie.scanner.MavenRepository.getArtifactDependecies(MavenRepository.java:121)
at 
org.kie.scanner.ArtifactResolver.getArtifactDependecies(ArtifactResolver.java:72)
at 
org.kie.scanner.KieRepositoryScannerImpl.buildArtifact(KieRepositoryScannerImpl.java:170)
at 
org.kie.scanner.KieRepositoryScannerImpl.loadArtifact(KieRepositoryScannerImpl.java:127)
at 
org.kie.scanner.KieRepositoryScannerImpl.loadArtifact(KieRepositoryScannerImpl.java:122)
at 
org.drools.compiler.kie.builder.impl.KieRepositoryImpl.loadKieModuleFromMavenRepo(KieRepositoryImpl.java:154)
at 
org.drools.compiler.kie.builder.impl.KieRepositoryImpl.getKieModule(KieRepositoryImpl.java:140)
at 
org.drools.compiler.kie.builder.impl.KieRepositoryImpl.getKieModule(KieRepositoryImpl.java:117)
at 
org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:184)
at 
org.drools.compiler.kie.builder.impl.KieServicesImpl.newKieContainer(KieServicesImpl.java:172)
at org.onap.policy.drools.core.PolicyContainer.(PolicyContainer.java:117)
at org.onap.policy.drools.core.PolicyContainer.(PolicyContainer.java:91)
at 
org.onap.policy.drools.controller.internal.MavenDroolsController.(MavenDroolsController.java:143)
at 
org.onap.policy.drools.controller.IndexedDroolsControllerFactory.build(DroolsControllerFactory.java:412)
at 
org.onap.policy.drools.controller.IndexedDroolsControllerFactory.build(DroolsControllerFactory.java:193)
at 
org.onap.policy.drools.system.internal.AggregatedPolicyController.initDrools(AggregatedPolicyController.java:145)
at 
org.onap.policy.drools.system.internal.AggregatedPolicyController.(AggregatedPolicyController.java:130)
at 
org.onap.policy.drools.system.IndexedPolicyControllerFactory.build(PolicyControllerFactory.java:225)
at 
org.onap.policy.drools.system.PolicyEngineManager.createPolicyController(PolicyEngine.java:563)
at org.onap.policy.drools.system.Main.main(Main.java:134)
Caused by: org.eclipse.aether.collection.DependencyCollectionException: Failed 
to collect dependencies at 
org.onap.policy-engine.drools.amsterdam:policy-amsterdam-rules:jar:0.1.0 -> 
org.onap.policy.drools-applications:events:jar:1.1.3
at 
org.eclipse.aether.internal.impl.DefaultDependencyCollector.collectDependencies(DefaultDependencyCollector.java:291)
at 
org.eclipse.aether.internal.impl.DefaultRepositorySystem.collectDependencies(DefaultRepositorySystem.java:316)
at 
org.kie.scanner.MavenRepository.getArtifactDependecies(MavenRepository.java:119)
... 19 common frames omitted
Caused by: org.eclipse.aether.resolution.ArtifactDescriptorException: Failed to 
read artifact descriptor for 
org.onap.poli

Re: [onap-discuss] [Policy] Empty policies in Standalone mode

2018-02-20 Thread bharath thiruveedula
net<http://java.net/>.SocketTimeoutException: connect timed out
at java.net<http://java.net/>.PlainSocketImpl.socketConnect(Native Method)
at 
java.net<http://java.net/>.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at 
java.net<http://java.net/>.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at 
java.net<http://java.net/>.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net<http://java.net/>.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net<http://java.net/>.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:673)
at 
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:542)
at 
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:412)
at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:179)
at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:328)
at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:612)
at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:447)
at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:884)
at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71)
at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
at 
org.apache.http.impl.client.DecompressingHttpClient.execute(DecompressingHttpClient.java:164)
at 
org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:279)
at 
org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:235)
at 
org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:59)
at 
org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:447)
at 
org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
... 36 common frames omitted



Is it again proxy issue? This error I observed while running "policy stop" in 
update-vfw-op-policy.sh


Do we need proxy in the update-vfw-op-policy.sh also?


Best Regards
Bharath T
________
From: HERNANDEZ-HERRERO, JORGE <jh1...@att.com>
Sent: Tuesday, February 20, 2018 2:28 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org; DRAGOSH, PAM; 
liam.fal...@ericsson.com
Subject: RE: [Policy] Empty policies in Standalone mode


Hello Barath,



This set up may have some limitations with operations that involve DMaaP 
communication, such as the brmsgw and drools pdp when a new operational policy 
is pushed (rules jar) since the DMaaP container is not spawned here.You 
could confirm that this is the case by going into the brmsgw container log 
directory, somewhere under $POLICY_HOME/servers/brmsgw/, it should show some 
communication failure errors pushing an update through the DMaaP channel.



Jorge





From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Monday, February 19, 2018 1:33 PM
To: onap-discuss@lists.onap.org; DRAGOSH, PAM <pdrag...@research.att.com>; 
HERNANDEZ-HERRERO, JORGE <jh1...@att.com>; liam.fal...@ericsson.com
Subject: [Policy] Empty policies in Standalone mode



Hi,



I am trying to setup policy in standalone mode using 
https://wiki.onap.org/display/DW/ONAP+Policy+Framework%3A+Standalone+Quick+Start<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__wiki.onap.org_display_DW_ONAP-2BPolicy-2BFramework-253A-2BStandalone-2BQuick-2BStart%26d%3DDwMFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DAOclne09odx6cmeimzFUhQ%26m%3DiQDS1gAyRbB1QYq4WLn0VO58m-N2Nc_HB5MN3lGAxb8%26s%3DWbUcqwq_BKeRrGetIRY8vTMbIH4V79vG3cfNmrLg9ik%26e%3D=02%7C01%7C%7Ccf4e0dbd192e426cffbe08d577db7f9c%7C84df9e7fe9f640afb435%7C1%7C0%7C636546706977835299=KBPWvLoopIEwe7TnxLaD2sz%2BzTw79qmNBQyvpoE4OGM%3D=0>.
 After making all containers up I tried to run the file 
https://git.onap.org/demo/tree/vnfs/vFW/scripts/update-vfw-op-policy.sh?h=amsterdam<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__git.onap.org_demo_tree_vnfs_vFW_scripts_update-2Dvfw-2Dop-2Dpolicy.sh-3Fh-3Damsterdam%26d%3DDwMFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DAOclne09odx6cmeimzFUhQ%26m%3DiQDS1gAyRbB1QYq4WLn0VO58m-N2Nc_HB5MN3lGAxb8%26s%3DYadvrb6aosTu5Y1qNFVSlyW0JfD_9lhn5a3_cDsy_s4%26e%3D=02%7C01%7C%7Ccf4e0dbd192e426cffbe08d577db7f9c%7C84df9e7fe9f640afb435%7C1%7C0%7C636546706977835299=z%2FtnJDnDCsVUAErIT3Gg0%2BvVNxfYoXueJJtq6aykCsU%3D=0>.
 Then running the below curl request giving the empty list. I cannot get any 
errors in the logs.



curl -v --silent --user @1b3rt:31nst31n -X GET 
ht

[onap-discuss] [Policy] Empty policies in Standalone mode

2018-02-19 Thread bharath thiruveedula
Hi,


I am trying to setup policy in standalone mode using 
https://wiki.onap.org/display/DW/ONAP+Policy+Framework%3A+Standalone+Quick+Start.
 After making all containers up I tried to run the file 
https://git.onap.org/demo/tree/vnfs/vFW/scripts/update-vfw-op-policy.sh?h=amsterdam.
 Then running the below curl request giving the empty list. I cannot get any 
errors in the logs.


curl -v --silent --user @1b3rt:31nst31n -X GET 
http://${POLICY_HOST}:9696/policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam/org.onap.policy.controlloop.Params
 | python -m json.tool



Any help here?Let me know if you need any logs.


Best Regards

Bharath T

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] vFW Closed Loop: Canot capture all the packets in the Graph

2018-02-15 Thread bharath thiruveedula
Got it. Thanks Marco

Best Regards
Bharath T

Get Outlook for iOS

From: onap-discuss-boun...@lists.onap.org  
on behalf of PLATANIA, MARCO (MARCO) 
Sent: Thursday, February 15, 2018 7:37:55 PM
To: Thiruveedula, Bharath; onap-discuss
Subject: Re: [onap-discuss] vFW Closed Loop: Canot capture all the packets in 
the Graph

Hi Bharath,

For your records, the error below is not really an error:

./v_firewall_init.sh: line 67: /var/lib/honeycomb/persist/context/data.json: No 
such file or directory
./v_firewall_init.sh: line 68: /var/lib/honeycomb/persist/config/data.json: No 
such file or directory

It tries to delete any Honeycomb pre-existing state before starting it.

Marco

From: "Thiruveedula, Bharath" 
Date: Thursday, February 15, 2018 at 4:26 AM
To: onap-discuss , "PLATANIA, MARCO (MARCO)" 

Cc: Kranthi Guttikonda , "VENKATESH KUMAR, 
VIJAY" 
Subject: Re: vFW Closed Loop: Canot capture all the packets in the Graph

Hi.

The issue was solved by just rebooting sink VM.

Best Regards
Bharath T

On Wed, Feb 14, 2018 at 8:18 PM, Thiruveedula, Bharath 
> 
wrote:
Hi team,

I am trying to setup closed loop using vFWCL package. I launched both vfwsnk 
and vpg. But I couldn't see the packet flows in the sink graph. The below is 
the screenshot from the sink portal

[nline image 1]

If you see, the packets are being captured(3,417 captured), but only showing 10 
packets.

I logged into Sink VM, and ran tcpdump on eth1 and eth2 interface: Please find 
the logs below:

root@zdfw1fwl01snk01:~# tcpdump -i eth2
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth2, link-type EN10MB (Ethernet), capture size 262144 bytes
14:37:15.612245 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1
14:37:15.618444 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1
14:37:15.632497 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1
14:37:15.633028 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1
14:37:15.633882 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1
14:37:15.637333 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1
14:37:15.641411 IP 192.168.10.200.15320 > 192.168.20.250.http-alt: UDP, bad 
length 120 > 1



root@zdfw1fwl01snk01:~# tcpdump -i eth1
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 262144 bytes
14:39:48.313554 ARP, Request who-has 192.168.20.250 tell 
is008820.domain.com,
 length 46
14:39:48.319791 ARP, Request who-has 192.168.20.250 tell 
is008820.domain.com,
 length 46
14:39:48.333847 ARP, Request who-has 192.168.20.250 tell 
is008820.domain.com,
 length 46
14:39:48.335237 ARP, Request who-has 192.168.20.250 tell 

Re: [onap-discuss] http://:667 Site Can't Be Reached - Debug

2018-02-15 Thread bharath thiruveedula
Hi Stephen

To just give initial pointers to debug, the service that is running in sink VM 
and which is listening on 667 port is darkstat. As you might know, darkstat is 
network traffic monitoring tool. In this usecase it monitors packets coming to 
eth1 interface. Can you check whether darkstat is installed properly or not? If 
installed properly, then can you check the status?

And see any errors in cloud init output(/var/log/cloud-init-output.log) in sink 
vm?

Best Regards
Bharath T

Get Outlook for iOS

From: onap-discuss-boun...@lists.onap.org  
on behalf of Gooch, Stephen 
Sent: Friday, February 16, 2018 1:47:30 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] http://:667 Site Can't Be Reached 
- Debug

Hello,

After deploying the vFWCL demo, all three VMs are active and respond to a ping 
from external network.  However when attempting to look at the SNK VM’s graph 
on port :667, nothing is displayed.

Is there a procedure for debugging the lack of html service on port 667?

Br,
- Stephen

Stephen Gooch | Senior Member of Technical Staff | Wind River
+1.510.965.7909 , Skype ID: Stephen.gooch

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Cannot get policies after running update-vfw-op-policy.sh in closed loop creation

2018-02-15 Thread bharath thiruveedula
Hi,


I am trying to setup closed loop for vFWCL. I have been following ONAP 
Amsterdam vFW Closed Loop 
Demo to 
complete closed loop. For updating the policies, I supposed to run the script 
https://git.onap.org/demo/tree/vnfs/vFW/scripts/update-vfw-op-policy.sh?h=amsterdam.
 But after running the script I cannot see the rules that were added. below is 
the log from that script


Removing the vFW Policy from PDP..
* Trying 10.0.6.1...
* upload completely sent off: 133 out of 133 bytes
< HTTP/1.1 200 OK
< Server: Apache-Coyote/1.1
< Content-Type: text/plain;charset=ISO-8859-1
< Content-Length: 91
< Date: Thu, 15 Feb 2018 16:04:06 GMT
<
* Connection #0 to host 10.0.6.1 left intact
Transaction ID: f40e86ba-6e3c-4757-88d9-7e1786973a3d --The policy was 
successfully deleted.

Updating vFW Operational Policy ..

Transaction ID: f91e7b12-f248-441e-894a-f6fa3cbf2645 --Policy with the name 
com.Config_BRMS_Param_BRMSParamvFirewall.3.xml was successfully updated.

Pushing the vFW Policy ..


Transaction ID: dc5466f9-cfcf-4cee-bb4e-d1cd77ac1dd8 --Policy 
'com.Config_BRMS_Param_BRMSParamvFirewall.3.xml' was successfully pushed to the 
PDP group 'default'.

Restarting PDP-D ..

root@10.0.6.1's password:
[drools-pdp-controllers]
L []: Stopping Policy Management... Policy Management (pid=5795) is stopping... 
Policy Management has stopped.
[drools-pdp-controllers]
L []: Policy Management (pid 6046) is running

PDP-D amsterdam maven coordinates ..

* Trying 10.0.6.1...
* Connected to 10.0.6.1 (10.0.6.1) port 9696 (#0)
* Server auth using Basic with user '@1b3rt'
> GET /policy/pdp/engine/controllers/amsterdam/drools HTTP/1.1
> Host: 10.0.6.1:9696
> Authorization: Basic QDFiM3J0OjMxbnN0MzFu
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Thu, 15 Feb 2018 16:05:56 GMT
< Content-Type: application/json
< Content-Length: 231
< Server: Jetty(9.3.14.v20161028)
<
{ [231 bytes data]
* Connection #0 to host 10.0.6.1 left intact
{
"alive": false,
"artifactId": "NO-ARTIFACT-ID",
"brained": false,
"canonicalSessionNames": [],
"container": null,
"groupId": "NO-GROUP-ID",
"locked": false,
"recentSinkEvents": [],
"recentSourceEvents": [],
"sessionNames": [],
"version": "NO-VERSION"
}

PDP-D control loop updated ..

* Trying 10.0.6.1...
* Connected to 10.0.6.1 (10.0.6.1) port 9696 (#0)
* Server auth using Basic with user '@1b3rt'
> GET 
> /policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam/org.onap.policy.controlloop.Params
>  HTTP/1.1
> Host: 10.0.6.1:9696
> Authorization: Basic QDFiM3J0OjMxbnN0MzFu
> User-Agent: curl/7.47.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Thu, 15 Feb 2018 16:05:56 GMT
< Content-Type: application/json
< Content-Length: 2
< Server: Jetty(9.3.14.v20161028)
<
{ [2 bytes data]
* Connection #0 to host 10.0.6.1 left intact
[]


Let me know if you need any additional logs


Best Regards

Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [E] [DCAGEN2] Proxied DNS Designate only with Multicloud Titanium

2018-01-31 Thread bharath thiruveedula

Hi Lusheng,

Sure. Thanks for the confirmation.

>>By the way, there is a deployment of ONAP w DCAE by Heat template in the 
>>Pod25 Integration lab, in the DCAE tenant.  If you have access to the 
>>Integration lab, you can access this instance to see an example of those 
>>values.

I will get more details about Pod25 integration lab and I will check the values.

Best Regards
Bharath T


From: onap-discuss-boun...@lists.onap.org  
on behalf of JI, LUSHENG (LUSHENG) 
Sent: Wednesday, January 31, 2018 11:03 PM
To: Thiruveedula, Bharath; Alexis de Talhouët
Cc: onap-discuss; Talari Nehemiah Vara, Vara (Nokia - US/Irving)
Subject: Re: [onap-discuss] [E] [DCAGEN2] Proxied DNS Designate only with 
Multicloud Titanium


Bharath,



The dnsaas_* parameters are all related to the proxy-ed Designate.  In the 
current proxy implementation, the “surrogate” tenant needs to have the same 
values for both the region and tenant name as the actual deployment tenant 
(despite that there are separate sets of configuration parameters, which was 
because there was a plan to make things less restrictive to permit different 
names, which was not done in R1).



By the way, there is a deployment of ONAP w DCAE by Heat template in the Pod25 
Integration lab, in the DCAE tenant.  If you have access to the Integration 
lab, you can access this instance to see an example of those values.



Thanks,

Lusheng





From:  on behalf of "Thiruveedula, Bharath 
via onap-discuss" 
Reply-To: "Thiruveedula, Bharath" 
Date: Wednesday, January 31, 2018 at 11:26 AM
To: Alexis de Talhouët 
Cc: onap-discuss , "Talari Nehemiah Vara, Vara 
(Nokia - US/Irving)" 
Subject: Re: [onap-discuss] [E] [DCAGEN2] Proxied DNS Designate only with 
Multicloud Titanium



Hi Alexis,



That's the document that helped me to start. But the region name issue is not 
mentioned in that document. Anyways I will update the document.



Thanks Alexis



Best Regards

Bharath T



On Wed, Jan 31, 2018 at 9:02 PM, Alexis de Talhouët 
> wrote:

Hi,



Please refer to this page where all the parameters are explained: 
http://onap.readthedocs.io/en/latest/submodules/dcaegen2.git/docs/sections/installation_heat.html



Thanks,

Alexis





On Jan 31, 2018, at 9:46 AM, Kumar Skand Priya, Viswanath V 
>
 wrote:



Probably due to the assumption that, DCAE's openstack happens to be the same as 
Designate's openstack in a typical setup. Since we introduced proxy designate, 
this assumption is now invalidated. Good Catch Bharath!



BR,

Viswa




[mage removed by 
sender.]



Viswanath Kumar Skand Priya

Architect

Verizon India ( VDSI )





On Wed, Jan 31, 2018 at 8:05 PM, Thiruveedula, Bharath 
> 
wrote:

Hi ,



As per the code in "dnsdesig/dns_plugin.py" in  boot container, it expects the 
"dns"  service in endpoints with the same region name as DCAE_REGION. So the 
region name and tenant name of both the openstack should be same. It worked for 
me.



Best Regards

Bharath T



On Wed, Jan 31, 2018 at 5:33 PM, Thiruveedula, Bharath 
> 
wrote:

Hi Alexis,



(Sorry Ramu for hijacking the mail)



I am also facing the same error.



The parameter you are referring "dcae_keystone_url" is the value in 
/opt/config/keystone_url.txt?



First of all, let me clear you that I am trying t install DCAEGEN2 using heat 
way not the OOM approach. Though the 

Re: [onap-discuss] [AAI] Unable to add "getQueryList" namedquery

2018-01-24 Thread bharath thiruveedula
Hi James,


I can see "inmemory" in target/* properties files.I changed it to cassandra. It 
worked!


Thanks a lot!


Best Regards

Bharath T


From: FORSYTH, JAMES <jf2...@att.com>
Sent: Thursday, January 25, 2018 1:27 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [AAI] Unable to add "getQueryList" namedquery


Hi, Bharath,



Is your traversal service connected to the same instance of the graph?  I would 
expect that named-query to work based on what you have below, so it could be 
that your traversal service is pointing at a different or inmemory graph or you 
need to set the Real-Time header on the named-query POST.



Thanks,

jimmy



From: bharath thiruveedula <bharath_...@hotmail.com>
Date: Wednesday, January 24, 2018 at 2:45 PM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>, HARISH V KAJUR <vk2...@att.com>
Subject: Re: [AAI] Unable to add "getQueryList" namedquery



Hi James



Yes I am using Cassandra locally



Best Regards

Bharath T



Get Outlook for 
iOS<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__aka.ms_o0ukef%26d%3DDwMF-g%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DOej6QUk5p2KdqNEWySpOHA%26m%3DXV0JX8j5PbKAwud1WGqZUseapjdNAf7btdghanCRVYE%26s%3DghbvmhgMLct_UUct34Opvm22oDwRq1q2d7IezlX2b2A%26e%3D=02%7C01%7C%7C4cc69730d6c742e4b0b908d56364c761%7C84df9e7fe9f640afb435%7C1%7C0%7C636524206854223994=PzCmoIqCOzXCxLvTq%2BcxZhF1qF9Btcgxl8FTIe78QkA%3D=0>



From: FORSYTH, JAMES <jf2...@att.com>
Sent: Thursday, January 25, 2018 1:13:56 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [AAI] Unable to add "getQueryList" namedquery



Bharath,



Are you using Cassandra locally?  Sometimes if your config is set to 
“inmemory”, even after you have updated an object on one service it won’t 
appear in the other.  \



Thanks,

jimmy



From: bharath thiruveedula <bharath_...@hotmail.com>
Date: Wednesday, January 24, 2018 at 2:41 PM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>, HARISH V KAJUR <vk2...@att.com>
Subject: Re: [AAI] Unable to add "getQueryList" namedquery



Hi James,



I solved this issue by adding the header "Real-Time: true"



But while searching for named-query, I again face node not found error:









SVC3001

Resource not found for %1 using id %2 (msg=%3) (ec=%4)



POST Search

getNamedQueryResponse

Node Not Found:Node could not be found for nodeType = 
[named-query], propertyName = [named-query-uuid], propertyValue = 
[0367193e-c785-4d5f-9cb8-7bc89dc9ddb7]



ERR.5.4.6114













I ran the query for 
"https://127.0.0.1:8443/aai/v11/service-design-and-creation/named-queries<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__nam03.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252F127.0.0.1-253A8443-252Faai-252Fv11-252Fservice-2Ddesign-2Dand-2Dcreation-252Fnamed-2Dqueries-26data-3D02-257C01-257C-257Cfefb8c08f54f41fd9a7c08d56362dc20-257C84df9e7fe9f640afb435-257C1-257C0-257C636524198605228042-26sdata-3D2zpwoZpekkMT-252BmrXIJDJcnmfFLsy829TydhQV1koiO0-253D-26reserved-3D0%26d%3DDwMF-g%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DOej6QUk5p2KdqNEWySpOHA%26m%3DXV0JX8j5PbKAwud1WGqZUseapjdNAf7btdghanCRVYE%26s%3DBiCq2qMZKOPhEEwVrBcztogNaj8k5Y-hN-sPVoMKrd4%26e%3D=02%7C01%7C%7C4cc69730d6c742e4b0b908d56364c761%7C84df9e7fe9f640afb435%7C1%7C0%7C636524206854223994=K6qLz9VScHnAYyd5wX%2FeCogvQmCOQiVPE0qJh1i%2Fu%2FA%3D=0>"
 and I got the expected response as:



http://org.openecomp.aai.inventory/v11;><https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__nam03.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttp-2D3A-5F-5Forg.openecomp.aai.inventory-5Fv11-2D2522-2D253E-2526d-253DDwQFAw-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253DOej6QUk5p2KdqNEWySpOHA-2526m-253DiSV5XyHp9ykCVtcxfZj6HBrttU681ZBftZmkViz4yNk-2526s-253D6OcmPQGGKhZqWG3MCp-5FNDn5cfJXvNnqTV8VGLePLE90-2526e-253D-26data-3D02-257C01-257C-257Cfefb8c08f54f41fd9a7c08d56362dc20-257C84df9e7fe9f640afb435-257C1-257C0-257C636524198605228042-26sdata-3Dl9E3tQfzCa7Tt6h98iVA1c0S5Vvz4YdW05F3rCr3rUk-253D-26reserved-3D0%26d%3DDwMF-g%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DOej6QUk5p2KdqNEWySpOHA%26m%3DXV0JX8j5PbKAwud1WGqZUseapjdNAf7btdghanCRVYE%26s%3DKPIDA3dlLmqOKmWsW4PIShIqk

Re: [onap-discuss] [AAI] Unable to add "getQueryList" namedquery

2018-01-24 Thread bharath thiruveedula
Hi James

Yes I am using Cassandra locally

Best Regards
Bharath T

Get Outlook for iOS<https://aka.ms/o0ukef>

From: FORSYTH, JAMES <jf2...@att.com>
Sent: Thursday, January 25, 2018 1:13:56 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [AAI] Unable to add "getQueryList" namedquery

Bharath,

Are you using Cassandra locally?  Sometimes if your config is set to 
“inmemory”, even after you have updated an object on one service it won’t 
appear in the other.  \

Thanks,
jimmy

From: bharath thiruveedula <bharath_...@hotmail.com>
Date: Wednesday, January 24, 2018 at 2:41 PM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>, HARISH V KAJUR <vk2...@att.com>
Subject: Re: [AAI] Unable to add "getQueryList" namedquery


Hi James,



I solved this issue by adding the header "Real-Time: true"



But while searching for named-query, I again face node not found error:




SVC3001
Resource not found for %1 using id %2 (msg=%3) (ec=%4)

POST Search
getNamedQueryResponse
Node Not Found:Node could not be found for nodeType = 
[named-query], propertyName = [named-query-uuid], propertyValue = 
[0367193e-c785-4d5f-9cb8-7bc89dc9ddb7]

ERR.5.4.6114








I ran the query for 
"https://127.0.0.1:8443/aai/v11/service-design-and-creation/named-queries<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2F127.0.0.1%3A8443%2Faai%2Fv11%2Fservice-design-and-creation%2Fnamed-queries=02%7C01%7C%7Cfefb8c08f54f41fd9a7c08d56362dc20%7C84df9e7fe9f640afb435%7C1%7C0%7C636524198605228042=2zpwoZpekkMT%2BmrXIJDJcnmfFLsy829TydhQV1koiO0%3D=0>"
 and I got the expected response as:

http://org.openecomp.aai.inventory/v11;><https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__org.openecomp.aai.inventory_v11-2522-253E%26d%3DDwQFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DOej6QUk5p2KdqNEWySpOHA%26m%3DiSV5XyHp9ykCVtcxfZj6HBrttU681ZBftZmkViz4yNk%26s%3D6OcmPQGGKhZqWG3MCp_NDn5cfJXvNnqTV8VGLePLE90%26e%3D=02%7C01%7C%7Cfefb8c08f54f41fd9a7c08d56362dc20%7C84df9e7fe9f640afb435%7C1%7C0%7C636524198605228042=l9E3tQfzCa7Tt6h98iVA1c0S5Vvz4YdW05F3rCr3rUk%3D=0>


0367193e-c785-4d5f-9cb8-7bc89dc9ddb7
get-component-list
1.1
Named Query - Get Component List
1516820998664




Best Regards

Bharath T

____
From: onap-discuss-boun...@lists.onap.org <onap-discuss-boun...@lists.onap.org> 
on behalf of bharath thiruveedula <bharath_...@hotmail.com>
Sent: Tuesday, January 23, 2018 6:10 AM
To: FORSYTH, JAMES; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [onap-discuss] [AAI] Unable to add "getQueryList" namedquery


Hi Jimmy,



I got the following XML  as output for GET 
"/aai/v11/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32"





http://org.openecomp.aai.inventory/v11;><https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__org.openecomp.aai.inventory_v11-2522-253E%26d%3DDwQFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DOej6QUk5p2KdqNEWySpOHA%26m%3DiSV5XyHp9ykCVtcxfZj6HBrttU681ZBftZmkViz4yNk%26s%3D6OcmPQGGKhZqWG3MCp_NDn5cfJXvNnqTV8VGLePLE90%26e%3D=02%7C01%7C%7Cfefb8c08f54f41fd9a7c08d56362dc20%7C84df9e7fe9f640afb435%7C1%7C0%7C636524198605228042=l9E3tQfzCa7Tt6h98iVA1c0S5Vvz4YdW05F3rCr3rUk%3D=0>

80b712fd-0ad3-4180-a99c-8c995cf1cc32
widget
1516667644133


Attached the POSTMAN screenshots


Best Regards
Bharath T


From: FORSYTH, JAMES <jf2...@att.com>
Sent: Tuesday, January 23, 2018 3:11 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [AAI] Unable to add "getQueryList" namedquery


Hi, Bharath,



If you do a search for 
/aai/v11/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32,
 what do you get?



Thanks,

jimmy



From: bharath thiruveedula <bharath_...@hotmail.com>
Date: Sunday, January 21, 2018 at 10:54 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>, HARISH V KAJUR 
<vk2...@att.com>, "FORSYTH, JAMES" <jf2...@att.com>
Subject: [AAI] Unable to add "getQueryList" namedquery



Hi AAI team,



I am trying to setup development environment of AAI using 
"https://wiki.onap.org/pages/viewpage.action?pageId=10782088<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__nam03.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-25

Re: [onap-discuss] [AAI] Unable to add "getQueryList" namedquery

2018-01-24 Thread bharath thiruveedula
Hi James,



I solved this issue by adding the header "Real-Time: true"


But while searching for named-query, I again face node not found error:





SVC3001
Resource not found for %1 using id %2 (msg=%3) (ec=%4)

POST Search
getNamedQueryResponse
Node Not Found:Node could not be found for nodeType = 
[named-query], propertyName = [named-query-uuid], propertyValue = 
[0367193e-c785-4d5f-9cb8-7bc89dc9ddb7]

ERR.5.4.6114







I ran the query for 
"https://127.0.0.1:8443/aai/v11/service-design-and-creation/named-queries; and 
I got the expected response as:


http://org.openecomp.aai.inventory/v11;>


0367193e-c785-4d5f-9cb8-7bc89dc9ddb7
get-component-list
1.1
Named Query - Get Component List
1516820998664




Best Regards

Bharath T


From: onap-discuss-boun...@lists.onap.org <onap-discuss-boun...@lists.onap.org> 
on behalf of bharath thiruveedula <bharath_...@hotmail.com>
Sent: Tuesday, January 23, 2018 6:10 AM
To: FORSYTH, JAMES; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [onap-discuss] [AAI] Unable to add "getQueryList" namedquery


Hi Jimmy,


I got the following XML  as output for GET 
"/aai/v11/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32"




http://org.openecomp.aai.inventory/v11;>

80b712fd-0ad3-4180-a99c-8c995cf1cc32
widget
1516667644133


Attached the POSTMAN screenshots


Best Regards
Bharath T



From: FORSYTH, JAMES <jf2...@att.com>
Sent: Tuesday, January 23, 2018 3:11 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org; KAJUR, HARISH V
Subject: Re: [AAI] Unable to add "getQueryList" namedquery


Hi, Bharath,



If you do a search for 
/aai/v11/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32,
 what do you get?



Thanks,

jimmy



From: bharath thiruveedula <bharath_...@hotmail.com>
Date: Sunday, January 21, 2018 at 10:54 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>, HARISH V KAJUR 
<vk2...@att.com>, "FORSYTH, JAMES" <jf2...@att.com>
Subject: [AAI] Unable to add "getQueryList" namedquery



Hi AAI team,



I am trying to setup development environment of AAI using 
"https://wiki.onap.org/pages/viewpage.action?pageId=10782088<https://nam03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D10782088%26d%3DDwMFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3DOej6QUk5p2KdqNEWySpOHA%26m%3DPzIk9jeOPSkmW0vqKe7uqDOVlgLLyZMNSSZxEjvwshI%26s%3DvBT75eIRqTvGIB5BJ1dOYUtKnhf7ZEsO3puP5Fn-VZw%26e%3D=02%7C01%7C%7C2ca14eef57274b297b0308d561e0eeb4%7C84df9e7fe9f640afb435%7C1%7C0%7C636522541058130344=dRq%2FlWWZsWOFWYGGk01LLHYEq10ZcqRmTawH0gwU5fo%3D=0>".
 I ran AddWidgets json in the POSTMAN. But while adding "getQueryList" 
namedquery, i got the following error:



2018-01-22T03:43:22.143+|2018-01-22T03:43:22.182+|36935cd3-8724-4ff3-9540-a1410be9c511||qtp564413599-33||PUT
 
/aai/v11/service-design-and-creation/named-queries/named-query/0367193e-c785-4d5f-9cb8-7bc89dc9ddb7|jimmy-postman|ERROR|404|Error
 making edge to target node:3003:Not Found:Node of type model. Could not find 
object at: 
/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32||WARN||127.0.1.1|0|bharath-hp||org.onap.aai.rest.LegacyMoxyConsumer|||co=:Rolling
 back Titan transaction



I have checked the model corresponding to named-query , it exists. Do I missing 
anything here?





Best Regards

Bharath T














___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [AAI] Unable to add "getQueryList" namedquery

2018-01-21 Thread bharath thiruveedula
Hi AAI team,


I am trying to setup development environment of AAI using 
"https://wiki.onap.org/pages/viewpage.action?pageId=10782088;. I ran AddWidgets 
json in the POSTMAN. But while adding "getQueryList" namedquery, i got the 
following error:


2018-01-22T03:43:22.143+|2018-01-22T03:43:22.182+|36935cd3-8724-4ff3-9540-a1410be9c511||qtp564413599-33||PUT
 
/aai/v11/service-design-and-creation/named-queries/named-query/0367193e-c785-4d5f-9cb8-7bc89dc9ddb7|jimmy-postman|ERROR|404|Error
 making edge to target node:3003:Not Found:Node of type model. Could not find 
object at: 
/service-design-and-creation/models/model/80b712fd-0ad3-4180-a99c-8c995cf1cc32||WARN||127.0.1.1|0|bharath-hp||org.onap.aai.rest.LegacyMoxyConsumer|||co=:Rolling
 back Titan transaction

I have checked the model corresponding to named-query , it exists. Do I missing 
anything here?


Best Regards
Bharath T







___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] How to test the vFW configuration and deployment

2018-01-09 Thread bharath thiruveedula
Hi

I have followed the instructions at [1] to deploy vFW usecase in non closed 
loop environment. But I am wondering how to test configuration and 
functionality of vFW use case ?  Can anyone give some pointers where I find the 
steps to test the functionality/configuration of vFW?

[1]https://wiki.onap.org/display/DW/running+vFW+Demo+on+ONAP+Amsterdam+Release

Best Regards
Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [SDNC] aic-cloud-region, regionone not found in AAI

2018-01-04 Thread bharath thiruveedula
ilter.executeChain(AbstractShiroFilter.java:449)[264:org.apache.shiro.web:1.3.2]
at 
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)[264:org.apache.shiro.web:1.3.2]
at 
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)[263:org.apache.shiro.core:1.3.2]
at 
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)[263:org.apache.shiro.core:1.3.2]
at 
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)[263:org.apache.shiro.core:1.3.2]
at 
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)[264:org.apache.shiro.web:1.3.2]
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)[264:org.apache.shiro.web:1.3.2]
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1478)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:69)[230:org.ops4j.pax.web.pax-web-jetty:3.2.9]
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:240)[230:org.ops4j.pax.web.pax-web-jetty:3.2.9]
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:427)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:75)[230:org.ops4j.pax.web.pax-web-jetty:3.2.9]
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.Server.handle(Server.java:370)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:984)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1045)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:236)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.io<http://org.eclipse.jetty.io/>.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.io<http://org.eclipse.jetty.io/>.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)[221:org.eclipse.jetty.aggregate.jetty-all-server:8.1.19.v20160209]
at java.lang.Thread.run(Thread.java:748)[:1.8.0_151]
2018-01-04 09:04:16,391 | ERROR | 1 (block) | Returned FAILED for 
vnf-topology-operation [da1cbd34-bce6-4b6d-af71-e82507f9676f] 
VnfTopologyOperationOutput [_ackFinalIndicator=Y, _responseCode=500, 
_responseMessage=Invalid index values [0,], 
_svcRequestId=cf

Re: [onap-discuss] aic-cloud-region,regionone not found in AAI

2018-01-03 Thread bharath thiruveedula
I see, then robot scripts should also follow same nomenclature? I will retry 
with CloudOwner in both AAI and DG


Best Regards
Bharath T

Get Outlook for iOS<https://aka.ms/o0ukef>

From: FREEMAN, BRIAN D <bf1...@att.com>
Sent: Thursday, January 4, 2018 12:55:26 AM
To: bharath thiruveedula; onap-discuss@lists.onap.org
Subject: RE: aic-cloud-region,regionone not found in AAI

cloud-owner has to be “CloudOwner” not Openstack in AAI.

Your DG’s in SDNC should be usineg“CloudOwner” as the cloud-owner in the AAI 
query if you are installing the correct version.

Brian


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of bharath thiruveedula
Sent: Wednesday, January 03, 2018 2:21 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] aic-cloud-region,regionone not found in AAI


Hi

when I am trying to add vf-module I get the following error:

"requestId": "bb620729-e3a8-4b7b-a8d4-553a545d4e1e",

"requestType": "createInstance",

"timestamp": undefined,

"requestState": "FAILED",

"requestStatus": "Received error from SDN-C: aic-cloud-region,RegionOne not 
found in AAI",

"precentProgress": "100"



01/03/18 10:34:44 HTTP Status: Accepted (202)

{

  "requestReferences": {

"instanceId": "53565846-ae4b-4de3-8dc5-b02bf8382caa",

"requestId": "bb620729-e3a8-4b7b-a8d4-553a545d4e1e"

  }

}

I can see the RegionOne in AAI by using the following command

curl -k --user AAI:AAI -X GET -H "Accept: application/json" -H "Content-Type: 
application/json" -H "X-TransactionId: robot-ete-1234" -H "X-FromAppId: 
robot-ete"  
https://aai.api.simpledemo.openecomp.org:8443/aai/v11/cloud-infrastructure/cloud-regions<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__aai.api.simpledemo.openecomp.org-3A8443_aai_v11_cloud-2Dinfrastructure_cloud-2Dregions%26d%3DDwMFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DyFXbFgdYNVlfKiU2KPtWXSDPkwSdU10TFlnzpLsYskg%26s%3DymEaKuEBt-hWDCqQpdOjgQhFA5dsHlTvwVIeC40DWAc%26e%3D=02%7C01%7C%7Cf956535c515c45f929ab08d552dfcb0c%7C84df9e7fe9f640afb435%7C1%7C0%7C636506043493974383=%2FMfrnADzZvWx24%2B9YrU2EfT2TTNzHoh6ygAgjsizBA4%3D=0>
 | python -m json.tool

{
"cloud-region": [
{
"cloud-owner": "openstack",
"cloud-region-id": "RegionOne",
"cloud-region-version": "v2.5",
"cloud-type": "openstack",
"cloud-zone": "cloud zone",
"owner-defined-type": "owner type",
"resource-version": "1514977504633",
"sriov-automation": false
},
{
"cloud-owner": "openstack",
"cloud-region-id": "regionOne",
"cloud-region-version": "v1",
"cloud-type": "SharedNode",
"cloud-zone": "CloudZone",
"owner-defined-type": "OwnerType",
"resource-version": "1514977301474",
"sriov-automation": false
}
]
}

Also, I tried to debug, from where the error is being reported, I can see the 
error message raising from [1]. But if we see [2] SDNC checks for cloud-owner 
to be "att-aic"(in my SDNC VM it was set to "CloudOwner") and cloud-region to 
the region set in the request. Do we need to register cloud-owner as 
"att-aic"/"CloudOwner" in AAI everytime? Or will it be overridden?

Am i missing something here?



Best Regards

Bharath T



[1]https://gerrit.onap.org/r/gitweb?p=sdnc/oam.git;a=blob;f=platform-logic/vnfapi/src/main/xml/VNF-API_vnf-topology-automated-assign-vfmodule.xml;hb=e80ea1d0ad5b2ec68f7de1b105352f85f65b847d#l34<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__gerrit.onap.org_r_gitweb-3Fp-3Dsdnc_oam.git-3Ba-3Dblob-3Bf-3Dplatform-2Dlogic_vnfapi_src_main_xml_VNF-2DAPI-5Fvnf-2Dtopology-2Dautomated-2Dassign-2Dvfmodule.xml-3Bhb-3De80ea1d0ad5b2ec68f7de1b105352f85f65b847d-23l34%26d%3DDwMFAw%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3DyFXbFgdYNVlfKiU2KPtWXSDPkwSdU10TFlnzpLsYskg%26s%3DdmktAED6oX5lTX-RL6uuIMjRIuGeqm-GkVUUnmEqRXg%26e%3D=02%7C01%7C%7Cf956535c515c45f929ab08d552dfcb0c%7C84df9e7fe9f640afb435%7C1%7C0%7C636506043493974383=t16PC%2B1pzvRk%2FZzM%2FHV6UWlqJgV8Mt94RgZBVRnPkok%3D=0>

[2]https://gerrit.onap.org/r/gitweb?p=sdnc/oam.git;a=blob;f=platform-logic/vnfapi/src/main/xml/VNF-API_vnf-topology-automated-assign-vfmodule.xml;hb=e80ea1d0ad5b2ec68f7de1b105352f85f65b847d#l26<https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv

[onap-discuss] MSO error while deploying service models

2017-12-14 Thread bharath thiruveedula
I am trying ONAP Amsterdam setup. I have distrubuted vFW service model using 
sdc. Now when I try to deploy that service model, I am following error in VID 
portal(can't upload screenshot)

MSO failure - see log below for details

"requestId": "071c8301-9dc0-4a7f-8404-5195a0bb632a",
"requestType": "createInstance",
"timestamp": undefined,
"requestState": "FAILED",
"requestStatus": "SVC3001Resource not found for %1 using id %2 (msg=%3) 
(ec=%4)PUTbusiness/customers/customer/Demonstration3/service-subscriptions/service-subscription/vFW/service-instances/service-instance/90a0f2ce-7ca2-432f-96bf-740977f7bee6Node
 Not Found:object located at 
service-design-and-creation/models/model/12ec022c-0bf2-4e38-89db-977ffaeddf64/model-vers/model-ver/08cd5df4-17f8-49ee-b5b7-2ded65f4#model-version
 not foundERR.5.4.6114",
"precentProgress": "100"

12/14/17 08:24:46 HTTP Status: Accepted (202)
{
"requestReferences": {
"instanceId": "90a0f2ce-7ca2-432f-96bf-740977f7bee6",
"requestId": "071c8301-9dc0-4a7f-8404-5195a0bb632a"
}
}


I have created service in AAI based on the steps mentioned in running vFW Demo 
on ONAP Amsterdam 
Release.
 I followed steps till 12 in the previous link.

Am I missing any step here?
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [E] ONAP v1.0 Vanilla Openstack SDC VM is not responding

2017-09-02 Thread bharath thiruveedula

Hi Ganesh,


If you see the heat template  for the VMs with ubuntu 16.04 image, we are 
trying to change the network interface name to eth0. Once the installation is 
done, it reboots. After that, in my case too, the network interface is not up. 
So we commented that part (which renames the network interface) in the heat 
template and created the stack.


WARNING: you have to make sure, you change the "eth0" to correct net iface name 
in the scripts

Best Regards
Bharath T


From: onap-discuss-boun...@lists.onap.org  
on behalf of Ganesh Kaila 
Sent: Saturday, September 2, 2017 7:30 PM
To: Kumar Skand Priya, Viswanath V
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [E] ONAP v1.0 Vanilla Openstack SDC VM is not 
responding

Hi Viswa,

Thanks for your reply.

I could SSH into that machine vm1-sdc when the heat deployment finished. I am 
able to see the portal page after 1 hour 15 minutes of the deployment. By that 
time, I am loosing the access to the machines which are spinned with Ubuntu 
16.04 image like vm1-sdc, vm1-mso, vm1-robot machines.

FYI, I have allowed ICMP,  TCP 22, 8989, 8080, 8443, 3306 ports for now 
explicitly.


Thanks,
Ganesh

On Sat, Sep 2, 2017 at 6:55 PM, Kumar Skand Priya, Viswanath V 
>
 wrote:
Ganesh,

In the YAML template you would be using Ubuntu 16.04 / 14.04 cloud
images which will have password based SSH login disabled by default.
You may need to use the keypair that you mentioned in onap_key var.

Once you get into SDC VM, try to get status of docker containers by
using sudo docker ps -a, and verify all the components of SDC are up (
FE, BE, DB etc.. )

W.r.t ICMP, check your security group whether ICMP egress / ingress is
allowed. Do the same check for SSH as well. As a WA, try getting
inside console directly.

Hope this helps.

BR,
Viswa


Viswanath Kumar Skand Priya
Architect
SDN, Cloud Services & Orchestration



On Sat, Sep 2, 2017 at 5:35 PM, Ganesh Kaila 
> wrote:
> Hi all,
>
> I am trying to deploy ONAP v1.0.0 on Vanilla openstack. I have used the
> following heat templates to deploy it.
>
>
> https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0/onap_openstack.yaml
>
> https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0/onap_openstack.env
>
>
> I have updated /etc/hosts file with the demo domain names mentioned in the
> Tutorial: Accessing the ONAP Portal and able to access the portal home page
> as guided in the wiki.
>
> When I am trying the Creating a Licensing Model , I could not see the SDC
> widget loading. To verify the vm1-sdc vm, I am not able to SSH into that
> machine and it is not even responding to ICMP requests. Did anyone see the
> similar problem? If yes, how do I resolve this problem?
>
> Please help me. Thanks in advance.
>
>
> Regards
> ,
> Ganesh
>
> ___
> onap-discuss mailing list
> onap-discuss@lists.onap.org
> https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_mailman_listinfo_onap-2Ddiscuss=DwICAg=udBTRvFvXC5Dhqg7UHpJlPps3mZ3LRxpb6__0PomBTQ=9F3pNUkzjE-2v1eTClkRVTaKybM-QdOEEflZQ1UA1C3bK3Y3fLmJGlCViaBBmZar=_YnT3QRgu7zaH8UIhQe1HV3tqp6ed6SX__CoJSboj7M=8QzVgl7V1c7-s8WcbYRYCFZ2KioGg3cfYC28z-QVu80=
>

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [DCAE][Policy][MSO] Closed Loop queries for vDNS/vLB

2017-08-30 Thread bharath thiruveedula
Okay, Cool!

Best Regards
Bharath T

From: Gaurav Gupta (c) <guptagau...@vmware.com>
Sent: Wednesday, August 30, 2017 5:20:26 PM
To: bharath thiruveedula; Josef Reisinger; PLATANIA, MARCO (MARCO)
Subject: Re: [DCAE][Policy][MSO] Closed Loop queries for vDNS/vLB


Bharath


We are trying to setup DCAE 1.1  on ONAP master


with best regards

Gaurav



From: bharath thiruveedula <bharath_...@hotmail.com>
Sent: 30 August 2017 17:03
To: Josef Reisinger; PLATANIA, MARCO (MARCO); Gaurav Gupta (c)
Subject: Re: [DCAE][Policy][MSO] Closed Loop queries for vDNS/vLB

Hi Gaurav,

We can check the user data from /var/lib/cloud/instances//user-data.txt. So 
in that file I I have added my proxy details and the file also creating 
temporary settings.xml. We need to add proxy details while creating 
settings.xml.

And another part is not to forget adding proxy details in /etc/default/docker.

You faced this issue before? Or trying to setup DCAE 1. 1?

Best Regards
Bharath T

From: Gaurav Gupta (c) <guptagau...@vmware.com>
Sent: Wednesday, August 30, 2017 4:55:30 PM
To: bharath thiruveedula; Josef Reisinger; PLATANIA, MARCO (MARCO)
Subject: Re: [DCAE][Policy][MSO] Closed Loop queries for vDNS/vLB


Hello Bharath


Can you let us know what you did specifically to get the userdata in each DCAE 
VM & other proxy details



with best regards

Gaurav





From: onap-discuss-boun...@lists.onap.org <onap-discuss-boun...@lists.onap.org> 
on behalf of bharath thiruveedula <bharath_...@hotmail.com>
Sent: 30 August 2017 00:17
To: onap-discuss@lists.onap.org; Josef Reisinger; PLATANIA, MARCO (MARCO)
Subject: [onap-discuss] [DCAE][Policy][MSO] Closed Loop queries for vDNS/vLB

Hi,

I have been trying to implement closed loop with vDNS/vLB setup. I am using 
release-1.0.0 ONAP setup except with DCAE in 1.1 on top of Vanilla Openstack.  
As I am working behind the proxy, setting up DCAE -1.1 is not straight forward 
and not simple as DCAE is controller  launches other VMs. So I have to get 
userdata in each VM and add necessary proxy details to it. Though it is still 
in progress, I make sure DCAE collector is up and running. I can see the VES 
streams from collector API.

I am following the closedloop flow for DNS described in 
https://wiki.onap.org/pages/viewpage.action?pageId=3246170#UseCase:vFW/vDNS(Approved)-1.4CloseLoopvDNS<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D3246170-23UseCase-3AvFW_vDNS-28Approved-29-2D1.4CloseLoopvDNS=DwMGaQ=uilaK90D4TOVoH58JNXRgQ=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI=CjO4wePGEzJtuW84J3rS_EXvJlVyQBkepeXbstpVK-s=GNdjvzqtvPVeKdmRPwAXbKUBCXVIF2o2az1WmplfKkc=>
 . As per the flow diagram (1.4 Close Loop vDNS), after receiving the telemetry 
details:

1) The DCAE has to send threshold crossing notice to policy. Eventually policy 
has to send two requests. One is to AAI to update the vLB details with 
dnsscaling data. And the second one is to SO to instantiate the DNS scaling. My 
query here is how MSO is aware of dnsscaling details like what heat template to 
use ? How  to onboard dnsscaling template in SDC,?

I am also trying to see what are APIs the policy is using to trigger AAI and 
MSO, but if you already have the API details, can you please share them, it 
would be really helpful. As I have issue with MSO and DMaaP, I have manually 
inserted template details into DB. So if you can share the details of how it 
looks after onboarding dnsscaling template, that would be helpful.


2) I have checked the VES streams, I couldn't see the vf_module or VNF details, 
so in that case how DCAE can trigger the policy with the exact policy rule?

3) As I mostly interested to see closedloop, so can I safely ignore CDAP 
cluster  VM, if not , may I know the role of CDAP and PGaaS VM in this 
scenario. Probably I am missing something here.

As I mentioned before, if we can make DCAE instantiation simple(especially 
considering all types of environments like proxy) that would make setting up of 
DCAE a lot easier 


Best Regards
Bharath T


___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [DCAE][Policy][MSO] Closed Loop queries for vDNS/vLB

2017-08-29 Thread bharath thiruveedula
Hi,

I have been trying to implement closed loop with vDNS/vLB setup. I am using 
release-1.0.0 ONAP setup except with DCAE in 1.1 on top of Vanilla Openstack.  
As I am working behind the proxy, setting up DCAE -1.1 is not straight forward 
and not simple as DCAE is controller  launches other VMs. So I have to get 
userdata in each VM and add necessary proxy details to it. Though it is still 
in progress, I make sure DCAE collector is up and running. I can see the VES 
streams from collector API.

I am following the closedloop flow for DNS described in 
https://wiki.onap.org/pages/viewpage.action?pageId=3246170#UseCase:vFW/vDNS(Approved)-1.4CloseLoopvDNS
 . As per the flow diagram (1.4 Close Loop vDNS), after receiving the telemetry 
details:

1) The DCAE has to send threshold crossing notice to policy. Eventually policy 
has to send two requests. One is to AAI to update the vLB details with 
dnsscaling data. And the second one is to SO to instantiate the DNS scaling. My 
query here is how MSO is aware of dnsscaling details like what heat template to 
use ? How  to onboard dnsscaling template in SDC,?

I am also trying to see what are APIs the policy is using to trigger AAI and 
MSO, but if you already have the API details, can you please share them, it 
would be really helpful. As I have issue with MSO and DMaaP, I have manually 
inserted template details into DB. So if you can share the details of how it 
looks after onboarding dnsscaling template, that would be helpful.


2) I have checked the VES streams, I couldn't see the vf_module or VNF details, 
so in that case how DCAE can trigger the policy with the exact policy rule?

3) As I mostly interested to see closedloop, so can I safely ignore CDAP 
cluster  VM, if not , may I know the role of CDAP and PGaaS VM in this 
scenario. Probably I am missing something here.

As I mentioned before, if we can make DCAE instantiation simple(especially 
considering all types of environments like proxy) that would make setting up of 
DCAE a lot easier 


Best Regards
Bharath T


___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] vLB/vDNS Queries

2017-08-24 Thread bharath thiruveedula
Hi.


I am trying to setup vLB demo using 1.0.0 heat 
template(https://gerrit.onap.org/r/gitweb?p=demo.git;a=blob;f=heat/vLB/base_vlb.yaml;h=c292f2957d97bd7839d7fa7fcf55e04c1e9718ba;hb=refs/heads/release-1.0.0).


But I have few queries/issue with the demo:

1) LB and DNS VMs has one network interface attached to public network, which 
in most of the openstack environments won't assign the IP address. This issue 
also faced in vFW also.


So in this case, I attached to another private network and launched the VMs


2) According to the 
v_lb_init.sh
 script, it brings down both eth0 and eth1 interfaces and attach to them to 
corresponding bridges along with the tap interfaces. In this case, I observed 
it lost the connectivity to those interfaces. So I can't send the DNS queries 
using Loadbalancer public IP(I assigned floating IP). I am not completely aware 
of VPP and loadbalancer plugin it uses, so I might be missing something here.


I checked the VIPs using vppctl lb vip verbose, I couldn't see any AS here. I 
tried to manually add AS pointing to DNS private IP. But that too doesn't work.


3) In one of the previous mail, I read that DNS scaling works with DCAE 1.0 
only at the moment. In the DCAE 1.0 I can observe only one container which is 
controller, I couldn't see any collector container. Am is missing something 
here?


Any suggestions/help are much appreciated.


Best Regards

Bharath T

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [DCAE] DCAE 1.1 issues

2017-08-22 Thread bharath thiruveedula
Hi Josef

Cool! Thanks for the reference

Best Regards
Bharath T

From: Josef Reisinger <josef.reisin...@de.ibm.com>
Sent: Tuesday, August 22, 2017 1:58:48 PM
To: bharath thiruveedula
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [DCAE] DCAE 1.1 issues

Bharat,

you can use both API version (at least on Ocata) at the same time. See on page 
https://wiki.onap.org/display/DW/ONAP+Installation+in+Vanilla+OpenStackunder 
the headline "How to use both v2 and v3 Openstack Keystone API".

Mit freundlichen Grüßen / Kind regards
Josef Reisinger



From:bharath thiruveedula <bharath_...@hotmail.com>
To:Josef Reisinger <josef.reisin...@de.ibm.com>
Date:22.08.2017 10:18
Subject:Re: [onap-discuss] [DCAE] DCAE 1.1 issues




Hi Josef,

The openstack I am using supports only keystone v3 API. DCAE startup.sh doesn't 
work v3? And can you let me know how we invoking the openstack APIs in dcae 
container?

Regards
Bharath T



From: Josef Reisinger <josef.reisin...@de.ibm.com>
Sent: Tuesday, August 22, 2017 1:23 PM
To: onap-discuss@lists.onap.org
Cc: bharath thiruveedula; Gaurav Gupta (c)
Subject: Re: [onap-discuss] [DCAE] DCAE 1.1 issues

Bhrat,
this usually points to a connectivity issue between the docker container on 
dcae-controller and openstackt controller. You might want to try this on 
dcae-controlle:
grep -i keystone  /opt/app/dcae-controller/config.yaml
you get an output like
KEYSTONE-URL: 
http://:/v2.0<http://10.105.220.53:35357/v2.0>
Important is the /v2.0 at the end, as ONAP uses the V2.0 API to keystone which 
differs quite a bit from V3.0
on a shell in dcae-controller, try
curl 
You should see some JSON output
try this
docker exec -it dcaestartupvmcontroller_dcae-controller_1 curl 

you should see the same JSON output. If not, this indicates the reason for your 
issues starting up DCAE. I have a longer text about it, but ... well.. dunno 
where :-). I'll find & post it later. Please let us know about the outcome.


Mit freundlichen Grüßen / Kind regards
Josef Reisinger



From:"Gaurav Gupta (c)" <guptagau...@vmware.com>
To:bharath thiruveedula <bharath_...@hotmail.com>, 
"onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Date:22.08.2017 05:42
Subject:Re: [onap-discuss] [DCAE] DCAE 1.1 issues
Sent by:onap-discuss-boun...@lists.onap.org




Bharath

Can you check the following thread . 
https://lists.onap.org/pipermail/onap-discuss/2017-July/002414.html.

One more info needed - what is your setup like .(Which Openstack Version and 
other related details )

with best regards
gaurav



From: onap-discuss-boun...@lists.onap.org <onap-discuss-boun...@lists.onap.org> 
on behalf of bharath thiruveedula <bharath_...@hotmail.com>
Sent: 22 August 2017 01:13
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [DCAE] DCAE 1.1 issues

Hi,

I am trying to setup closed loop using vFW demo with openstack as VIM. I am 
setting up DCAE 1.1 version and maintaining other components in release-1.0.0 
version. But while setting DCAE 1.1 I am facing the following error.

"Caught: org.openecomp.ncomp.sirius.manager.Jetty8ClientException: HTTP Request 
False:  URL: 
http://localhost:9998/resources/services/vm-docker-host-1<https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A9998_resources_services_vm-2Ddocker-2Dhost-2D1=DwMFAw=uilaK90D4TOVoH58JNXRgQ=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI=nsuyhxXrEhokmQDj4cGjb48THCrim31j1vnCyeSYAmY=6N6o5kD6DQ7PcsIjbgqSFyFJkl4X18P7T1bKfhVKFEw=>code:400
 msg.REQUEST-FAILED-UNDEPLOY-4001W REQUEST-FAILED-DELETESERVER-40001W | 
Absolute URI:null/services"

Seems like the error raised from the line 
https://gerrit.onap.org/r/gitweb?p=dcae/demo.git;a=blob;f=dcae-demo-controller/src/main/docker-build/controller-startup.sh;h=9e284bb65df4aa81ec860f00631d19a2ba4e3ec0;hb=refs/heads/master#l35<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_gitweb-3Fp-3Ddcae_demo.git-3Ba-3Dblob-3Bf-3Ddcae-2Ddemo-2Dcontroller_src_main_docker-2Dbuild_controller-2Dstartup.sh-3Bh-3D9e284bb65df4aa81ec860f00631d19a2ba4e3ec0-3Bhb-3Drefs_heads_master-23l35=DwMFAw=uilaK90D4TOVoH58JNXRgQ=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI=nsuyhxXrEhokmQDj4cGjb48THCrim31j1vnCyeSYAmY=Zd5ACfnV4sbib8EoKxa8MKFlq1On5HHM8VdEbzTwxqA=>.
 I couldn't understand what is happening in the groovy script.
Finally DCAE-C-Container logs as below:
waiting: object does not exists 
/openstack/locations/ZONE/projects/OPEN-ECOMP/keypairs/onap1_key_cW8s_dcae: 
waited 48 milliseconds

Anyone faced the above issue, any help would be much appreciated.

Best Regards
Bharath T __

[onap-discuss] [DCAE] DCAE 1.1 issues

2017-08-21 Thread bharath thiruveedula
Hi,

I am trying to setup closed loop using vFW demo with openstack as VIM. I am 
setting up DCAE 1.1 version and maintaining other components in release-1.0.0 
version. But while setting DCAE 1.1 I am facing the following error.

"Caught: org.openecomp.ncomp.sirius.manager.Jetty8ClientException: HTTP Request 
False:  URL: http://localhost:9998/resources/services/vm-docker-host-1 code:400 
msg.REQUEST-FAILED-UNDEPLOY-4001W REQUEST-FAILED-DELETESERVER-40001W | Absolute 
URI:null/services"

Seems like the error raised from the line 
https://gerrit.onap.org/r/gitweb?p=dcae/demo.git;a=blob;f=dcae-demo-controller/src/main/docker-build/controller-startup.sh;h=9e284bb65df4aa81ec860f00631d19a2ba4e3ec0;hb=refs/heads/master#l35.
 I couldn't understand what is happening in the groovy script.
Finally DCAE-C-Container logs as below:
waiting: object does not exists 
/openstack/locations/ZONE/projects/OPEN-ECOMP/keypairs/onap1_key_cW8s_dcae: 
waited 48 milliseconds

Anyone faced the above issue, any help would be much appreciated.

Best Regards
Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Credentials for DMAAP

2017-06-14 Thread bharath thiruveedula
Hi,

Let me start with the context. In our ONAP setup, we have done all the steps in 
design phase(which is till network service distribution) successfully. Then 
instead of running "./demo.sh init" in ROBOT VM, I executed the cURL 
requests(because of some issues with openstack we are using) which created


  1.  Cloud Region
  2.  Customer and tied to cloud region and service-subscription
  3.  Service

After we can add 1)network service 2)VNF  in VID app. Then ran ./demo.sh 
preload  , in which testcases passed

The actual problem starts here with adding VF module, it throws the error like 
"not found matching in MSOCatalog in db"(which I already posted in 
https://lists.onap.org/pipermail/onap-discuss/2017-June/001363.html). Then we 
started debugging into it this problem. Checked mso_catalog db for service, 
vf_module etc., where I can see only prepopulated data which is dummy data.  So 
I want to check is there any data coming with topic "ASDC-DISTR-NOTIF-TOPIC" in 
DMAAP but it seems it needs credentials. How can we see the data in DMAAP(by 
the way, I couldn't see in portal, it is checking on 10.0.4.1 IP but my DMAAP 
IP is different)

And one quick question, can you confirm whether my below understanding is 
correct or not

  *   Whenever user distribute a network service in SDC, it sends a notification
  *   MSO listens for the notification and downloads the artifacts from SDC, 
and stores into the DB for example in service, vnf_resource table.
  *   When the user add "Network service or VNF" from VID app, it stores in 
MSO_REQUESTS.infra_requests table(the communication happens through ReST API).
  *   But I couldn't understand why SDNC call MSO while sending vnf_topology in 
"./demo.sh preload" step. Is this the step where mso creates entry in 
"mso_catalog.vf_module" table?

Regards
Bharath T

___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Can we skip openstack verification in Robot VM?

2017-06-08 Thread bharath thiruveedula

Viswa,


Tried  that approach of using the module name we use for ./demo.sh preload and 
while creating VF module in GUI as instance name too. We got the same error.


-Bharath T


From: Viswa KSP <kspviswa.git...@gmail.com>
Sent: Thursday, June 8, 2017 11:37 PM
To: bharath thiruveedula
Cc: Ahmad, Munir; Viswa KSP; Kanagaraj Manickam; ROSE, DANIEL V; 
onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] Can we skip openstack verification in Robot VM?

Bharath,

I think we missed the sequencing… Preload with some name and then use the same 
name while create VF module via GUI. Lets try that Tom.

BR,
Viswa

On Jun 8, 2017, at 11:31 PM, bharath thiruveedula 
<bharath_...@hotmail.com<mailto:bharath_...@hotmail.com>> wrote:

Hi Ahmad,

Yes, we did preload in Robot VM, all tests were passed, I can see entry in SDNC 
portal.

>>Module name is something you come up with and will be used when click  Add 
>>VF-Module

Even before running ./demo.sh preload, I can see module when we click on "Add 
VF module". Even after running ./demo.sh preload I can see the same VF module, 
what we see before running.

We tried to check db of MSO, we couldn't see entries of newly added VNF in VID 
app in 'VNF_recipe and VNF_resource' tables.

Regards
Bharath T


From: Ahmad, Munir <munir.ah...@bell.ca<mailto:munir.ah...@bell.ca>>
Sent: Thursday, June 8, 2017 10:44 PM
To: Viswa KSP
Cc: Kanagaraj Manickam; bharath thiruveedula; ROSE, DANIEL V; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] Can we skip openstack verification in Robot VM?

Just to confirm you created an instance called DemoNS
Then you created a VNF called it kspviswa-ns-inst1-vnf-inst1 then you did you 
preload?



Preload requires your VNF name and module name. 
TutorialFirewall..base_vfw..module-0 does not seem like a good name for module 
name.



Module name is something you come up with and will be used when click  Add 
VF-Module



./demo.sh preload kspviswa-ns-inst1-vnf-inst1 kspviswa-ns-inst1-module-inst1



Thanks
Munir



From: Viswa KSP <kspviswa.git...@gmail.com<mailto:kspviswa.git...@gmail.com>>
Date: Thursday, June 8, 2017 at 11:42 AM
To: "Ahmad, Munir" <munir.ah...@bell.ca<mailto:munir.ah...@bell.ca>>
Cc: Kanagaraj Manickam 
<kanagaraj.manic...@huawei.com<mailto:kanagaraj.manic...@huawei.com>>, bharath 
thiruveedula <bharath_...@hotmail.com<mailto:bharath_...@hotmail.com>>, "ROSE, 
DANIEL V" <dr6...@att.com<mailto:dr6...@att.com>>, 
"onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: Re: [onap-discuss] Can we skip openstack verification in Robot VM?



Here you go. It is quite apparent that, something is missing in MSO DB 
schema... Could you please let us know what are we missing???



Below are the logs while deploying NS and VNF in VID
15:15:12,940 INFO  [stdout] (default task-25) URL : 
http://mso:8080/mso/async/services/CreateServiceInstanceInfra
15:15:13,094 INFO  [stdout] (pool-13-thread-3) createServiceInstanceIncoming - 
{"requestDetails":{"requestInfo":{"instanceName":"DemoNS","source":"VID","suppressRollback":false},"modelInfo":{"modelType":"service","modelInvariantId":"d11fbeb3-35c9-4a61-81c3-75d9873bd94d","modelNameVersionId":"789bb384-4837-4550-a6e3-c7526a738816","modelName":"ONAP-demo-network-service","modelVersion":"1.0"},"requestParameters":{"userParams":[],"subscriptionServiceType":"vFW"},"subscriberInfo":{"globalSubscriberId":"Demo102"}}}
15:15:13,350 INFO  [stdout] (pool-13-thread-3) INSIDE --> Complete MSO Process 
Done SUCCESSFULLY
15:15:13,352 INFO  [stdout] (pool-13-thread-3) CompleteMsoProcess Response -->
15:15:13,352 INFO  [stdout] (pool-13-thread-3)
15:17:21,012 INFO  [stdout] (default task-30) URL : 
http://mso:8080/mso/async/services/CreateVnfInfra
15:17:21,349 INFO  [stdout] (pool-13-thread-1) INSIDE --> Complete MSO Process 
Done SUCCESSFULLY
15:17:21,352 INFO  [stdout] (pool-13-thread-1) CompleteMsoProcess Response -->
15:17:21,352 INFO  [stdout] (pool-13-thread-1)
15:21:21,525 INFO  [stdout] (Camunda Metrics Reporter) 15:21:21.525 [Camunda 
Metrics Reporter] DEBUG o.a.i.t.managed.ManagedTransaction - Opening JDBC 
Connection
15:21:21,526 INFO  [stdout] (Camunda Metrics Reporter) 15:21:21.525 [Camunda 
Metrics Reporter] DEBUG o.c.b.e.i.p.e.M.insertMeterLog - ==>  Preparing: insert 
into ACT_RU_METER_LOG (ID_, NAME_, VALUE_, TIMESTAMP_) values ( ?, ?, ?, ? )
15:21:21,526 INFO  [stdout] (Camun

Re: [onap-discuss] Can we skip openstack verification in Robot VM?

2017-06-07 Thread bharath thiruveedula
Hi Daniel,


Thanks for the info.


I tried to manually create subscriber using the following ReST URLs sequentially


1)PUT 
/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}

2)PUT 
/cloud-infrastructure/cloud-regions/cloud-region/{cloud-owner}/{cloud-region-id}/tenants/tenant/{tenant-id}
3)PUT /

business/customers/customer/{customer-id}

4)PUT 
/business/customers/customer/{global-customer-id}/service-subscriptions/service-subscription/{service-type}
5)PUT /service-design-and-creation/services/service/$UUID

I could see the subscriber list while deploy service instance. But while adding 
VNF to the service instance, I couldn't LCP region and tenant populated. I have 
provided cloud-region-id and tenant  created in step-1 and step-2 while 
creating customer, aren't those LCP and tenant? Any additional request do I 
need to perform for this?

The other questions on these exercise I have are:

1)Do we use subscriber to be tied with openstack tenant logically? so that 
whenever we deploy network service it deploys in the openstack tenant space to 
which subscriber is linked to(I am assuming this from the context of ReST API-3 
above)

2)While adding VNF, we have a textbox called "Product Family", what does it 
refers to? Is it the same as service type we created in step-4?

P.S: Daniel, any plans for creating/encouraging more of direct chat tools like 
IRC/Slack, am aware of existing IRC channels though?

Best Regards
Bharath T

From: ROSE, DANIEL V <dr6...@att.com>
Sent: Wednesday, June 7, 2017 12:38 AM
To: bharath thiruveedula
Subject: RE: Can we skip openstack verification in Robot VM?


It is just a customer basically. Subscriber, openstack tenant, openstack region 
all have to be loaded into aai and that’s done with a rest api



Thanks,



Daniel Rose

ECOMP / ONAP

com.att.ecomp

732-420-7308



From: bharath thiruveedula [mailto:bharath_...@hotmail.com]
Sent: Tuesday, June 06, 2017 2:46 PM
To: ROSE, DANIEL V <dr6...@att.com>
Subject: Re: Can we skip openstack verification in Robot VM?



ah okay, makes sense!

Can you please let me the know context behind the subscriber. Is there a way to 
populate subscriber list?



Regards

Bharath T





From: ROSE, DANIEL V <dr6...@att.com<mailto:dr6...@att.com>>
Sent: Wednesday, June 7, 2017 12:04 AM
To: bharath thiruveedula; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: Can we skip openstack verification in Robot VM?



Robot isn’t checking anything, robot is doing steps to load data from openstack 
into aai. But all it is oing is reading openstack and loading data into AAI so 
you can def do that yourself if you feel so inclined.



Thanks,



Daniel Rose

ECOMP / ONAP

com.att.ecomp

732-420-7308



From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of bharath thiruveedula
Sent: Tuesday, June 06, 2017 2:28 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] Can we skip openstack verification in Robot VM?



Hi,



I came till distribution of network service. But the next task is to run robot 
scripts in Robot VM. Is there any way to skip openstack related checks and 
directly populate subscribers list? I want to try to deploy directly after 
distributing network service, with out going to robot's way.



Any directions to achieve  this  would be much helpful



Regards

Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] VID VM , MariaDb docker does not remain

2017-06-05 Thread bharath thiruveedula
Hi Ajay,


Apologies for hijacking this thread.


I was wondering what is the request flow for VID's  "browse SDC models". Will 
it contact openstack / mso/or any other component? I am assuming it will just 
contact SDC-BE. Is that assumption right?


Regards

Bharath T




From: onap-discuss-boun...@lists.onap.org  
on behalf of ajay.priyadar...@ril.com 
Sent: Monday, June 5, 2017 6:45 PM
To: kanagaraj.manic...@huawei.com; aroraa...@vmware.com
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] VID VM , MariaDb docker does not remain


Hi Kanagaraj,



Check error log.



I have simulated same error, kindly check  error “Failed to get shared context 
for usernull” on vid error.log

[cid:image001.png@01D2DE28.A6A82060]

If you are getting same check your underline openstack, is it working fine.

And share the error.log of vm_vid.





Regards,

Ajay Priyadarshi





From: Kanagaraj Manickam [mailto:kanagaraj.manic...@huawei.com]
Sent: 05 June 2017 17:25
To: Arun Arora (c); Ajay Priyadarshi
Cc: onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] VID VM , MariaDb docker does not remain



Hi Arun,



I have faced the similar issue and I referred your fix to solve it. Thank you.



After this fix, VID started to run. But VID portal reports Error: Failed to get 
service models from ASDC, (I tried this after distributing a sample VSP)



Regards

Kanagaraj M



***
本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!**

***
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-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Arun Arora (c)
Sent: Thursday, June 01, 2017 3:24 PM
To: ajay.priyadar...@ril.com
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] VID VM , MariaDb docker does not remain



Hi Ajay,





For me, "1.1.0-SNAPSHOT uses vid_openecomp_ epsdk" is not true.

I am using 1.1.0-SNAPSHOT but I had to rename the DB as vid_openecomp. On doing 
this change my issue was fixed and docker container didn’t stop after that.





Thanks,

Arun



From: ajay.priyadar...@ril.com 
[mailto:ajay.priyadar...@ril.com]
Sent: Thursday, June 01, 2017 12:51 PM
To: Arun Arora (c) >
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] VID VM , MariaDb docker does not remain



Hi Arun,



Share the following logs as stated.



1. execute command : docker logs vid-server

2. check for database name in file /opt/vid/lf_config/vid-pre-init.sql 
vid_openecomp or vid_openecomp_ epsdk

3. artifacts_version : 1.0.0-SNAPSHOT uses vid_openecomp database while 
artifacts_version: 1.1.0-SNAPSHOT uses vid_openecomp_ epsdk.
so cat /opt/config/artifacts_version.txt /opt/config/docker_version.txt 
/opt/config/gerrit_branch.txt

Output should match in line with database used in file 
/opt/vid/lf_config/vid-pre-init.sql



4. Share the error.log file output.



Regards,

Ajay Priyadarshi





Date: Tue, 30 May 2017 17:57:47 +0200

From: "Josef Reisinger" 
>

To: "Arun Arora (c)" >

Cc: "\[onap-discuss\]" 
>

Subject: Re: [onap-discuss] VID VM , MariaDb docker does not remain

running

Message-ID:


>



Content-Type: text/plain; charset="iso-8859-1"



Arun,



could your issue be related to the one described here:


[onap-discuss] Unable to see service models in VID page

2017-06-01 Thread bharath thiruveedula
Hi,

When I tried to open VID application and clicked on "browse SDC models" I got a 
page where it says "could not extract resultset". I have seen logs of 
vid-server and db containers but couldn't found any errors.

I have distributed a network service. But I  didn't  ran demo.sh in robot VM 
yet.

Any directions to solve this issue?

Regards
Bharath T
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Unable to on-board VNF in SDC

2017-05-30 Thread bharath thiruveedula
Hi Daniel,

I am working with Viswa.

I tried the api directly, it shows the same service unavailable error.

Indeed all requests to sdc1/feProxy/onboarding-api endpoints giving the same 
error.

Regards
Bharath T


From: ROSE, DANIEL V
Sent: Tuesday, 30 May, 8:10 PM
Subject: RE: [onap-discuss] Unable to on-board VNF in SDC
To: Viswa KSP, onap-discuss@lists.onap.org
Cc: bharath_...@hotmail.com


Does the api shown in the error message work if you go to it directly?



Daniel Rose

ECOMP / ONAP

com.att.ecomp

732-420-7308



From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Viswa KSP
Sent: Tuesday, May 30, 2017 10:37 AM
To: onap-discuss@lists.onap.org
Cc: bharath_...@hotmail.com
Subject: [onap-discuss] Unable to on-board VNF in SDC



Dear All,



We are facing issues while trying to on board a VNF in SDC Design view. When we 
browse to on-boarding tab of SDC, we are facing b
[Image]

elow error.




​

Health check seems to be good -> we are able to see all ONAP services up & 
running.



http://sdc.api.simpledemo.openecomp.org:8181/sdc1/rest/healthCheck



{ "sdcVersion": "1.1.0", "siteMode": "unknown", "componentsInfo": [ { 
"healthCheckComponent": "BE", "healthCheckStatus": "UP", "version": "1.1.0", 
"description": "OK" }, { "healthCheckComponent": "ES", "healthCheckStatus": 
"UP", "description": "OK" }, { "healthCheckComponent": "TITAN", 
"healthCheckStatus": "UP", "description": "OK" }, { "healthCheckComponent": 
"DE", "healthCheckStatus": "UP", "description": "OK" }, { 
"healthCheckComponent": "FE", "healthCheckStatus": "UP", "version": "1.1.0", 
"description": "OK" } ] }



Please let us know if we are missing something here.



BR,

Viswa



___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Unable to access SDC

2017-04-21 Thread bharath thiruveedula
Hi Marco,

After clicking on SDC icon, I got authentication   error, as shown in the 
attachment in the previous mail. I was unable to access SDC portal.

Regards
Bharath T


From: PLATANIA, MARCO (MARCO) <plata...@research.att.com>
Sent: Friday, April 21, 2017 6:44:15 PM
To: bharath thiruveedula; onap-discuss at lists.onap.org
Subject: Re: [onap-discuss] Unable to access SDC

Hello Bharath,

May I ask you what issue you experienced when you tried to launch SDC with the 
Heat template that we provide?

Thanks,
Marco

From:  on behalf of bharath 
thiruveedula <bharath_...@hotmail.com>
Date: Friday, April 21, 2017 at 7:40 AM
To: "onap-discuss at lists.onap.org" 
Subject: [onap-discuss] Unable to access SDC


Hi,



I tried to launch ONAP on top of vanilla Openstack(Mitaka) using the heat 
template[1]. Except SDC all other components have launched using the same 
template. I launched the SDC VM manually(with out heat) as I faced an issue 
while launching through heat. But my problem is, when I tried to open SDC using 
the portal(logged in as "cs0008" user), it shows as in [2]. If you can't open 
the google drive, the image says "Sorry, you are not authorised to view this 
page. Please contact Service, Design and Creation administrator".



Does portal pass any keys to access SDC? Please let me know if you want me to 
upload any logs.



[1]https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0/onap_openstack.yaml<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_sites_raw_org.openecomp.demo_heat_OpenECOMP_1.0.0_onap-5Fopenstack.yaml=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0=nrI--n08cB84u3ozjHO5sYv9wNK4NGFLu4utvnrK1rA=jruRujrjXGdt8QyiRlHf2ZbvUFOkJtDWqncrPt7q-DQ=>

[2]https://drive.google.com/file/d/0BwTLw0y5_iL3RWhMZ2pqUzJKZ2c/view?usp=sharing<https://urldefense.proofpoint.com/v2/url?u=https-3A__drive.google.com_file_d_0BwTLw0y5-5FiL3RWhMZ2pqUzJKZ2c_view-3Fusp-3Dsharing=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0=nrI--n08cB84u3ozjHO5sYv9wNK4NGFLu4utvnrK1rA=X70yDj8lpnnrFN9TtxpcxhKDxzZoHE6RQ-DYqo_2X9U=>



Regards

Bharath T
Screenshot from 2017-04-21 
17-01-59.png<https://urldefense.proofpoint.com/v2/url?u=https-3A__drive.google.com_file_d_0BwTLw0y5-5FiL3RWhMZ2pqUzJKZ2c_view-3Fusp-3Dsharing=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0=nrI--n08cB84u3ozjHO5sYv9wNK4NGFLu4utvnrK1rA=X70yDj8lpnnrFN9TtxpcxhKDxzZoHE6RQ-DYqo_2X9U=>
drive.google.com



Regards

Bharath T
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.onap.org/pipermail/onap-discuss/attachments/20170421/a8cbe91e/attachment.html>


[onap-discuss] Unable to access SDC

2017-04-21 Thread bharath thiruveedula
Hi,


I tried to launch ONAP on top of vanilla Openstack(Mitaka) using the heat 
template[1]. Except SDC all other components have launched using the same 
template. I launched the SDC VM manually(with out heat) as I faced an issue 
while launching through heat. But my problem is, when I tried to open SDC using 
the portal(logged in as "cs0008" user), it shows as in [2]. If you can't open 
the google drive, the image says "Sorry, you are not authorised to view this 
page. Please contact Service, Design and Creation administrator".


Does portal pass any keys to access SDC? Please let me know if you want me to 
upload any logs.


[1]https://nexus.onap.org/content/sites/raw/org.openecomp.demo/heat/OpenECOMP/1.0.0/onap_openstack.yaml

[2]https://drive.google.com/file/d/0BwTLw0y5_iL3RWhMZ2pqUzJKZ2c/view?usp=sharing


Regards

Bharath T

Screenshot from 2017-04-21 
17-01-59.png
drive.google.com



Regards

Bharath T
-- next part --
An HTML attachment was scrubbed...
URL: