Re: [onap-discuss] [aai][integration] Bad image tags

2018-06-12 Thread FORSYTH, JAMES
Hi, Eric,

Thanks for finding this – that deploy script in the Beijing branch is slightly 
out of date, and I made an update.

Tracking it here:
https://jira.onap.org/browse/AAI-1222

thanks,
jimmy

From:  on behalf of 
"eric.deb...@orange.com" 
Date: Tuesday, June 12, 2018 at 8:18 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] [aai][integration] Bad image tags

Hello

We tested the fresh new installation using Heat and the 2.0.0-ONAP branch


For AAI, we have some pbs due to the bad image tags. The init script fetches 
docker image with tag 1.2.2

Pulling repository nexus3.onap.org:10001/onap/model-loader
Tag 1.2.2 not found in repository nexus3.onap.org:10001/onap/model-loader
Error response from daemon: No such image: 
nexus3.onap.org:10001/onap/model-loader:1.2.2
Pulling repository nexus3.onap.org:10001/onap/sparky-be
Tag 1.2.2 not found in repository nexus3.onap.org:10001/onap/sparky-be
Error response from daemon: No such image: 
nexus3.onap.org:10001/onap/sparky-be:1.2.2
Pulling repository nexus3.onap.org:10001/onap/champ
Error: image onap/champ:1.2.2 not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/onap/champ:1.2.2
Pulling repository nexus3.onap.org:10001/onap/gizmo
Error: image onap/gizmo:1.2.2 not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/onap/gizmo:1.2.2
Pulling repository nexus3.onap.org:10001/onap/babel
Error: image onap/babel:1.2.2 not found
Error response from daemon: No such image: 
nexus3.onap.org:10001/onap/babel:1.2.2

These tags are not aligned with the manifest
https://onap.readthedocs.io/en/beijing/release/release-manifest.html#doc-release-manifest

As a result, it is not possible to download the docker images. We must do it 
manually with the right tag.

I believe that we must update the script deploy_vm1.sh to get the right tag 
values

Best regards

Eric

_



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

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

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

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



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

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

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

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

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


Re: [onap-discuss] [AAI]: Cert has expired?

2018-06-05 Thread FORSYTH, JAMES
Hi, Yang,

On aai-inst1-vm:

$ cd /opt/test-config
$ git pull
$ ./deploy_vm1.sh

Thanks,
jimmy

From:  on behalf of "Yang Xu (Yang, Fixed 
Network)" 
Date: Tuesday, June 5, 2018 at 10:46 AM
To: "Kamineni, Kiran K" , "FREEMAN, BRIAN D" 
, Alexis de Talhouët , "BRADY, PATRICK 
D" 
Cc: onap-discuss 
Subject: Re: [onap-discuss] [AAI]: Cert has expired?

Dear AAI team,

I see the certificate issue is fixed with 
https://gerrit.onap.org/r/#/c/50305/.
 Could you provide some manual instructions to fix the issue in existing HEAT 
deployment? It would take too much time to reinstall ONAP in CMCC lab.

Regards,
-Yang

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kamineni, Kiran K
Sent: Tuesday, June 05, 2018 12:56 AM
To: FREEMAN, BRIAN D; Alexis de Talhouët; BRADY, PATRICK D
Cc: onap-discuss
Subject: Re: [onap-discuss] [AAI]: Cert has expired?

Seeing the same thing on my side as well.
Looks like my intermediate CA expired on Jun 4.

Here is a partial output from keytool.

Certificate[2]:
Owner: CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US
Issuer: C=US, O=ONAP, OU=OSAAF
Serial number: 1
Valid from: Thu Apr 05 07:15:40 PDT 2018 until: Mon Jun 04 07:15:40 PDT 2018

-- K i r a n

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of FREEMAN, BRIAN D
Sent: Monday, June 04, 2018 1:24 PM
To: Alexis de Talhouët ; BRADY, PATRICK D 

Cc: onap-discuss 
Subject: Re: [onap-discuss] [AAI]: Cert has expired?

Alexis,

I think its because we left the old certificate in place. Can you see two certs 
– one that has not expired ?

Brian


From: Alexis de Talhouët 
mailto:adetalhoue...@gmail.com>>
Sent: Monday, June 04, 2018 4:05 PM
To: FREEMAN, BRIAN D mailto:bf1...@att.com>>; BRADY, PATRICK D 
mailto:pb0...@att.com>>
Cc: onap-discuss 
mailto:onap-discuss@lists.onap.org>>
Subject: Re: [onap-discuss] [AAI]: Cert has expired?

It looks like this 
patch,https://gerrit.onap.org/r/#/c/44763/,
 from 6 weeks ago, is putting a new keystore within APP-C. When I look in 
there, I see the certificate expiring today, which seems to confirm my 
assumptions.

$ keytool -list -storetype pkcs12 -keystore ONAPall.p12 -storepass changeit | 
grep aai
oldaaiinter, 4-Jun-2018, trustedCertEntry,
oldaairoot, 4-Jun-2018, trustedCertEntry,

$ keytool -list -storetype pkcs12 -keystore ONAPall.p12 -storepass changeit | 
grep onap
onaptestca, 4-Jun-2018, trustedCertEntry,

Patrick, as contributor of this patch, could you chime in?

Thanks,
Alexis

On Jun 4, 2018, at 3:06 PM, FREEMAN, BRIAN D 
mailto:bf1...@att.com>> wrote:

Hmm the onap cert is good till 2038 let me check the aai server cert

Brian



root@njcdtl01bf1936:/home2/bf1936/ONAP/oom/kubernetes/so/resources/config/mso# 
keytool -printcert -file onap-ca-new.crt
Owner: C=US, O=ONAP, OU=OSAAF
Issuer: C=US, O=ONAP, OU=OSAAF
Serial number: 9eaeedc0a7ceb59d
Valid from: Thu Apr 05 09:15:28 EST 2018 until: Wed Mar 31 09:15:28 EST 2038
Certificate fingerprints:
   MD5:  77:EB:5E:94:2E:B7:A3:45:97:6C:87:FE:A7:F7:64:0F
   SHA1: 90:25:D1:D3:8B:3C:BE:2C:73:E9:6C:1A:48:5B:06:A8:39:0D:54:3B
   SHA256: 
1F:C2:BB:F6:7E:11:6F:F0:4C:C3:D9:6C:73:E5:99:B7:CA:7D:4D:EF:AA:6C:69:46:0D:2C:7B:A9:E4:23:5F:EA
   Signature algorithm name: SHA256withRSA
   Version: 3

Extensions:

#1: ObjectId: 2.5.29.35 Criticality=false
AuthorityKeyIdentifier [
KeyIdentifier [
: 53 55 33 F2 4B EB D0 51   B1 C1 78 9A C1 28 31 7B  SU3.K..Q..x..(1.
0010: EF EA ED 49...I
]
]

#2: ObjectId: 2.5.29.19 Criticality=true
BasicConstraints:[
  CA:true
  PathLen:2147483647
]

#3: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
  DigitalSignature
  Key_CertSign
  Crl_Sign
]

#4: ObjectId: 2.5.29.14 Criticality=false
SubjectKeyIdentifier [
KeyIdentifier [
: 53 55 33 F2 4B EB D0 51   B1 C1 78 9A C1 28 31 7B  SU3.K..Q..x..(1.
0010: EF EA ED 49...I
]
]

root@njcdtl01bf1936:/home2/bf1936/ONAP/oom/kubernetes/so/resources/config/mso# 
keytool -printcert -file onap-ca-new.crt
Owner: C=US, O=ONAP, OU=OSAAF
Issuer: C=US, O=ONAP, OU=OSAAF
Serial number: 9eaeedc0a7ceb59d
Valid from: Thu Apr 05 09:15:28 EST 2018 until: Wed Mar 31 09:15:28 EST 2038
Certificate fingerprints:
   MD5:  77:EB:5E:94:2E:B7:A3:45:97:6C:87:FE:A7:F7:64:0F
   SHA1: 90:25:D1:D3:8B:3C:BE:2C:73:E9:6C:1A:48:5B:06:A8:39:0D:54:3B
   SHA256: 

Re: [onap-discuss] Error in aai-vm1 installation

2018-05-31 Thread FORSYTH, JAMES
In a typical HEAT based ONAP config, you will set up a nameserver which has 
that hostname.  If you are trying it standalone, you should set up hosts 
entries pointing aai.hbase.simpledemo.onap.org at vm2 on both vms.

Thanks,
jimmy

From: "Arun Arora (c)" 
Date: Thursday, May 31, 2018 at 10:29 AM
To: "FORSYTH, JAMES" , Vinayak Tejankar 

Cc: "onap-discuss@lists.onap.org" 
Subject: RE: [onap-discuss] Error in aai-vm1 installation

Similar issue happening for me as well.
I have tried running _install.sh and deploy_vm1.sh and deploy_vm2.sh multiple 
times. Also made sure all residual docker containers and docker images are 
removed before starting.

For me also Cassandra container exits in VM2. Following are the docker logs:

CompilerOracle: inline org/apache/cassandra/db/AbstractNativeCell.compareTo 
(Lorg/apache/cassandra/db/composites/Composite;)I
CompilerOracle: inline 
org/apache/cassandra/db/composites/AbstractSimpleCellNameType.compareUnsigned 
(Lorg/apache/cassandra/db/composites/Composite;Lorg/apache/cassandra/db/composites/Composite;)I
CompilerOracle: inline org/apache/cassandra/io/util/Memory.checkBounds (JJ)V
CompilerOracle: inline org/apache/cassandra/io/util/SafeMemory.checkBounds (JJ)V
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compare 
(Ljava/nio/ByteBuffer;[B)I
CompilerOracle: inline org/apache/cassandra/utils/ByteBufferUtil.compare 
([BLjava/nio/ByteBuffer;)I
CompilerOracle: inline 
org/apache/cassandra/utils/ByteBufferUtil.compareUnsigned 
(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
CompilerOracle: inline 
org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo 
(Ljava/lang/Object;JILjava/lang/Object;JI)I
CompilerOracle: inline 
org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo 
(Ljava/lang/Object;JILjava/nio/ByteBuffer;)I
CompilerOracle: inline 
org/apache/cassandra/utils/FastByteOperations$UnsafeOperations.compareTo 
(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)I
INFO  01:20:22 Could not resolve local host
INFO  01:20:22 Loading settings from file:/etc/cassandra/cassandra.yaml
INFO  01:20:22 Node configuration:[authenticator=AllowAllAuthenticator; 
authorizer=AllowAllAuthorizer; auto_snapshot=true; 
batch_size_warn_threshold_in_kb=5; batchlog_replay_throttle_in_kb=1024; 
broadcast_address=10.0.1.2; broadcast_rpc_address=10.0.1.2; 
cas_contention_timeout_in_ms=1000; client_encryption_options=; 
cluster_name=Test Cluster; column_index_size_in_kb=64; 
commit_failure_policy=stop; commitlog_directory=/var/lib/cassandra/commitlog; 
commitlog_segment_size_in_mb=32; commitlog_sync=periodic; 
commitlog_sync_period_in_ms=1; 
compaction_large_partition_warning_threshold_mb=100; 
compaction_throughput_mb_per_sec=16; concurrent_counter_writes=32; 
concurrent_reads=32; concurrent_writes=32; counter_cache_save_period=7200; 
counter_cache_size_in_mb=null; counter_write_request_timeout_in_ms=5000; 
cross_node_timeout=false; data_file_directories=[/var/lib/cassandra/data]; 
disk_failure_policy=stop; dynamic_snitch_badness_threshold=0.1; 
dynamic_snitch_reset_interval_in_ms=60; 
dynamic_snitch_update_interval_in_ms=100; endpoint_snitch=SimpleSnitch; 
hinted_handoff_enabled=true; hinted_handoff_throttle_in_kb=1024; 
incremental_backups=false; index_summary_capacity_in_mb=null; 
index_summary_resize_interval_in_minutes=60; inter_dc_tcp_nodelay=false; 
internode_compression=all; key_cache_save_period=14400; 
key_cache_size_in_mb=null; listen_address=10.0.1.2; 
max_hint_window_in_ms=1080; max_hints_delivery_threads=2; 
memtable_allocation_type=heap_buffers; native_transport_port=9042; 
num_tokens=256; partitioner=org.apache.cassandra.dht.Murmur3Partitioner; 
permissions_validity_in_ms=2000; range_request_timeout_in_ms=1; 
read_request_timeout_in_ms=5000; 
request_scheduler=org.apache.cassandra.scheduler.NoScheduler; 
request_timeout_in_ms=1; row_cache_save_period=0; row_cache_size_in_mb=0; 
rpc_address=0.0.0.0; rpc_keepalive=true; rpc_port=9160; rpc_server_type=sync; 
saved_caches_directory=/var/lib/cassandra/saved_caches; 
seed_provider=[{class_name=org.apache.cassandra.locator.SimpleSeedProvider, 
parameters=[{seeds=aai.hbase.simpledemo.onap.org}]}]; 
server_encryption_options=; snapshot_before_compaction=false; 
ssl_storage_port=7001; sstable_preemptive_open_interval_in_mb=50; 
start_native_transport=true; start_rpc=true; storage_port=7000; 
thrift_framed_transport_size_in_mb=15; tombstone_failure_threshold=10; 
tombstone_warn_threshold=1000; trickle_fsync=false; 
trickle_fsync_interval_in_kb=10240; truncate_request_timeout_in_ms=6; 
unlogged_batch_across_partitions_warn_threshold=10; 
write_request_timeout_in_ms=2000]
INFO  01:20:22 DiskAccessMode 'auto' determined to be mmap, indexAccessMode is 
mmap
INFO  01:20:22 Global memtable on-heap threshold is enabled at 983MB
INFO  01:20:22 Global memtable off-heap threshold is enabled at 983MB
INFO  01:20:22 Loading settings from file:/etc

Re: [onap-discuss] Error in aai-vm1 installation

2018-05-30 Thread FORSYTH, JAMES
Is your Cassandra container running on vm2?

Thanks,
jimmy

From: Vinayak Tejankar 
Date: Wednesday, May 30, 2018 at 4:03 PM
To: "FORSYTH, JAMES" 
Cc: "onap-discuss@lists.onap.org" 
Subject: Re: [onap-discuss] Error in aai-vm1 installation

Hi Forsyth,

I'm using a multi-node setup. Attached are the templates, and I'm deploying it 
on Openstack Mitaka.

Please find the attachments.


On Thu, May 31, 2018 at 1:12 AM, FORSYTH, JAMES 
mailto:jf2...@att.com>> wrote:
Hi, Vinayak,

Are you trying a multi-node setup or a single node?

Thanks,
jimmy

From: 
mailto:onap-discuss-boun...@lists.onap.org>>
 on behalf of Vinayak Tejankar 
mailto:vtejan...@criterionnetworks.com>>
Date: Wednesday, May 30, 2018 at 3:06 PM
To: "onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] Error in aai-vm1 installation

Hello Team,

I was facing some issues when I last tried installing ONAP. Thanks to the 
support from the members of the community, all the issues are been actively 
looked upon and addressed which is really helpful and motivating for a newbie 
like me to keep trying.

In my latest attempt, I was able to pull the docker images in aai-vm-1. 
However, during the deployment of testconfig..., I'm getting the following 
error:


17:47:37,850 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction 
- End of configuration.

17:47:37,886 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27973e9b 
- Registering current configuration as safe fallback point



 NOTE --- about to open graph (takes a little while);

Exception in thread "main" java.lang.reflect.InvocationTargetException

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:498)

  at 
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)

  at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)

  at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)

  at 
org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:594)

Caused by: java.lang.ExceptionInInitializerError

  at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:98)

  at org.onap.aai.dbgen.GenTester.main(GenTester.java:118)

  ... 8 more

Caused by: java.lang.RuntimeException: Failed to instantiate graphs

  at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:83)

  at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:55)

  at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:88)

  ... 10 more

Caused by: java.lang.IllegalArgumentException: Could not instantiate 
implementation: 
org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager

  at 
org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:69)

  at 
org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)

  at 
org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)

  at 
org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1376)

  at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)

  at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)

  at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)

  at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:110)

  at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:80)

  ... 12 more

Caused by: 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.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)

  ... 20 more

Caused by: org.janusgraph.diskstorage.TemporaryBackendException: Temporary 
failure in storage backend

  at 
org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.ensureKeyspaceExists(AstyanaxStoreManager.java:619)

  at 
org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.(AstyanaxStoreManager.java:314)

  ... 25 more

Caused by: com.netflix.astyanax.connectionpool.exceptions.PoolTimeoutException: 
PoolTimeoutException: 
[host=aai.hbase.simpledemo.onap.org<https://u

Re: [onap-discuss] Error in aai-vm1 installation

2018-05-30 Thread FORSYTH, JAMES
Hi, Vinayak,

Are you trying a multi-node setup or a single node?

Thanks,
jimmy

From:  on behalf of Vinayak Tejankar 

Date: Wednesday, May 30, 2018 at 3:06 PM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] Error in aai-vm1 installation

Hello Team,

I was facing some issues when I last tried installing ONAP. Thanks to the 
support from the members of the community, all the issues are been actively 
looked upon and addressed which is really helpful and motivating for a newbie 
like me to keep trying.

In my latest attempt, I was able to pull the docker images in aai-vm-1. 
However, during the deployment of testconfig..., I'm getting the following 
error:


17:47:37,850 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction 
- End of configuration.

17:47:37,886 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@27973e9b 
- Registering current configuration as safe fallback point



 NOTE --- about to open graph (takes a little while);

Exception in thread "main" java.lang.reflect.InvocationTargetException

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:498)

  at 
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)

  at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)

  at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)

  at 
org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:594)

Caused by: java.lang.ExceptionInInitializerError

  at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:98)

  at org.onap.aai.dbgen.GenTester.main(GenTester.java:118)

  ... 8 more

Caused by: java.lang.RuntimeException: Failed to instantiate graphs

  at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:83)

  at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:55)

  at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:88)

  ... 10 more

Caused by: java.lang.IllegalArgumentException: Could not instantiate 
implementation: 
org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager

  at 
org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:69)

  at 
org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)

  at 
org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)

  at 
org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1376)

  at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)

  at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)

  at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)

  at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:110)

  at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:80)

  ... 12 more

Caused by: 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.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)

  ... 20 more

Caused by: org.janusgraph.diskstorage.TemporaryBackendException: Temporary 
failure in storage backend

  at 
org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.ensureKeyspaceExists(AstyanaxStoreManager.java:619)

  at 
org.janusgraph.diskstorage.cassandra.astyanax.AstyanaxStoreManager.(AstyanaxStoreManager.java:314)

  ... 25 more

Caused by: com.netflix.astyanax.connectionpool.exceptions.PoolTimeoutException: 
PoolTimeoutException: 
[host=aai.hbase.simpledemo.onap.org(aai.hbase.simpledemo.onap.org):9160,
 latency=10009(10009), attempts=1]Timed out waiting for connection

  at 
com.netflix.astyanax.connectionpool.impl.SimpleHostConnectionPool.waitForConnection(SimpleHostConnectionPool.java:231)

  at 

Re: [onap-discuss] aai module with pods in Pending/Init states

2018-05-23 Thread FORSYTH, JAMES
Hi, Santi,

Cassandra has to come up first, I recommend looking at the logs on that pod and 
see what’s happening in your environment.

Thanks,
jimmy

From:  on behalf of Santi Rodríguez 

Date: Wednesday, May 23, 2018 at 4:21 AM
To: "onap-discuss@lists.onap.org" 
Subject: [onap-discuss] aai module with pods in Pending/Init states

Hi all,

I'm deploying a minimal ONAP platform in a OOM Rancher over Baremetal 
installation:

$ helm list
NAMEREVISIONUPDATED STATUS  
CHART   NAMESPACE
onap-aai 1   Tue May 22 09:01:47 2018DEPLOYED   
 aai-2.0.0   default
onap-dmaap1   Mon May 21 09:02:25 2018DEPLOYED
dmaap-2.0.0 default
onap-policy 1   Mon May 21 16:50:17 2018DEPLOYED
policy-2.0.0default
onap-portal 1   Mon May 21 09:02:42 2018DEPLOYED
portal-2.0.0default
onap-sdc1   Mon May 21 09:03:08 2018DEPLOYED
sdc-2.0.0   default
onap-so  1   Mon May 21 09:01:50 2018DEPLOYED   
 so-2.0.0default
onap-vid  1   Mon May 21 09:02:34 2018DEPLOYED  
  vid-2.0.0   default

Every pod is Running/Completed but aai pods:

kubectl get pods -a -o=wide | grep onap-aai
onap-aai-aai-88748df5c-gm4gh 0/1   Init:0/1
onap-aai-aai-babel-f668bbd8c-g2x74 2/2   Running
onap-aai-aai-cassandra-00/1   Pending
onap-aai-aai-champ-7bffdc4ffb-w4kmc   0/1   Init:0/1
onap-aai-aai-data-router-56cf898d88-rbxm81/1   Running
onap-aai-aai-elasticsearch-54ddc69bdb-qzlgc 1/1   Running
onap-aai-aai-gizmo-d7fbfdf4b-kf4542/2   Running
onap-aai-aai-hbase-64845dc7fd-rhrml1/1   Running
onap-aai-aai-modelloader-6c6758d97d-s692h 2/2   Running
onap-aai-aai-resources-567f465546-8pppg  0/2   Init:0/1
onap-aai-aai-search-data-56dcd7ff88-9l5h7 2/2   Running
onap-aai-aai-sparky-be-599c9bc7fc-5wmnp2/2   Running
onap-aai-aai-traversal-557d6dc995-9w76w  0/2   Init:0/1
onap-aai-aai-traversal-update-query-data-q64gg   0/1   Init:0/1

These six aai pods are always in Pending/Init states and seem to be stack in 
those states.
What are they waiting for?
Do I need to deploy another component? I followed wiki recommendations about 
the minimum set of components to deploy.

Thanks,
BR, Santiago

Santiago Rodríguez García | Senior Analyst
T/ + 34 986 410 091 (ext) 227
www.optaresolutions.com
[Image
 removed by sender. Optare 
Solutions]
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] AAI R2 Vulnerability report

2018-05-03 Thread FORSYTH, JAMES
Hi, Stephen,

The AAI team has made great strides in reducing the number of vulnerabilities 
across our many repositories.  I have updated the AAI Vulnerability report here:
https://wiki.onap.org/x/ZzSEAQ

The last item shows champ as “in progress” with a link to 2 jira stories – the 
team is actively working these right now.  We did a commit on Champ last night 
which will remove multiple vulnerabilities; hopefully Jenkins will be back up 
soon so we can re-run the clm job and get a new report.

There is also one other commit pending from the Champ team which I am hopeful 
will address most of the remaining items.

I’ll keep you posted on our progress and update the set of champ items once I 
have a better report - thanks for your patience.

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


Re: [onap-discuss] AAI using new certificate in Beijing

2018-05-02 Thread FORSYTH, JAMES
Hi, Rich,

Where you put the ca cert is implementation specific – those locations sound 
reasonable.  You do not need to request a client-only certificate, but if your 
service might need to request a server certificate.

Thanks,
jimmy

From: "TABEDZKI, RICHARD" <rt0...@att.com>
Date: Wednesday, May 2, 2018 at 10:13 AM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>
Cc: HARISH V KAJUR <vk2...@att.com>, "GATHMAN, JONATHAN C" <jg1...@att.com>
Subject: RE: AAI using new certificate in Beijing

Jim,

Is it enough then to place AAF_RootCA.cer in /etc/ssl/certs  and import 
truststoreONAP.p12 to /etc/ssl/certs/java/cacerts  or each application still 
needs to request Application Client-Only and Application client certificates?

Thanks,
Rich

From: onap-discuss-boun...@lists.onap.org <onap-discuss-boun...@lists.onap.org> 
On Behalf Of FORSYTH, JAMES
Sent: Wednesday, April 18, 2018 1:03 PM
To: onap-discuss@lists.onap.org
Cc: KAJUR, HARISH V <vk2...@att.com>; GATHMAN, JONATHAN C <jg1...@att.com>
Subject: Re: [onap-discuss] AAI using new certificate in Beijing

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

Just a reminder that AAI will be changing its server certificate tomorrow at 
the end of the day – you will need to take action to include the AAF root 
certificate in your trust store.

Instructions are here, including keystore files that have been modified to 
include the AAF root:

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=QzH9_nx-kp6x-cnIqopMqvu4S8LrNfbKJVNxre1GX28=3b0rLxCQ8FObL2YX7AqhtW18zzMdBQRVD8PO7tSovs8=VRssEilZ3AC16i--8BVi9-BcY8vUn0vlXbbjYtZUWYU=>

The integration team is aware of this change and will hopefully be able to 
patch applications that do not update their trustStores, but if you care at all 
about Brian and Marco’s sanity, please update your artifacts in advance 

Thanks,
jimmy

From: "FORSYTH, JAMES" <jf2...@att.com<mailto:jf2...@att.com>>
Date: Monday, April 16, 2018 at 4:43 PM
To: "onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: AAI using new certificate in Beijing

Hi, Everyone,

AAI will be replacing its openecomp signed certificate with a new one signed by 
AAF.

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing#AAFEnvironment-Beijing-RootCertificate.1<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing-23AAFEnvironment-2DBeijing-2DRootCertificate.1=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=QzH9_nx-kp6x-cnIqopMqvu4S8LrNfbKJVNxre1GX28=3b0rLxCQ8FObL2YX7AqhtW18zzMdBQRVD8PO7tSovs8=y5_3fJmResTvJyMnFnZ2yIarq9o3AT3iP-bsOOGhDRo=>

has a link to the AAF root certificate which signed the AAI cert.

AAI’s certificate is issued by: CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US, 
which is issued by: C=US, O=ONAP, OU=OSAAF

AAI clients – please let me know if you will have issues importing the AAF root 
certificate into your trustStore.  The current plan is to switch the AAI server 
certificates to the new ones signed by AAF at RC0 (this Thursday)

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


Re: [onap-discuss] [aai] openlab access for AAI devs

2018-04-30 Thread FORSYTH, JAMES
Hi, AAI devs,

Part 2, using the lab, is available on the wiki:

https://wiki.onap.org/x/xwDoAQ

thanks,
jimmy

From: <onap-discuss-boun...@lists.onap.org> on behalf of "FORSYTH, JAMES" 
<jf2...@att.com>
Date: Wednesday, April 25, 2018 at 2:13 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Cc: HARISH V KAJUR <vk2...@att.com>, "LEE, TIAN" <ti...@amdocs.com>
Subject: [onap-discuss] [aai] openlab access for AAI devs

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

Per my action item on today’s AAI weekly meeting I set up instructions for 
connecting to the openlab environment for AAI dev:

https://wiki.onap.org/x/w4HXAQ<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_x_w4HXAQ=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=CrAZzANuXIT5GJrS5vv-8nS2lk_CfBRw2ilT1ZdlO1U=EEtmDj4Lk-ULZilrVgyLpj2iT8_wR-BR_s9vl5KpQqY=>

Part 2, using the lab, is coming soon.

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


Re: [onap-discuss] [aai] openlab access for AAI devs

2018-04-26 Thread FORSYTH, JAMES
Hi, Arul,

I’ll add you to the list.

Thanks,
jimmy

From: "NAMBI, ARUL" <arul.na...@amdocs.com>
Date: Thursday, April 26, 2018 at 10:57 AM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>
Cc: HARISH V KAJUR <vk2...@att.com>, "AGGARWAL, MANISHA" <amani...@att.com>, 
"BLIMKIE, STEVEN" <steven.blim...@amdocs.com>, "LEE, TIAN" <ti...@amdocs.com>
Subject: RE: [aai] openlab access for AAI devs

Hey Jimmy,
Thanks for the link.  I have a cert from Stephen Gooch, but my name is not in 
the list Integration / Developer Lab 
Access<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D15992234=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WNELYKpDlFfip8UZb-eD1RxGNjby1Vq4qvs0YbeSB0I=e94kj1kqgT10IGzwrPG722uXV2JzTmnCPRCyNl6S6-w=>.
 Should I be doing anything to get my name in the list?
Regards
Arul

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Wednesday, April 25, 2018 2:13 PM
To: onap-discuss@lists.onap.org
Cc: KAJUR, HARISH V <vk2...@att.com>; AGGARWAL, MANISHA <amani...@att.com>; 
Steven Blimkie <steven.blim...@amdocs.com>; Tian Lee <ti...@amdocs.com>; Arul 
Nambi <arul.na...@amdocs.com>
Subject: [aai] openlab access for AAI devs

AAI devs,

Per my action item on today’s AAI weekly meeting I set up instructions for 
connecting to the openlab environment for AAI dev:

https://wiki.onap.org/x/w4HXAQ<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_x_w4HXAQ=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WNELYKpDlFfip8UZb-eD1RxGNjby1Vq4qvs0YbeSB0I=PaE8gWo5Per4MvINFU3mnS2vs2Qp5L4USvxZ8ugvu84=>

Part 2, using the lab, is coming soon.

Thanks,
jimmy
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=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WNELYKpDlFfip8UZb-eD1RxGNjby1Vq4qvs0YbeSB0I=pe5kpgh_iI7Jjqhu_YNWScHE4pQwvKg4hN79w4Y-8n4=>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [aai] openlab access for AAI devs

2018-04-25 Thread FORSYTH, JAMES
AAI devs,

Per my action item on today’s AAI weekly meeting I set up instructions for 
connecting to the openlab environment for AAI dev:

https://wiki.onap.org/x/w4HXAQ

Part 2, using the lab, is coming soon.

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


[onap-discuss] AAI weekly call 4/25

2018-04-24 Thread FORSYTH, JAMES
Hi, All,

Crowdsourcing agenda items for tomorrow’s call:

https://wiki.onap.org/display/DW/2018-04-25+AAI+Weekly+Meeting+Notes+-+open+for+agenda+items

Feel free to add a row at the top if you have a discussion item.

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


Re: [onap-discuss] AAI using new certificate in Beijing

2018-04-20 Thread FORSYTH, JAMES
Hi, All,

My intention was to change the server certificates in AAI this morning but we 
ran into issues with internal test with our haproxy service.  Therefore, we’re 
going to delay until Monday morning rather than trying to squeeze them in late 
on Friday afternoon.  Thanks for your patience.

Thanks,
jimmy

From: "FORSYTH, JAMES" <jf2...@att.com>
Date: Thursday, April 19, 2018 at 3:50 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Cc: HARISH V KAJUR <vk2...@att.com>, "GATHMAN, JONATHAN C" <jg1...@att.com>
Subject: Re: [onap-discuss] AAI using new certificate in Beijing

Hi, All,

Jonathan from the AAF team has imported the existing old-style openecomp CA 
root and intermediate certificates into the keystores linked here:

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=bdID2Mv-g83xUHSg_Msf-BfOMYc6nKqbu9diqmYsMlY=ETD0mXcHLCg9TDDE6r7pB-NwJSm_cvd7JtIxW5kaSrk=>

This will allow you to use the old-style AAI certificates that are currently in 
use, as well as the new AAF-signed certificates.  To give you a little extra 
time to update your trustStores, we will not merge the new certificates today 
in AAI, but will wait until first thing tomorrow morning.

Thanks,
Jimmy

From: <onap-discuss-boun...@lists.onap.org> on behalf of "FORSYTH, JAMES" 
<jf2...@att.com>
Date: Wednesday, April 18, 2018 at 1:04 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Cc: HARISH V KAJUR <vk2...@att.com>, "GATHMAN, JONATHAN C" <jg1...@att.com>
Subject: Re: [onap-discuss] AAI using new certificate in Beijing

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

Just a reminder that AAI will be changing its server certificate tomorrow at 
the end of the day – you will need to take action to include the AAF root 
certificate in your trust store.

Instructions are here, including keystore files that have been modified to 
include the AAF root:

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=bdID2Mv-g83xUHSg_Msf-BfOMYc6nKqbu9diqmYsMlY=ETD0mXcHLCg9TDDE6r7pB-NwJSm_cvd7JtIxW5kaSrk=>

The integration team is aware of this change and will hopefully be able to 
patch applications that do not update their trustStores, but if you care at all 
about Brian and Marco’s sanity, please update your artifacts in advance 

Thanks,
jimmy

From: "FORSYTH, JAMES" <jf2...@att.com>
Date: Monday, April 16, 2018 at 4:43 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Subject: AAI using new certificate in Beijing

Hi, Everyone,

AAI will be replacing its openecomp signed certificate with a new one signed by 
AAF.

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing#AAFEnvironment-Beijing-RootCertificate.1<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing-23AAFEnvironment-2DBeijing-2DRootCertificate.1=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=bdID2Mv-g83xUHSg_Msf-BfOMYc6nKqbu9diqmYsMlY=o0_CvI8JcM0QZgjRre_nyTRzT4PVUI3L0HGzjp-xqDc=>

has a link to the AAF root certificate which signed the AAI cert.

AAI’s certificate is issued by: CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US, 
which is issued by: C=US, O=ONAP, OU=OSAAF

AAI clients – please let me know if you will have issues importing the AAF root 
certificate into your trustStore.  The current plan is to switch the AAI server 
certificates to the new ones signed by AAF at RC0 (this Thursday)

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


Re: [onap-discuss] AAI using new certificate in Beijing

2018-04-19 Thread FORSYTH, JAMES
Hi, All,

Jonathan from the AAF team has imported the existing old-style openecomp CA 
root and intermediate certificates into the keystores linked here:

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=bdID2Mv-g83xUHSg_Msf-BfOMYc6nKqbu9diqmYsMlY=ETD0mXcHLCg9TDDE6r7pB-NwJSm_cvd7JtIxW5kaSrk=>

This will allow you to use the old-style AAI certificates that are currently in 
use, as well as the new AAF-signed certificates.  To give you a little extra 
time to update your trustStores, we will not merge the new certificates today 
in AAI, but will wait until first thing tomorrow morning.

Thanks,
Jimmy

From: <onap-discuss-boun...@lists.onap.org> on behalf of "FORSYTH, JAMES" 
<jf2...@att.com>
Date: Wednesday, April 18, 2018 at 1:04 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Cc: HARISH V KAJUR <vk2...@att.com>, "GATHMAN, JONATHAN C" <jg1...@att.com>
Subject: Re: [onap-discuss] AAI using new certificate in Beijing

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

Just a reminder that AAI will be changing its server certificate tomorrow at 
the end of the day – you will need to take action to include the AAF root 
certificate in your trust store.

Instructions are here, including keystore files that have been modified to 
include the AAF root:

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=bdID2Mv-g83xUHSg_Msf-BfOMYc6nKqbu9diqmYsMlY=ETD0mXcHLCg9TDDE6r7pB-NwJSm_cvd7JtIxW5kaSrk=>

The integration team is aware of this change and will hopefully be able to 
patch applications that do not update their trustStores, but if you care at all 
about Brian and Marco’s sanity, please update your artifacts in advance 

Thanks,
jimmy

From: "FORSYTH, JAMES" <jf2...@att.com>
Date: Monday, April 16, 2018 at 4:43 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Subject: AAI using new certificate in Beijing

Hi, Everyone,

AAI will be replacing its openecomp signed certificate with a new one signed by 
AAF.

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing#AAFEnvironment-Beijing-RootCertificate.1<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BEnvironment-2B-2D-2BBeijing-23AAFEnvironment-2DBeijing-2DRootCertificate.1=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=bdID2Mv-g83xUHSg_Msf-BfOMYc6nKqbu9diqmYsMlY=o0_CvI8JcM0QZgjRre_nyTRzT4PVUI3L0HGzjp-xqDc=>

has a link to the AAF root certificate which signed the AAI cert.

AAI’s certificate is issued by: CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US, 
which is issued by: C=US, O=ONAP, OU=OSAAF

AAI clients – please let me know if you will have issues importing the AAF root 
certificate into your trustStore.  The current plan is to switch the AAI server 
certificates to the new ones signed by AAF at RC0 (this Thursday)

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


Re: [onap-discuss] AAI using new certificate in Beijing

2018-04-18 Thread FORSYTH, JAMES
AAI clients:

Just a reminder that AAI will be changing its server certificate tomorrow at 
the end of the day – you will need to take action to include the AAF root 
certificate in your trust store.

Instructions are here, including keystore files that have been modified to 
include the AAF root:

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing

The integration team is aware of this change and will hopefully be able to 
patch applications that do not update their trustStores, but if you care at all 
about Brian and Marco’s sanity, please update your artifacts in advance 

Thanks,
jimmy

From: "FORSYTH, JAMES" <jf2...@att.com>
Date: Monday, April 16, 2018 at 4:43 PM
To: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Subject: AAI using new certificate in Beijing

Hi, Everyone,

AAI will be replacing its openecomp signed certificate with a new one signed by 
AAF.

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing#AAFEnvironment-Beijing-RootCertificate.1

has a link to the AAF root certificate which signed the AAI cert.

AAI’s certificate is issued by: CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US, 
which is issued by: C=US, O=ONAP, OU=OSAAF

AAI clients – please let me know if you will have issues importing the AAF root 
certificate into your trustStore.  The current plan is to switch the AAI server 
certificates to the new ones signed by AAF at RC0 (this Thursday)

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


[onap-discuss] AAI using new certificate in Beijing

2018-04-16 Thread FORSYTH, JAMES
Hi, Everyone,

AAI will be replacing its openecomp signed certificate with a new one signed by 
AAF.

https://wiki.onap.org/display/DW/AAF+Environment+-+Beijing#AAFEnvironment-Beijing-RootCertificate.1

has a link to the AAF root certificate which signed the AAI cert.

AAI’s certificate is issued by: CN=intermediateCA_1, OU=OSAAF, O=ONAP, C=US, 
which is issued by: C=US, O=ONAP, OU=OSAAF

AAI clients – please let me know if you will have issues importing the AAF root 
certificate into your trustStore.  The current plan is to switch the AAI server 
certificates to the new ones signed by AAF at RC0 (this Thursday)

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


Re: [onap-discuss] [AAI] A for pairwise testing

2018-04-10 Thread FORSYTH, JAMES
Hi, Dileep,

Try this page:

https://wiki.onap.org/display/DW/How+to+Docker+setup+on+Single+VM

thanks!
-jimmy

From: "Ranganathan, Dileep" <dileep.ranganat...@intel.com>
Date: Monday, April 9, 2018 at 8:09 PM
To: "FORSYTH, JAMES" <jf2...@att.com>, HARISH V KAJUR <vk2...@att.com>, 
"onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Cc: "Sood, Ritu" <ritu.s...@intel.com>, "Yang, Bin (Wind River)" 
<bin.y...@windriver.com>, "Deng, Yipan" <yipan.d...@intel.com>
Subject: [AAI] A for pairwise testing

Hi A team,

Do you have any BKM to deploy A for pairwise testing?
The Multicloud project and OOF project is trying to do pairwise testing. So far 
we were testing using the Development Environment setup specified here A 
Developer Environment Setup - Updated for 
Beijing!<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D25440974-26src-3Dcontextnavpagetreemode=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=H0FtaU870RN0TD3wziPHvqVwRrMgph7MXQ_Zg5KzYFA=kJXPGbhk7ehj4Kfv2KAyDEP2mWPbvRLOkU5PqK-cMTM=>
Is there a similar container setup and configuration documentation that we can 
follow?

Thanks,
Dileep

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


Re: [onap-discuss] AAI inventory update after onboarding / instantiation on openstack using SO API

2018-04-05 Thread FORSYTH, JAMES
Hi, Ullas,

If you want to see objects that are contained by the vnf, I suggest setting the 
depth= query parameter.  By default depth is set to 0, meaning only fetch the 
given object and not objects that it contains.

Example: 
https://{ONAP_AAI}/aai/v11/network/generic-vnfs/generic-vnf/b8f1c9ed-a14d-4a32-8f34-a4eefef559e4?depth=3

Thanks,
jimmy


From:  on behalf of Ullas Kumar Kotrappa 
Yereseemi 
Date: Thursday, April 5, 2018 at 11:55 AM
To: "SMOKOWSKI, STEVEN" , "onap-discuss@lists.onap.org" 

Cc: Syed Atif Husain 
Subject: Re: [onap-discuss] AAI inventory update after onboarding / 
instantiation on openstack using SO API

Hello Steve,

Thanks for the response. However, we could not get any details as part of the 
get VNF Details call.

PFB the response we got after VNF was successfully instantiated on Openstack. 
Is there any other way to check what is updated on AAU as part of the service 
instantiation call from SO ?

Request:

https://{ONAP_AAI}/aai/v11/network/generic-vnfs/generic-vnf/b8f1c9ed-a14d-4a32-8f34-a4eefef559e4

{
"vnf-id": "b8f1c9ed-a14d-4a32-8f34-a4eefef559e4",
"vnf-name": "ExfoVverfierServcie_3_4_2018_VNF_V2",
"vnf-type": "ExfoVverfierServcie_2_4_18/Exo_vVerfier_2_4_18 0",
"service-id": "test",
"prov-status": "PREPROV",
"orchestration-status": "Created",
"in-maint": false,
"is-closed-loop-disabled": false,
"resource-version": "1522748583099",
"model-invariant-id": "1ef558e3-925e-4073-9d96-5719c461a354",
"model-version-id": "e82b6e95-69d7-4d4e-886a-d46abc2791d0",
"model-customization-id": "c315d678-c31a-483a-b2a5-d60bb56e95d4",
"nf-type": "",
"nf-function": "",
"nf-role": "",
"nf-naming-code": "",
"relationship-list": {
"relationship": [
{
"related-to": "service-instance",
"related-link": 
"/aai/v11/business/customers/customer/Demonstration/service-subscriptions/service-subscription/vCPE/service-instances/service-instance/ef4633b2-9212-4c22-8bdf-137a816e4e29",
"relationship-data": [
{
"relationship-key": "customer.global-customer-id",
"relationship-value": "Demonstration"
},
{
"relationship-key": "service-subscription.service-type",
"relationship-value": "vCPE"
},
{
"relationship-key": 
"service-instance.service-instance-id",
"relationship-value": 
"ef4633b2-9212-4c22-8bdf-137a816e4e29"
}
],
"related-to-property": [
{
"property-key": 
"service-instance.service-instance-name",
"property-value": "ExfoVverfierServcie_3_4_2018_V2"
}
]
}
]
}
}

Regards,
Ullas


From: SMOKOWSKI, STEVEN [mailto:ss8...@att.com]
Sent: Thursday, April 5, 2018 8:00 PM
To: Ullas Kumar Kotrappa Yereseemi ; 
onap-discuss@lists.onap.org
Cc: Syed Atif Husain 
Subject: Re: [onap-discuss] AAI inventory update after onboarding / 
instantiation on openstack using SO API


  1.  A should be updated, with the details.  Inventory should always be 
fetched from there.

Thanks

-Steve

From: 
>
 on behalf of Ullas Kumar Kotrappa Yereseemi 
>
Date: Thursday, April 5, 2018 at 10:27 AM
To: "onap-discuss@lists.onap.org" 
>
Cc: Syed Atif Husain >
Subject: [onap-discuss] AAI inventory update after onboarding / instantiation 
on openstack using SO API

Hello Team,

We are working on getting the VNF’s on boarded on to Openstack via the ONAP SO 
API’s.  The VNF was successfully instantiated but when we query AAI using the


Re: [onap-discuss] [aai] [so] aai-common 1.2.0 depends on expired oparent snapshot

2018-03-26 Thread FORSYTH, JAMES
Hi, Rob,

I’m going to request a release of 1.2.1 (which uses oparent:1.1.0 release 
version) as soon as it builds, and you should be able to use that.

I’ll let you know when it is available.

Thanks,
jimmy

From: "DAUGHERTY, ROBERT E" <rd4...@att.com>
Date: Monday, March 26, 2018 at 1:58 PM
To: "Williams, Marcus" <marcus.willi...@intel.com>, onap-discuss 
<onap-discuss@lists.onap.org>
Cc: 'Seshu m' <seshu.kuma...@huawei.com>, "BENJAMIN, MAX" <mb3...@att.com>, 
"FORSYTH, JAMES" <jf2...@att.com>
Subject: RE: [aai] [so] aai-common 1.2.0 depends on expired oparent snapshot

+ Max
+ Jimmy

SO cannot use 1.2.1-SNAPSHOT because it is a snapshot, and another rule 
prevents release builds from depending on snapshot artifacts.

These versions of aai-common:aai-schema are in nexus:

1.2.1-SNAPSHOT – Mar 26 – depends on oparent:1.0.0 (exists)
1.2.0 – Mar 12 - depends on oparent:1.1.0-SNAPSHOT (missing)
1.1.1 – Dec 11 - depends on oparent:1.0.0-SNAPSHOT (exists)
1.1.0 – Nov 9 – depends on oparent:1.0.0-SNAPSHOT (exists)

It appears that LF removed the oparent:1.1.0-SNAPSHOT artifact late on Friday.

From: Williams, Marcus [mailto:marcus.willi...@intel.com]
Sent: Monday, March 26, 2018 4:27 PM
To: onap-discuss <onap-discuss@lists.onap.org>
Cc: 'Seshu m' <seshu.kuma...@huawei.com>; DAUGHERTY, ROBERT E <rd4...@att.com>
Subject: [aai] [so] aai-common 1.2.0 depends on expired oparent snapshot

Hello AAI Team,

SO has a dependency on your aai-schema 1.2.0 release artifact, but recently all 
of our builds are failing due to this dependency.

It appears aai-common and by extension aai-schema release artifacts have a 
dependency on oparent 1.1.0-SNAPSHOT which no longer exists 
(https://nexus.onap.org/content/repositories/snapshots/org/onap/oparent/oparent/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_snapshots_org_onap_oparent_oparent_=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=1avnrliG2ZNIjGQV4rWQZg=RWZ1vQlZen1Sqq-E9Au3X1WzEqm63sm9sbASIlDJV50=-IX7HoO7UBBCjq0hUarDY8r6uJodmwdl0-UvKxdnNHc=>
 ):

Build failed to find artifact org.onap.oparent:oparent:pom:1.1.0-SNAPSHOT 
needed for sub-project org.onap.so:common:jar:1.2.0-SNAPSHOT: Failed to collect 
dependencies at org.onap.aai.aai-common:aai-schema:jar:1.2.0: Failed to read 
artifact descriptor for org.onap.aai.aai-common:aai-schema:jar:1.2.0. Check 
correct groupId, artifactId and version. This may also indicate a problem with 
nexus. Another possibility is that this is a -SNAPSHOT version and it has 
expired from nexus -- in that case check with the project which provides the 
artifact.

See: 
https://nexus.onap.org/content/repositories/releases/org/onap/aai/aai-common/aai-common/1.2.0/aai-common-1.2.0.pom<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_releases_org_onap_aai_aai-2Dcommon_aai-2Dcommon_1.2.0_aai-2Dcommon-2D1.2.0.pom=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=1avnrliG2ZNIjGQV4rWQZg=RWZ1vQlZen1Sqq-E9Au3X1WzEqm63sm9sbASIlDJV50=_Eeb2wOtDXY04u05_3dn_-Gn7rez98OXt9UZJjb2_6g=>

All of our verify builds are failing due to this dependency. It seems the 
dependency should be on oparent 1.1.0 and not 1.1.0-SNAPSHOT.

I think we can work around temporarily by using aai-schema 1.2.1-SNAPSHOT which 
is based on oparent 1.1.0. However it would seem reasonable to fix this 
dependency issue on AAI released artifacts side.

Cheers,
Marcus Williams
IRC @ mgkwill
Network Software Engineer
Intel Corp. – Network Platforms Group

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


[onap-discuss] ONAP AAI Clients

2018-03-15 Thread FORSYTH, JAMES
All,

Currently AAI REST services run https on port 8443.  For Beijing, AAI will be 
leveraging the MSB api gateway which offers TLS services on port 443.  For 
clients who cannot make this change, during Beijing AAI will provide the same 
services on port 8443 services at the same address as in the Amsterdam lab/demo 
environments.  So, if you are an AAI client the preferred solution will be to 
change the hostname:port for AAI services to use the MSB enabled AAI services.  
Legacy URIs will be supported, as well as URIs that follow the ONAP URI 
conventions.

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


[onap-discuss] [aai] AAI weekly meeting for this week

2018-03-14 Thread FORSYTH, JAMES
Dear ONAP AAI Team,

In order to accommodate the most community members, the team took a vote and 
decided on Wednesdays at 13:00 UTC (9 AM EDT).  This week we will still have 
our weekly meeting on Friday, 2018-03-16 @ 13:00 UTC (9 AM EDT).

I have requested the single session meeting from the LF for this Friday; if the 
meeting notice doesn’t come out in time I still plan to meet on Friday @ 9, and 
will provide bridge information.

Thanks for your patience, I know that a lot of meetings have been shuffled with 
most of the US switching to daylight savings.

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


Re: [onap-discuss] [aai]GenTester Exception

2018-03-12 Thread FORSYTH, JAMES
Hi, Dileep,

Try specifying the full path to your home directory instead of ~, as in the 
example.

Thanks,
jimmy

From: "Ranganathan, Dileep" <dileep.ranganat...@intel.com>
Date: Monday, March 12, 2018 at 6:25 PM
To: HARISH V KAJUR <vk2...@att.com>, "FORSYTH, JAMES" <jf2...@att.com>, 
"onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Subject: [aai]GenTester Exception


I am getting an exception when I run the GenTester standalone program to load 
schema into the local graph db instance as mentioned in the A developer 
setup.

java -DAJSC_HOME=~/ONAP/AAI/resources/aai-resources 
-DBUNDLECONFIG_DIR="bundleconfig-local" -cp 
aai-common/aai-core/target/aai-core-1.2.1-SNAPSHOT.jar:resources/aai-resources/target/aai-resources.jar:resources/aai-resources/target/userjars/*
 org.onap.aai.dbgen.GenTester


Exception in thread "main" java.lang.NoClassDefFoundError: 
com/att/eelf/configuration/EELFManager
at org.onap.aai.dbgen.GenTester.main(GenTester.java:57)
Caused by: java.lang.ClassNotFoundException: 
com.att.eelf.configuration.EELFManager
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 1 more


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


Re: [onap-discuss] [aai] PNF / off-the-band VNF support ??

2018-03-08 Thread FORSYTH, JAMES
Hi, Kangaraj,

Are you saying that there are things that one of our client systems needs that 
are missing from the AAI schema, specifically the PNF?  Which client needs the 
new information, and what does it need?  ESR can capture external system 
credentials, perhaps the client should use the existing ESR interface?  API 
freeze is today, so my hope is that this is something simple that can be worked 
out quickly.

Thanks,
jimmy

From: Kanagaraj Manickam <kanagaraj.manic...@huawei.com>
Date: Thursday, March 8, 2018 at 6:44 AM
To: "FORSYTH, JAMES" <jf2...@att.com>
Cc: "onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>, xingxiaocheng 
<xingxiaoch...@huawei.com>
Subject: [aai] PNF / off-the-band VNF support ??

Dear Jimmy,

We are trying to understand the PNF model in the AAI and got following doubts, 
can you please help.


  1.  We found that AAI v12 provides API and model for on-boarding PNF directly 
it does not have place holder for capturing the PNF credentials, which could be 
used by run-time components to communicate with PNF. So how to capture the PNF 
credentials?
  2.  Consider the scenario where operator already having VNF and would like to 
on-board them into ONAP off-the-band, so that it can be managed along with new 
VNF getting deployed via ONAP. This is very similar to PNF on-boarding. How to 
support such scenarios in AAI?

Appreciate your inputs. Thank you.

Regards
Kanagaraj M
-
Be transparent! Win together !!

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



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


Re: [onap-discuss] AAF installation

2018-02-22 Thread FORSYTH, JAMES
Also, the instructions are not clear on this point, but you need to change to 
the “authz-service” directory before running $ mvn clean install docker:build.

Thanks,
jimmy

From: <onap-discuss-boun...@lists.onap.org> on behalf of "FORSYTH, JAMES" 
<jf2...@att.com>
Date: Thursday, February 22, 2018 at 8:41 AM
To: "Ranganathaiah, Manjunath" <manjunath.ranganatha...@intel.com>, 
"onap-discuss@lists.onap.org" <onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] AAF installation

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

Check your permissions – you need to be part of the docker group or run as a 
user with permission.

Thanks,
jimmy

From: "Ranganathaiah, Manjunath" <manjunath.ranganatha...@intel.com>
Date: Wednesday, February 21, 2018 at 7:54 PM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>
Subject: RE: [onap-discuss] AAF installation

Thanks Jimmy,

I went pass that, now when building docker image I get this error.

Thanks,
-Manjunath

mvn clean install docker:build

[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 3.911 s
[INFO] Finished at: 2018-02-21T16:40:39-08:00
[INFO] Final Memory: 26M/683M
[INFO] 
[ERROR] No plugin found for prefix 'docker' in the current project and in the 
plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the 
repositories [local (/home/mrangana/onap/.m2/repository), opendaylight-snapshot 
(https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.opendaylight.org_content_repositories_opendaylight.snapshot_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=9FeG0UZEWOHO_nZSTAwt2-l1ctVioJimqmtLvUq_qWg=>),
 opendaylight-mirror 
(https://nexus.opendaylight.org/content/repositories/public/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.opendaylight.org_content_repositories_public_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=hkAv96r_sAa5WKenB-Sj9d8rqSERL-Ch1VJAmhk0Uoo=>),
 openecomp-snapshot 
(https://nexus.onap.org/content/repositories/snapshots/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_snapshots_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=Vt99PC93V5Qu0p87-MTMQroXI32QVyyjwrwfmgxsEGc=>),
 openecomp-release 
(https://nexus.onap.org/content/repositories/releases/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_releases_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=ULcfzOn63gxvEUDp-SC20JdbPJiABI8zsfFpgnrFMTY=>),
 openecomp-public 
(https://nexus.onap.org/content/repositories/public/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_public_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=7A7mhVwmI1Fv2alnKSdWEXgpfM8yZXbe-3esErIP7Js=>),
 openecomp-staging 
(https://nexus.onap.org/content/repositories/staging/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_staging_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=xIurfuoiQh6kl5nDlNS13lc-lJBHwb6ew7fgVzwyRs4=>),
 central 
(https://repo.maven.apache.org/maven2<https://urldefense.proofpoint.com/v2/url?u=https-3A__repo.maven.apache.org_maven2=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=1Wl6-hNVxlKcO2sSJTiqMZY1fLhrpbzQb6p25SW4iuE=>)]
 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException<https://urldefense.proofpoint.com/v2/url?u=http-3A__cwiki.apache.org_confluence_display_MAVEN_NoPluginFoundForPrefixException=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=xCzvrjXm3WMpm-t5qvz-an6OGlAsHM3d_kHu8ltuelU=>

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Wednesday, February 21, 2018 12:44 PM
To: Ranganathaiah, Manjunath <manjunath.ranganatha...@intel.com>; 
onap-discuss@lists.onap.org
Subject: Re: [o

Re: [onap-discuss] AAF installation

2018-02-22 Thread FORSYTH, JAMES
Hi, Manjunath,

Check your permissions – you need to be part of the docker group or run as a 
user with permission.

Thanks,
jimmy

From: "Ranganathaiah, Manjunath" <manjunath.ranganatha...@intel.com>
Date: Wednesday, February 21, 2018 at 7:54 PM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>
Subject: RE: [onap-discuss] AAF installation

Thanks Jimmy,

I went pass that, now when building docker image I get this error.

Thanks,
-Manjunath

mvn clean install docker:build

[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 3.911 s
[INFO] Finished at: 2018-02-21T16:40:39-08:00
[INFO] Final Memory: 26M/683M
[INFO] 
[ERROR] No plugin found for prefix 'docker' in the current project and in the 
plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the 
repositories [local (/home/mrangana/onap/.m2/repository), opendaylight-snapshot 
(https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.opendaylight.org_content_repositories_opendaylight.snapshot_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=9FeG0UZEWOHO_nZSTAwt2-l1ctVioJimqmtLvUq_qWg=>),
 opendaylight-mirror 
(https://nexus.opendaylight.org/content/repositories/public/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.opendaylight.org_content_repositories_public_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=hkAv96r_sAa5WKenB-Sj9d8rqSERL-Ch1VJAmhk0Uoo=>),
 openecomp-snapshot 
(https://nexus.onap.org/content/repositories/snapshots/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_snapshots_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=Vt99PC93V5Qu0p87-MTMQroXI32QVyyjwrwfmgxsEGc=>),
 openecomp-release 
(https://nexus.onap.org/content/repositories/releases/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_releases_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=ULcfzOn63gxvEUDp-SC20JdbPJiABI8zsfFpgnrFMTY=>),
 openecomp-public 
(https://nexus.onap.org/content/repositories/public/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_public_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=7A7mhVwmI1Fv2alnKSdWEXgpfM8yZXbe-3esErIP7Js=>),
 openecomp-staging 
(https://nexus.onap.org/content/repositories/staging/<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus.onap.org_content_repositories_staging_=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=xIurfuoiQh6kl5nDlNS13lc-lJBHwb6ew7fgVzwyRs4=>),
 central 
(https://repo.maven.apache.org/maven2<https://urldefense.proofpoint.com/v2/url?u=https-3A__repo.maven.apache.org_maven2=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=1Wl6-hNVxlKcO2sSJTiqMZY1fLhrpbzQb6p25SW4iuE=>)]
 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException<https://urldefense.proofpoint.com/v2/url?u=http-3A__cwiki.apache.org_confluence_display_MAVEN_NoPluginFoundForPrefixException=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=WAelj4R5t7VZ7ecQn1DsVKTbtGGEBQ1oqAynRZs5yK0=xCzvrjXm3WMpm-t5qvz-an6OGlAsHM3d_kHu8ltuelU=>

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Wednesday, February 21, 2018 12:44 PM
To: Ranganathaiah, Manjunath <manjunath.ranganatha...@intel.com>; 
onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] AAF installation

Hi, Manjunath,

You should pick up oparent with that settings file – you may need to put it 
under ~/.m2 or use

$ mvn –settings [FILE]

Thanks,
jimmy

From: "Ranganathaiah, Manjunath" 
<manjunath.ranganatha...@intel.com<mailto:manjunath.ranganatha...@intel.com>>
Date: Wednesday, February 21, 2018 at 3:41 PM
To: "FORSYTH, JAMES" <jf2...@att.com<mailto:jf2...@att.com>>
Subject: RE: [onap-discuss] AAF installation

Hi Jimmy,


Yes, I got the seetings.xml under authz. Does maven automatically pick up this 
file or I need to copy somewhere?

Thanks

From: FORSYTH, JAMES [mailto:jf2...@att.com]

Re: [onap-discuss] AAF installation

2018-02-21 Thread FORSYTH, JAMES
Hi, Manjunath,

You should pick up oparent with that settings file – you may need to put it 
under ~/.m2 or use

$ mvn –settings [FILE]

Thanks,
jimmy

From: "Ranganathaiah, Manjunath" <manjunath.ranganatha...@intel.com>
Date: Wednesday, February 21, 2018 at 3:41 PM
To: "FORSYTH, JAMES" <jf2...@att.com>
Subject: RE: [onap-discuss] AAF installation

Hi Jimmy,


Yes, I got the seetings.xml under authz. Does maven automatically pick up this 
file or I need to copy somewhere?

Thanks

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Wednesday, February 21, 2018 12:00 PM
To: Ranganathaiah, Manjunath <manjunath.ranganatha...@intel.com>
Subject: Re: [onap-discuss] AAF installation

Hi, Manjunath,

Are you using the maven settings.xml referenced in step 1?

Thanks,
jimmy

From: 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>
 on behalf of "Ranganathaiah, Manjunath" 
<manjunath.ranganatha...@intel.com<mailto:manjunath.ranganatha...@intel.com>>
Date: Wednesday, February 21, 2018 at 2:49 PM
To: "onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] AAF installation

I am trying out the steps listed here: 
https://wiki.onap.org/display/DW/AAF+Installation+Guide<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_AAF-2BInstallation-2BGuide=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=RhAcWMV71cdCBfN6LAVFcK8KzpuawJTUVRKySyyrhG8=juw1tD-4oI-IODHZOEd0enzNCiniU3V3Maa0d61m0UQ=>
Seeing this error at the second step. Any pointers? Do I have to do this in any 
environment?


Thanks,
-Manjunath


~/aaf/new/authz$ mvn clean install -DskipTests
[INFO] Scanning for projects...
Downloading: 
https://repo.maven.apache.org/maven2/org/onap/oparent/oparent/0.1.1/oparent-0.1.1.pom<https://urldefense.proofpoint.com/v2/url?u=https-3A__repo.maven.apache.org_maven2_org_onap_oparent_oparent_0.1.1_oparent-2D0.1.1.pom=DwQFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=RhAcWMV71cdCBfN6LAVFcK8KzpuawJTUVRKySyyrhG8=THLAfNXXjepqjX3YmatWKkdReqf9HVx6JGhfvfsdgB4=>
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.onap.aaf.authz:parent:1.0.1-SNAPSHOT: 
Could not find artifact org.onap.oparent:oparent:pom:0.1.1 in central 
(https://repo.maven.apache.org/maven2<https://urldefense.proofpoint.com/v2/url?u=https-3A__repo.maven.apache.org_maven2=DwQFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=RhAcWMV71cdCBfN6LAVFcK8KzpuawJTUVRKySyyrhG8=IOVkcPZv84IXEzMYzBOoAErI0f5V4eZ2wPqLI8stzTg=>)
 and 'parent.relativePath' points at wrong local POM @ line 34, column 10
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.onap.aaf.authz:parent:1.0.1-SNAPSHOT 
(/aaf/new/authz/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for 
org.onap.aaf.authz:parent:1.0.1-SNAPSHOT: Could not find artifact 
org.onap.oparent:oparent:pom:0.1.1 in central 
(https://repo.maven.apache.org/maven2<https://urldefense.proofpoint.com/v2/url?u=https-3A__repo.maven.apache.org_maven2=DwQFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=RhAcWMV71cdCBfN6LAVFcK8KzpuawJTUVRKySyyrhG8=IOVkcPZv84IXEzMYzBOoAErI0f5V4eZ2wPqLI8stzTg=>)
 and 'parent.relativePath' points at wrong local POM @ line 34, column 10 -> 
[Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException<https://urldefense.proofpoint.com/v2/url?u=http-3A__cwiki.apache.org_confluence_display_MAVEN_ProjectBuildingException=DwQFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=RhAcWMV71cdCBfN6LAVFcK8KzpuawJTUVRKySyyrhG8=ip0H1op4qvmOP3tlj_X6Nchns3YGpYNG9QkdMShBTBU=>
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException<https://urldefense.proofpoint.com/v2/url?u=http-3A__cwiki.apache.org_confluence_display_MAVEN_UnresolvableModelException=DwQFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=RhAcWMV71cdCBfN6LAVFcK8KzpuawJTUVRKySyyrhG8=V2MjsDYmiwcj80NiCHDwmz_NBEzaZaceAbhPChV0pRc=>
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] Domain names and toy certificates for Beijing demo

2018-02-19 Thread FORSYTH, JAMES
Hi, All,

In Amsterdam we used simpedemo.openecomp.org or simpledemo.onap.org domain 
names and certificates signed by a demo CA.

In Beijing, is there a new demo CA?  From the VF2F session, it sounded like AAF 
CM could provide this, but it’s unclear when it will be available.  Should 
systems like AAI who used TLS in Amsterdam continue to use the same certificate 
+ openecomp.org FQDN in Beijing, at least in the interim?

Would AAI clients prefer to continue to use the existing domain names?  Should 
systems who will use the MSB api gateway re-use those domain names, perhaps 
changing existing records to CNAME records that point at the MSB names?  Who is 
responsible for the nameserver configs? Does OOM manage this now?

Thanks,
jimmy

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


Re: [onap-discuss] [AAI] [optfra] [multicloud] Persistence of HPA related information in A

2018-02-02 Thread FORSYTH, JAMES
Hi, Dileep,

I added this item to the agenda for today.  Thanks.

https://wiki.onap.org/pages/viewpage.action?pageId=8227676

Christina and Yugandhar, this will definitely be of interest to you.

Thanks,
jimmy

From: "Ranganathan, Dileep" <dileep.ranganat...@intel.com>
Date: Friday, February 2, 2018 at 2:26 AM
To: "FORSYTH, JAMES" <jf2...@att.com>, "onap-discuss@lists.onap.org" 
<onap-discuss@lists.onap.org>, "Vul, Alex" <alex@intel.com>
Subject: [onap-discuss] [AAI] [optfra] [multicloud] Persistence of HPA related 
information in A

I would like to discuss about the Persistence of HPA related information in 
A in the weekly meeting call.
I would like to discuss my proposal to capture the HPA capabilities in a 
generic way in A as
represented here --> 
https://wiki.onap.org/display/DW/Persistence+of+HPA+related+information+in+AAI<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Persistence-2Bof-2BHPA-2Brelated-2Binformation-2Bin-2BAAI=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=9u6hInWtJu1sWt1E-R-9ZvtNLKjZ8oG3lcr8gaNjfPc=UHy6dmf0QKMzH_dK13WdFDXd8XPYJdjn6wyGjElql60=>
I would appreciate if we could include this in tomorrow’s meeting.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


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

2018-01-24 Thread FORSYTH, JAMES
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; and 
I got the expected response as:

http://org.openecomp.aai.inventory/v11;><https://urldefense.proofpoint.com/v2/url?u=http-3A__org.openecomp.aai.inventory_v11-2522-253E=DwQFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=iSV5XyHp9ykCVtcxfZj6HBrttU681ZBftZmkViz4yNk=6OcmPQGGKhZqWG3MCp_NDn5cfJXvNnqTV8VGLePLE90=>


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://urldefense.proofpoint.com/v2/url?u=http-3A__org.openecomp.aai.inventory_v11-2522-253E=DwQFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=iSV5XyHp9ykCVtcxfZj6HBrttU681ZBftZmkViz4yNk=6OcmPQGGKhZqWG3MCp_NDn5cfJXvNnqTV8VGLePLE90=>

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://urldefense.proofpoint.com/v2/url?u=https-3A__nam03.safelinks.protection.outlook.com_-3Furl-3Dhttps-253A-252F-252Furldefense.proofpoint.com-252Fv2-252Furl-253Fu-253Dhttps-2D3A-5F-5Fwiki.onap.org-5Fpages-5Fviewpage.action-2D3FpageId-2D3D10782088-2526d-253DDwMFAw-2526c-253DLFYZ-2Do9-5FHUMeMTSQicvjIg-2526r-253DOej6QUk5p2KdqNEWySpOHA-2526m-253DPzIk9jeOPSkmW0vqKe7uqDOVlgLLyZMNSSZxEjvwshI-2526s-253DvBT75eIRqTvGIB5BJ1dOYUtKnhf7ZEsO3puP5Fn-2DVZw-2526e-253D-26data-3D02-257C01-257C-257C2ca14eef57274b297b0308d561e0eeb4-257C84df9e7fe9f640afb435-257C1-257C0-257C636522541058130344-26sdata-3DdRq-252FlWWZsWOFWYGGk01LLHYEq10ZcqRmTawH0gwU5fo-253D-26reserved-3D0=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=iSV5XyHp9ykCVtcxfZj6HBrttU681ZBftZmkViz4yNk=E_U1_MTtpxh7GAjIzhJCbDhfnEN779g4laXphQJTpt8=>".
 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|bha

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

2018-01-22 Thread FORSYTH, JAMES
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://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D10782088=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=PzIk9jeOPSkmW0vqKe7uqDOVlgLLyZMNSSZxEjvwshI=vBT75eIRqTvGIB5BJ1dOYUtKnhf7ZEsO3puP5Fn-VZw=>".
 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] AAI weekly 2018-01-19 - wiki page open for agenda items

2018-01-17 Thread FORSYTH, JAMES
AAI team,

Gathering agenda items for this week's call.  Feel free to add to the table on 
this page:

https://wiki.onap.org/display/DW/2018-01-19+AAI+Weekly+Meeting+notes

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


Re: [onap-discuss] [AAI] Does AAI portal provide service topology page

2018-01-10 Thread FORSYTH, JAMES
Hi, Tao,

Sorry, I don’t understand the question.  What specifically are you looking for?

Thanks,
jimmy

From: shentao [mailto:shen...@chinamobile.com]
Sent: Wednesday, January 10, 2018 3:30 AM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org
Subject: [AAI] Does AAI portal provide service topology page

HI Jimmy,

In Amsterdam Release, has A portal provided service topology page. Or 
topology function will provide in Beijing Release?
We have not found service topology page in A application portal in our ONAP 
lab.

Best regards,
Tao


-
沈涛
中国移动通信有限公司研究院网络技术研究所
中国北京市西城区宣武门西大街32号(100053)

Shen Tao
China Mobile Research Institute
No.32 Xuanwumen west street,Xicheng District, Beijing 100053, China

Tel: +86 15801696688-34070
Mobile: +86 13521591389
Email:  shen...@chinamobile.com<mailto:shen...@chinamobile.com>
-

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


Re: [onap-discuss] [AAI] Does AAI support publish data using DMaaP

2018-01-03 Thread FORSYTH, JAMES
Hi, Ramu,

Try adding similar /etc/hosts entries for 
mr.api.simpledemo.onap.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__mr.api.simpledemo.onap.org=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=uiVoYvodkYCGQX1Rm9Sc20sxSMPhJeW04QnIr2F6ZaA=no9OnFSF6nL9kIpOhlwY9_BIWaIkZcLhidIc1F6L6j8=>
 in addition to the ones you have openecomp.org.

Thanks,
jimmy

From: Ramu n [mailto:ram...@huawei.com]
Sent: Wednesday, January 03, 2018 8:52 AM
To: KAJUR, HARISH V <vk2...@att.com>; FORSYTH, JAMES <jf2...@att.com>
Cc: Shashikanth vh <shashikanth...@huawei.com>
Subject: RE: [onap-discuss] [AAI] Does AAI support publish data using DMaaP

Hi Harish,

Initially aai host & aai-resource container was not able to ping 
mr.api.simpledemo.openecomp.org..
After adding to dmaap host name & ip-adress mapping in /etc/hosts file manually 
in both host and docker container, ping mr.api.simpledemo.openecomp.org is 
success..
But still aai publish event to "AAI-EVENT" topic was failing with below error..

2018-01-03T13:19:36.766+|2018-01-03T13:19:36.766+|4e3f3761-ac54-4d7a-80fd-930a2981e46f||org.springframework.jms.listener.DefaultMessageListenerContainer#0-1|||postman|ERROR|||0|||org.onap.aai.dmaap.AAIDmaapEventJMSConsumer|||co=:AAI_7350
 Error sending message to dmaap. 
{"fromAppId":"postman","event-topic":"AAI-EVENT","transId":"4e3f3761-ac54-4d7a-80fd-930a2981e46f","aaiEventPayload":{"cambria.partition":"AAI","event-header":{"severity":"NORMAL","entity-type":"pnf","top-entity-type":"pnf","entity-link":"/aai/v11/network/pnfs/pnf/a8098c1a-f86e-11da-bd1a-00112444be1d","event-type":"AAI-EVENT","domain":"dev","action":"CREATE","sequence-number":"0","id":"4e3f3761-ac54-4d7a-80fd-930a2981e46f","source-name":"postman","version":"v11","timestamp":"20180103-13:19:36:713"},"entity":{"ipaddress-v4-oam":"example-ipaddress-v4-oam-val-14106","nf-role":"example-nf-role-val-75080","pnf-name2-source":"example-pnf-name2-source-val-93829","equip-type":"example-equip-type-val-54408","ipaddress-v6-loopback-0":"example-ipaddress-v6-loopback0-val-64041","equip-vendor":"example-equip-vendor-val-79687","serial-number":"example-serial-number-val-54000","ipaddress-v6-oam":"example-ipaddress-v6-oam-val-82953","frame-id":"example-frame-id-val-21069","prov-status":"example-prov-status-val-35250","ipaddress-v4-loopback-0":"example-ipaddress-v4-loopback0-val-57218","ipaddress-v6-aim":"example-ipaddress-v6-aim-val-89025","pnf-name2":"pe4_id","equip-model":"example-equip-model-val-44828","in-maint":true,"inv-status":"example-inv-status-val-1920","resource-version":"1514985576618","sw-version":"example-sw-version-val-80071","ipaddress-v4-aim":"192.168.1.1","pnf-id":"example-pnf-id-val-32823","management-option":"example-management-option-val-84964","pnf-name":"a8098c1a-f86e-11da-bd1a-00112444be1d"}},"fullId":""}
com.sun.jersey.api.client.ClientHandlerException: 
java.net.UnknownHostException: 
mr.api.simpledemo.onap.org<https://urldefense.proofpoint.com/v2/url?u=http-3A__mr.api.simpledemo.onap.org=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=uiVoYvodkYCGQX1Rm9Sc20sxSMPhJeW04QnIr2F6ZaA=no9OnFSF6nL9kIpOhlwY9_BIWaIkZcLhidIc1F6L6j8=>
at 
com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155)
at com.sun.jersey.api.client.Client.handle(Client.java:652)
at 
com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)
at 
com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)
at 
com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:570)
at 
org.onap.aai.dmaap.AAIDmaapEventJMSConsumer.sentWithHttp(AAIDmaapEventJMSConsumer.java:136)
at 
org.onap.aai.dmaap.AAIDmaapEventJMSConsumer.onMessage(AAIDmaapEventJMSConsumer.java:109)
at 
org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:699)
at 
org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMe

Re: [onap-discuss] [AAI] keystore password

2017-12-11 Thread FORSYTH, JAMES
Hi, Alexis,

It’s “changeit” – that config param you showed below is Jetty obfuscated. 
https://wiki.eclipse.org/Jetty/Howto/Secure_Passwords

Thanks,
jimmy

From: Alexis de Talhouët [mailto:adetalhoue...@gmail.com]
Sent: Monday, December 11, 2017 12:32 PM
To: FORSYTH, JAMES <jf2...@att.com>
Subject: Re: [onap-discuss] [AAI] keystore password

Hi,

I’m trying to get the cert key so I can have reserve proxy between the caller 
and aai.
Within nginx, I need both the cert and the key.

Thanks,
Alexis


On Dec 11, 2017, at 12:30 PM, FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>> wrote:

Hi, Alexis,

What are you trying to do with the keystore?

Thanks,
jimmy

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Alexis de Talhouët
Sent: Monday, December 11, 2017 12:26 PM
To: onap-discuss 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: [onap-discuss] [AAI] keystore password

Hello AAI experts,

The keystore password is supposed to be "AAI_KEYSTORE_PASSWD_X": 
"OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0"
but this is not working.

What is the correct one?

Thanks,
Alexis

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


[onap-discuss] [aai] AAI weekly meeting cancelled this week

2017-11-30 Thread FORSYTH, JAMES
All,

The ONAP TSC call was moved an hour earlier so AAI's normal Thursday @ 9 AM 
US/Eastern has been cancelled.  I am not 100% sure what our new time slot will 
be, but we will cover AAI business tomorrow after the special model 
visualization meeting @ 10 AM US/Eastern.

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


[onap-discuss] [aai] [so] [sdnc] [appc] [vid] AAI REST API version for Beijing

2017-11-29 Thread FORSYTH, JAMES
AAI Clients,

AAI will be using v13 for Beijing.  We will support v11 and v12 endpoints, but 
we urge clients to use the v13 endpoints for Beijing.

For XML clients, AAI will be using the namespace 
http://org.onap.aai.inventory/v13

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


Re: [onap-discuss] [AAI] Modelling physical hardware in ONAP AAI

2017-11-20 Thread FORSYTH, JAMES
Hi, Michael,

According to AAI SMEs, this is the way to do it:

1. SDN switch by Pnf
2. SDN switch port by p-interface and l-interface(s)
3. Physical links and logical links between SDN port switches by physicallinks 
and logicallinks
4. SDN switch locations by complexes.
5. If the SDN control plane is segmented (partitioned, sharded), perhaps 
cloud-region can be used to represent the segments. Cloud-region is meant to 
represent the segmentation of the cloud management plane, so if the boundaries 
of SDN control and cloud management plane do not coincide, we may need some 
further modeling.
6. Since the ONAP model can change in the future, it would be good if the 
modelers of the SDN switches  network bring their solution to ONAP.

Thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Michael Still
Sent: Sunday, November 19, 2017 11:29 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [AAI] Modelling physical hardware in ONAP AAI

Hi,

I have a use case where we are managing a network of SDN switches. We would 
like to use ONAP AAI to handle the inventory management for ports on these 
switches, as well as modelling which switches are in what locations (and how 
they interconnect with each other).

I haven't been able to find any examples of how I would do such a thing in AAI, 
although its entirely possible that I've missed something obvious. Does the 
team have any pointers on getting started?

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


Re: [onap-discuss] running AAI in docker

2017-11-14 Thread FORSYTH, JAMES
Hi, Pavel,

Can you provide us w/ the docker logs?  You can attach them to this ticket in 
Jira:   https://jira.onap.org/browse/AAI-460

Thanks,
jimmy

-Original Message-
From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Pavel Paroulek
Sent: Tuesday, November 14, 2017 9:20 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] running AAI in docker

Hi,

does anyone know how to get A docker working?

I tried to follow 
https://urldefense.proofpoint.com/v2/url?u=http-3A__onap.readthedocs.io_en_latest_submodules_aai_aai-2Dcommon.git_docs_platform_Getting-2520Started_How-5Fto-5FDocker-5Fsetup-5Fon-5FSingle-5FVM.html=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=__-tYc98iEeyhlc-bIkl8Fo9eKf5oCRtAe5G9E9UjOA=KQaQ4nb_-q_5Ae9JQxH4I4sqJKsxsOJppw6FRBT5MaU=
  
and except step 6. (commenting out an if statement, which I couldn't 
find anymore) I did every step. After running the "./deploy_vm2.sh && 
./deploy_vm1.sh" scripts I get:



Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...
Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...
Waiting for 'testconfig_aai-resources.api.simpledemo.openecomp.org_1' 
deployment to finish ...
ERROR: testconfig_aai-resources.api.simpledemo.openecomp.org_1 
deployment failed.

When I do "docker ps -a" I get:

CONTAINER ID IMAGE COMMAND  CREATED 
STATUS   PORTS   NAMES
5a829013cb53 nexus3.onap.org:10001/openecomp/aai-resources   "/bin/bash 
/opt/ap..."   1 hour ago Exited (1) 1 hour ago 
testconfig_aai-resources.api.simpledemo.openecomp.org_1

When i start it manually with "docker start 5a829013cb" it exits after a 
brief period of time.

My Docker version is 17.09.0-ce, build afdb6d4 and docker-compose 
version 1.15.0, build e12f3b9 and I run on Linux ubuntu 
4.10.0-38-generic (16.04).


Does anyone know how to figure out what is wrong? Anyone else has the 
same issue?



___
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=DwIGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=__-tYc98iEeyhlc-bIkl8Fo9eKf5oCRtAe5G9E9UjOA=L_3l0qn6LVtuMAIkC-azgkBTQtajuZ9lG0Lta_ZpGRU=
 
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


[onap-discuss] [aai] AAI-UI is online in integration lab

2017-11-11 Thread FORSYTH, JAMES
Integration test team,

Yesterday's issue where the AAI-UI was not being populated is now fixed.

There is still an issue between vm1-aai-inst1 and dmaap:

root@vm1-aai-inst1:/opt/test-config# ping mr.api.simpledemo.openecomp.org
PING mr.api.simpledemo.openecomp.org (10.0.4.102) 56(84) bytes of data.
>From 10.0.1.1 icmp_seq=1 Destination Host Unreachable
>From 10.0.1.1 icmp_seq=2 Destination Host Unreachable
>From 10.0.1.1 icmp_seq=3 Destination Host Unreachable

If that connectivity issue is fixed, you will need to kick off the sync job by 
restarting the sparky-be docker image on vm1-aai-inst1 or waiting until the 
re-sync cronjob @ 0500 UTC

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


[onap-discuss] Demo cert for AAI expires on 30 Nov

2017-10-31 Thread FORSYTH, JAMES
Dear ONAP Security Subcommittee,

I raised this issue below on yesterday's PTL call and they recommended I bring 
it to the security subcommittee.  Can we discuss this on the weekly security 
subcommittee meeting tomorrow?

Thanks,
jimmy

From: FORSYTH, JAMES
Sent: Tuesday, October 10, 2017 9:44 AM
To: onap-discuss@lists.onap.org
Subject: [aai] [integration] Demo cert for AAI expires on 30 Nov

All,

The demo certificates that AAI is shipping with the current docker images will 
expire on 30 Nov.

Alias name: aaiopenecomp
Creation date: Nov 30, 2016
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: 
EMAILADDRESS=aai-h...@api.simpledemo.openecomp.org<mailto:EMAILADDRESS=aai-h...@api.simpledemo.openecomp.org>,
 CN=aai.api.simpledemo
.openecomp.org, OU=SimpleDemo, O=OpenECOMP, L=Bedminster, ST=NJ, C=US
Issuer: 
EMAILADDRESS=simpled...@openecomp.org<mailto:EMAILADDRESS=simpled...@openecomp.org>,
 CN=OpenECOMP simpledemo Server CA
X1, OU=simpledemo, O=OpenECOMP, L=Bedminster, ST=NJ, C=US
Serial number: 83ca7c32dc9f7329
Valid from: Wed Nov 30 10:38:39 EST 2016 until: Thu Nov 30 10:38:39 EST 2017

@Integration team (or anyone who knows), is there an onap demo CA from which 
AAI can request a new demo certificate for testing?  My team can provide a new 
ONAP demo cert/CA which other systems can trust, but would prefer if there were 
a standard source for all ONAP systems that are participating in the testing.

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


Re: [onap-discuss] AAI DEVELOPMENT SETUP ISSUE

2017-10-20 Thread FORSYTH, JAMES
Hi,

I don’t think those messages indicate a failure – you should be able to 
continue.

Thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of SURYA A U
Sent: Thursday, October 12, 2017 12:21 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] AAI DEVELOPMENT SETUP ISSUE

Hi,

I followed the mentioned steps in the below link and tried to set up AAI 
development environment but failed.
https://wiki.onap.org/pages/viewpage.action?pageId=10782088

Step 5 was to download the latest code and do a mvn clean install but according 
to the wiki the expected result is that build should be successful but it 
failed due to errors in test so i skipped the tests and did a mvn clean 
install, then the build was success. Moving on,

After running step 6(i) it failed to compile and so I had to change openecomp 
to onap and try the same step. It started compiling but threw this error.
[cid:image002.jpg@01D34980.4B7E5B50]

If anyone has faced the same error or was successful in bringing up AAI please 
revert back.:)

Thanks,
A U SURYA
​
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Not able to create relationship between esr-vnfm and esr-system-info

2017-10-10 Thread FORSYTH, JAMES
Hi, Subhash,

Please notice that both cloud-region and esr-vnfm can contain the 
esr-system-info-list.

Maybe LiZi can comment on why it’s necessary to contain them this way, I don’t 
fully understand it �C possibly the esr-system-info can exist without a cloud 
region?  So, if you want to relate esr-system-info to esr-vnfm, you need to add 
the esr-system-info as a child of the esr-vnfm.

Thanks,
jimmy

From: Subhash Kumar Singh [mailto:subhash.kumar.si...@huawei.com]
Sent: Tuesday, October 10, 2017 10:05 AM
To: FORSYTH, JAMES <jf2...@att.com>; onap-discuss <onap-discuss@lists.onap.org>
Cc: Kanagaraj Manickam <kanagaraj.manic...@huawei.com>
Subject: Not able to create relationship between esr-vnfm and esr-system-info

Hello Jimmy,

I am trying to create a relationship between esr-vnfm and esr-system-info node, 
but it throws error message on adding this relationship entry.
Following are the request details:

Request :

PUT: 
https://:8443/aai/v11/external-system/esr-vnfm-list/esr-vnfm/htipl12-VnfmId-val-699<https://urldefense.proofpoint.com/v2/url?u=https-3A__-253cip-253e-3A8443_aai_v11_external-2Dsystem_esr-2Dvnfm-2Dlist_esr-2Dvnfm_htipl12-2DVnfmId-2Dval-2D699=DwMFbw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=D4OQFPZN_cyOMEUcidyKnXMvfuJzmWT2408SBzrsNTg=1gFPNGR2JOyGOVI7TfDeTGe4fgz7lYgWaarJym2BzKc=>
{
   "vnfm-id": "htipl12-VnfmId-val-699",
   "resource-version": "1507274845927",
   "relationship-list": {
"relationship": [
{
"related-to": "esr-system-info",
"relationship-data": [
{
"relationship-key": "cloud-region.cloud-owner",
"relationship-value": "htipl103-cloud-owner-val-18494"
},
{
"relationship-key": "cloud-region.cloud-region-id",
"relationship-value": 
"htipl103-cloud-region-id-val-8824"
},
{
"relationship-key": 
"esr-system-info.esr-system-info-id",
"relationship-value": 
"example-esr-system-info-id-val-35409"
}
]
}
]
}
 }


Response:
{
"requestError": {
"serviceException": {
"messageId": "SVC3000",
"text": "Invalid input performing %1 on %2 (msg=%3) (ec=%4)",
"variables": [
"PUT",
"external-system/esr-vnfm-list/esr-vnfm/htipl12-VnfmId-val-699",
"Cannot create a nested/containment edge via relationship",
"ERR.5.4.6145"
]
}
}
}


Could you please let me know how to draw this relationship correctly.
--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

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


[onap-discuss] [aai] [integration] Demo cert for AAI expires on 30 Nov

2017-10-10 Thread FORSYTH, JAMES
All,

The demo certificates that AAI is shipping with the current docker images will 
expire on 30 Nov.

Alias name: aaiopenecomp
Creation date: Nov 30, 2016
Entry type: PrivateKeyEntry
Certificate chain length: 1
Certificate[1]:
Owner: EMAILADDRESS=aai-h...@api.simpledemo.openecomp.org, CN=aai.api.simpledemo
.openecomp.org, OU=SimpleDemo, O=OpenECOMP, L=Bedminster, ST=NJ, C=US
Issuer: EMAILADDRESS=simpled...@openecomp.org, CN=OpenECOMP simpledemo Server CA
X1, OU=simpledemo, O=OpenECOMP, L=Bedminster, ST=NJ, C=US
Serial number: 83ca7c32dc9f7329
Valid from: Wed Nov 30 10:38:39 EST 2016 until: Thu Nov 30 10:38:39 EST 2017

@Integration team (or anyone who knows), is there an onap demo CA from which 
AAI can request a new demo certificate for testing?  My team can provide a new 
ONAP demo cert/CA which other systems can trust, but would prefer if there were 
a standard source for all ONAP systems that are participating in the testing.

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


Re: [onap-discuss] [aai] Domain level inventory

2017-09-19 Thread FORSYTH, JAMES
Hi Manoj,

Here is feedback from the AAI team:

Instance groups are used to group resources of similar type. Not for 
hierarchies.
what are SO inventory & DO inventory?

Vertices like lineofbusiness, platform, may better serve the purpose?

Thanks,
Jimmy


From: Manoj K Nair [mailto:manoj.k.n...@netcracker.com]
Sent: Saturday, September 16, 2017 1:56 PM
To: FORSYTH, JAMES <jf2...@att.com>; onap-discuss@lists.onap.org
Subject: [aai] Domain level inventory

Hi AAI Team,

There was a discussion around supporting Service and VNF hierarchy using 
instance-group. Few additional queries regarding this.

* How can the hierarchy level information maintained using 
instance-group ? i.e how can we know whether a service belongs to E2E level or 
at Domain level ?

* Can you please clarify if the instance-group mechanism is planned to 
be used for modeling the scope/range of the domain level inventory ? Any 
alternate mechanism for specifying the namespace for domain level inventory ? 
We are assuming the instance-group name/id refers to the domain name space.

* Is there any plan to have a distributed A - for example A at SO 
level maintains E2E Inventory and A at DO (VF-C)  level maintain domain 
inventory ? How E2E inventory is reconciled to have needed info (sufficient for 
E2E service mgt purpose) from domain inventory's changes?


Regards

Manoj




The information transmitted herein is intended only for the person or entity to 
which it is addressed and may contain confidential, proprietary and/or 
privileged material. Any review, retransmission, dissemination or other use of, 
or taking of any action in reliance upon, this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
in error, please contact the sender and delete the material from any computer.
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [AAI] Dynamic update of schema?

2017-09-18 Thread FORSYTH, JAMES
Hi, Kang,

AAI needs to be restarted when the schema changes.

Thanks,
jimmy

From: Kang Xi [mailto:kang...@huawei.com]
Sent: Monday, September 18, 2017 12:09 PM
To: FORSYTH, JAMES <jf2...@att.com>; onap-discuss@lists.onap.org
Subject: [AAI] Dynamic update of schema?

Hi Jimmy,

Does AAI support dynamic update of the schema? If a new data or new RESTAPI is 
added to the schema, do we need to restart AAI to load the updated version? Is 
it possible to modify or delete an existing item in the schema?

Regards,
Kang

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


Re: [onap-discuss] Mapping a Bridged-virtual-interface (BVI) to AAI schema

2017-09-15 Thread FORSYTH, JAMES
Hi, Pujar,

l-interfaces is not bound to p-interface, that is just one of the options it 
has for a parent. From the schema, those options are…
•  FROM generic-vnf (is composed of l-interface)
•  FROM lag-interface (is composed of l-interface)
•  FROM newvce (is composed of l-interface)
•  FROM p-interface (is composed of l-interface)
•  FROM vserver (is composed of l-interface)
•  FROM l-interface (is composed of l-interface)

Thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Pujar, Rashmi
Sent: Wednesday, September 13, 2017 1:58 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Mapping a Bridged-virtual-interface (BVI) to AAI schema

Hello AAI experts,

I want to use the AAI schema to hold a network resource: Bridged Virtual 
Interface (BVI).
See link for more explanation: 
https://www.cisco.com/c/en/us/support/docs/lan-switching/integrated-routing-bridging-irb/200650-Understanding-Bridge-Virtual-Interface.html

BVI is really a routed virtual L3 interface (has an IP address) that allows 
traffic to get out of an EVI (L2 VLAN) --> a virtual interface that is not tied 
to any physical interface.
It fits into the “l-interfaces” object defined in the AAI schema. However, 
“l-interfaces” is always bound to a “p-interface” object.
I would like to understand why the “l-interfaces” was not exposed as an 
independent entity. Any ideas on how to retrofit a BVI interface in the schema 
would be very helpful.

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


Re: [onap-discuss] [ESR] create VIM is failing

2017-09-12 Thread FORSYTH, JAMES
Hi, Arul and Kanagaraj,

This failure was due to a problem in the schema change in support of ESR – I 
have corrected them in a change I submitted:

https://gerrit.onap.org/r/#/c/12067/

thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kanagaraj Manickam
Sent: Monday, September 11, 2017 9:57 AM
To: NAMBI, ARUL ; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [ESR] create VIM is failing

Hi Arul,

We are having the ha proxy in our dev setup and using the aai resources 
directly though.
Also just to confirm, we tested the REST API reported below over ha-proxy and 
no difference found.

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: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: Monday, September 11, 2017 7:24 PM
To: Kanagaraj Manickam; 
onap-discuss@lists.onap.org
Subject: RE: [ESR] create VIM is failing

Hi Kanagaraj,
I think you will still need a ha proxy even in dev mode. In the instructions on 
how to set up AAI 
https://wiki.onap.org/pages/viewpage.action?pageId=10782088
 step 3 is installing haproxy.
Are you having a different kind of setup?
Regards
Arul

From: Kanagaraj Manickam [mailto:kanagaraj.manic...@huawei.com]
Sent: Monday, September 11, 2017 1:23 AM
To: Arul Nambi >; 
onap-discuss@lists.onap.org
Subject: RE: [ESR] create VIM is failing

Hi Arul,

Because we are using the AAI in dev mode, tried to avoid the ha proxy. Please 
let us know if it will make any difference? Thanks.

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: Arul Nambi [mailto:arul.na...@amdocs.com]
Sent: Saturday, September 09, 2017 12:45 AM
To: Kanagaraj Manickam; 
onap-discuss@lists.onap.org
Subject: RE: [ESR] create VIM is failing

Hi Kanagaraj,
Staring from 1.1 you should be using ha proxy( running on 8443) to add your 
entity, but I see that you are using 8447 which points to aai-resources, is 
that intentional?
Regards
Arul

From: 
onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Kanagaraj Manickam
Sent: Friday, September 8, 2017 5:15 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [ESR] create VIM is failing

Hi Lizi,

I am trying to create the VIM using below REST API and is failing. Can you 
please help here? Thanks.

PUT on 

Re: [onap-discuss] [aai] [so] XML namespace changing in AAI on Monday

2017-09-11 Thread FORSYTH, JAMES
Sure, feel free to set something up.

Thanks,
jimmy

From: Seshu m [mailto:seshu.kuma...@huawei.com]
Sent: Monday, September 11, 2017 4:57 AM
To: FORSYTH, JAMES <jf2...@att.com>; DAUGHERTY, ROBERT E <rd4...@att.com>
Cc: onap-discuss@lists.onap.org
Subject: RE: [aai] [so] XML namespace changing in AAI on Monday

James,

Thanks for this, SO code is migrated to 1710 version , thanks to Rob’s effort.
Would it be possible for us to discuss on this in a call.


Best regards
Seshu Kumar M
Huawei Technologies India Pvt, Ltd.


本邮件及其附件含有华为公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁
止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中
的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
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: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Saturday, September 09, 2017 4:20 AM
To: Seshu m; DAUGHERTY, ROBERT E
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [aai] [so] XML namespace changing in AAI on Monday

Rob and Seshu,

As discussed previously, AAI is changing the XML namespace from 
http://org.openecomp.aai.inventory/v11<https://urldefense.proofpoint.com/v2/url?u=http-3A__org.openecomp.aai.inventory_v11=DwMFbw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=lX299e1Y15nfZlh4HpU5nyp1YCCABNuK_1bPqJxnMCk=dYTPzRT4tkhbiMAaaqKZWOoQNrfF9zo_Bj4VV31ReOs=>
 to 
http://org.onap.aai.inventory/v11<https://urldefense.proofpoint.com/v2/url?u=http-3A__org.onap.aai.inventory_v11=DwMFbw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=lX299e1Y15nfZlh4HpU5nyp1YCCABNuK_1bPqJxnMCk=GR9l1X2Hhd-Ni9V8pPZCJ2Ty5zYW9wH4m9ZfK-vHbUY=>
 - this change will happen Monday.  Please let me know if you need anything 
else from us.  Anyone else who uses the XML interface to AAI, please be aware 
that this change will happen Monday.

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


[onap-discuss] [aai] [so] XML namespace changing in AAI on Monday

2017-09-08 Thread FORSYTH, JAMES
Rob and Seshu,

As discussed previously, AAI is changing the XML namespace from 
http://org.openecomp.aai.inventory/v11 to http://org.onap.aai.inventory/v11 - 
this change will happen Monday.  Please let me know if you need anything else 
from us.  Anyone else who uses the XML interface to AAI, please be aware that 
this change will happen Monday.

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


Re: [onap-discuss] [aai] AAIException while setup the A developer enviroment

2017-09-08 Thread FORSYTH, JAMES
Hi, Bin,

This issue is fixed, so I recommend pulling the latest from git and retrying.

Thanks,
jimmy

From: Yang, Bin [mailto:bin.y...@windriver.com]
Sent: Thursday, September 07, 2017 11:47 PM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org; li.z...@zte.com.cn; RANGANATHAN, DILEEP 
<dileep.ranganat...@intel.com>
Subject: RE: [onap-discuss] [aai] AAIException while setup the A developer 
enviroment

Hi Jimmy,

Which log file to check? Thanks.

Best Regards,
Bin Yang,Solution Readiness Team,Wind River
Direct +86,10,84777126Mobile +86,13811391682Fax +86,10,64398189
Skype: yangbincs993

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Wednesday, September 06, 2017 12:16 AM
To: Yang, Bin
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
li.z...@zte.com.cn<mailto:li.z...@zte.com.cn>; RANGANATHAN, DILEEP
Subject: RE: [onap-discuss] [aai] AAIException while setup the A developer 
enviroment

Hi, Bin,

Can you see anything in the logfile?

Thanks,
jimmy

From: Yang, Bin [mailto:bin.y...@windriver.com]
Sent: Friday, September 01, 2017 3:26 AM
To: FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; 
li.z...@zte.com.cn<mailto:li.z...@zte.com.cn>; RANGANATHAN, DILEEP 
<dileep.ranganat...@intel.com<mailto:dileep.ranganat...@intel.com>>
Subject: [onap-discuss] [aai] AAIException while setup the A developer 
enviroment

Hi Jimmy,

   I am trying to deploy the AAI service within ubuntu16.04 running 
over virtualbox, and everything seems working fine until this step:

$ cd ~/LF/AAI; java -DAJSC_HOME=/home/wruser/LF/AAI/resources/aai-resources 
-DBUNDLECONFIG_DIR="bundleconfig-local" -cp 
aai-common/aai-core/target/aai-core-1.1.0-SNAPSHOT.jar:resources/aai-resources/target/aai-resources.jar:resources/aai-resources/target/userjars/*
 org.openecomp.aai.dbgen.GenTester

06:51:54,129  INFO AAIConfig:670 - Initializing AAIConfig
06:51:54,132  INFO AAIConfig:670 - Reloading config from 
/root/LF/AAI/resources/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties
06:51:54,134  INFO AAIConfig:670 - A Server Node Name = aai.config.nodename
 NOTE --- about to open graph (takes a little while);
06:51:54,153  INFO GenTester:670 -  NOTE --- about to open graph (takes 
a little while);
06:51:54,846  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:54,859  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:54,981  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:54,982  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,007  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,007  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,141  INFO ReflectiveConfigOptionLoader:159 - Loaded and initialized 
config classes: 9 OK out of 12 attempts in PT0.028S
06:51:55,180  WARN Reflections:181 - given scan urls are empty. set urls in the 
configuration
06:51:55,301  INFO GraphDatabaseConfiguration:1518 - Generated 
unique-instance-id=ac1100034645-6eff15f321291
06:51:55,314  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:55,315  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,318  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:55,320  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,322  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,323  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,333  INFO Backend:176 - Initiated backend operations thread pool of 
size 32
06:51:55,473  INFO KCVSLog:730 - Loaded unidentified ReadMarker start time 
2017-08-31T06:51:55.456Z into 
com.thinkaurelius.titan.diskstorage.log.kcvs.KCVSLog$MessagePuller@602e0143<mailto:com.thinkaurelius.titan.diskstorage.log.kcvs.KCVSLog$MessagePuller@602e0143>
06:51:55,478  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,481  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,483  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,483  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,495  WARN GraphDatabaseConfiguration:1408 - Local setting 
cache.db-cache-time=18 (Type: GLOBAL_OFFLINE) is overridden by globally 
managed value (1).  Use the ManagementSystem interface instead of the local 
configuration to cont

[onap-discuss] [aai] [vfc] AAI/VF-C working session continuing discussion from AAI weekly meeting

2017-09-07 Thread FORSYTH, JAMES
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN="FORSYTH, JAMES":MAILTO:jf2...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="GUNTAKA, Y
 UGANDHAR":MAILTO:yg2...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="MONTELEONE
 , CHRISTINA":MAILTO:cm3...@att.com
DESCRIPTION;LANGUAGE=en-US:Join from PC\, Mac\, Linux\, iOS or Android: htt
 ps://zoom.us/j/403219274<https://urldefense.proofpoint.com/v2/url?u=https-
 3A__www.google.com_url-3Fq-3Dhttps-253A-252F-252Fzoom.us-252Fj-252F4032192
 74-26sa-3DD-26usd-3D2-26usg-3DAFQjCNHaIjas8n3uRfOdeOrBKDb-5Fm7j0ag=DwMFa
 Q=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S
 1LPG7rmyfBN0rKUP5kMy8rE=WjKHZ1wT3JgyPooP0k-wdV_eUUVrN2Z3EbbROqtDk4Y=>\
 nOr iPhone one-tap (US Toll): +14086380968\,\,403219274# or +16465588656\,
 \,403219274#\nOr Telephone:\nDial: +1 408 638 0968 (US Toll) or +1 646 558
  8656 (US Toll)\n+1 855 880 1246 (US Toll Free)\n+1 877 369 0926 (US Toll 
 Free)\nMeeting ID: 403 219 274\nInternational numbers available: https://z
 oom.us/zoomconference?m=0tliieyuLYiDQ83E-kQHw86QJZABgcPF<https://urldefens
 e.proofpoint.com/v2/url?u=https-3A__www.google.com_url-3Fq-3Dhttps-253A-25
 2F-252Fzoom.us-252Fzoomconference-253Fm-253D0tliieyuLYiDQ83E-2DkQHw86QJZAB
 gcPF-26sa-3DD-26usd-3D2-26usg-3DAFQjCNFjt1-2DzsbKakiJR2vqsreY-5Fy9bEpA=D
 wMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP
 637S1LPG7rmyfBN0rKUP5kMy8rE=l1SSqaiZSgCUjsMDhrlUQlJJ9Pui5LI1TvUMbn08lOw&
 e=>\n\n\n
SUMMARY;LANGUAGE=en-US:[aai] [vfc] AAI/VF-C working session continuing disc
 ussion from AAI weekly meeting
DTSTART;TZID=Eastern Standard Time:20170908T083000
DTEND;TZID=Eastern Standard Time:20170908T10
UID:04008200E00074C5B7101A82E00820391E210628D301000
 010002D8E74A16FD6884AB24908B0697A975E
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170907T222131Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:https://zoom.us/j/403219274
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:564631521
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [aai] AAIException while setup the A developer enviroment

2017-09-05 Thread FORSYTH, JAMES
Hi, Bin,

Can you see anything in the logfile?

Thanks,
jimmy

From: Yang, Bin [mailto:bin.y...@windriver.com]
Sent: Friday, September 01, 2017 3:26 AM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org; li.z...@zte.com.cn; RANGANATHAN, DILEEP 
<dileep.ranganat...@intel.com>
Subject: [onap-discuss] [aai] AAIException while setup the A developer 
enviroment

Hi Jimmy,

   I am trying to deploy the AAI service within ubuntu16.04 running 
over virtualbox, and everything seems working fine until this step:

$ cd ~/LF/AAI; java -DAJSC_HOME=/home/wruser/LF/AAI/resources/aai-resources 
-DBUNDLECONFIG_DIR="bundleconfig-local" -cp 
aai-common/aai-core/target/aai-core-1.1.0-SNAPSHOT.jar:resources/aai-resources/target/aai-resources.jar:resources/aai-resources/target/userjars/*
 org.openecomp.aai.dbgen.GenTester

06:51:54,129  INFO AAIConfig:670 - Initializing AAIConfig
06:51:54,132  INFO AAIConfig:670 - Reloading config from 
/root/LF/AAI/resources/aai-resources/bundleconfig-local/etc/appprops/aaiconfig.properties
06:51:54,134  INFO AAIConfig:670 - A Server Node Name = aai.config.nodename
 NOTE --- about to open graph (takes a little while);
06:51:54,153  INFO GenTester:670 -  NOTE --- about to open graph (takes 
a little while);
06:51:54,846  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:54,859  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:54,981  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:54,982  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,007  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,007  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,141  INFO ReflectiveConfigOptionLoader:159 - Loaded and initialized 
config classes: 9 OK out of 12 attempts in PT0.028S
06:51:55,180  WARN Reflections:181 - given scan urls are empty. set urls in the 
configuration
06:51:55,301  INFO GraphDatabaseConfiguration:1518 - Generated 
unique-instance-id=ac1100034645-6eff15f321291
06:51:55,314  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:55,315  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,318  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:55,320  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,322  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,323  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,333  INFO Backend:176 - Initiated backend operations thread pool of 
size 32
06:51:55,473  INFO KCVSLog:730 - Loaded unidentified ReadMarker start time 
2017-08-31T06:51:55.456Z into 
com.thinkaurelius.titan.diskstorage.log.kcvs.KCVSLog$MessagePuller@602e0143<mailto:com.thinkaurelius.titan.diskstorage.log.kcvs.KCVSLog$MessagePuller@602e0143>
06:51:55,478  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,481  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,483  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,483  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,495  WARN GraphDatabaseConfiguration:1408 - Local setting 
cache.db-cache-time=18 (Type: GLOBAL_OFFLINE) is overridden by globally 
managed value (1).  Use the ManagementSystem interface instead of the local 
configuration to control this setting.
06:51:55,496  WARN GraphDatabaseConfiguration:1408 - Local setting 
cache.db-cache-clean-wait=20 (Type: GLOBAL_OFFLINE) is overridden by globally 
managed value (50).  Use the ManagementSystem interface instead of the local 
configuration to control this setting.
06:51:55,499  INFO GraphDatabaseConfiguration:1518 - Generated 
unique-instance-id=ac1100034645-6eff15f321292
06:51:55,501  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=ClusterTitanConnectionPool,ServiceType=connectionpool
06:51:55,501  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,503  INFO ConnectionPoolMBeanManager:53 - Registering mbean: 
com.netflix.MonitoredResources:type=ASTYANAX,name=KeyspaceTitanConnectionPool,ServiceType=connectionpool
06:51:55,504  INFO CountingConnectionPoolMonitor:194 - AddHost: localhost
06:51:55,505  INFO CountingConnectionPoolMonitor:194 - AddHost: 127.0.0.1
06:51:55,505  INFO CountingConnectionPoolMonitor:205 - RemoveHost: localhost
06:51:55,508  INFO Backend:176 - Initiated backend operations thread pool of 
size 32
06

[onap-discuss] [aai] Special session to work dev issues for A, ESR, VF-C teams

2017-08-31 Thread FORSYTH, JAMES
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Eastern Standard Time
BEGIN:STANDARD
DTSTART:16010101T02
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T02
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=2SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
ORGANIZER;CN="FORSYTH, JAMES":MAILTO:jf2...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN=onap-discu
 s...@lists.onap.org:MAILTO:onap-discuss@lists.onap.org
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="LAMONT, WI
 LLIAM":MAILTO:wl2...@att.com
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="KAJUR, HAR
 ISH V":MAILTO:vk2...@att.com
DESCRIPTION;LANGUAGE=en-US:All\,\n\nLi Zi from the ESR team has offered to 
 open her conference room for this session.  A SMEs will be providing su
 pport for dev issues to expedite contributions to A\n\n\nZTE Open Sour
 ce is inviting you to a scheduled Zoom meeting.\nJoin from PC\, Mac\, Linu
 x\, iOS or Android: https://zoom.us/j/553855217\nOr iPhone one-tap (US Tol
 l):  +16468769923\,\,553855217# or +14086380968\,\,553855217#\nOr Telephon
 e:\n   Dial: +1 646 876 9923 (US Toll) or +1 408 638 0968 (US Toll)\n   Me
 eting ID: 553 855 217\n   International numbers available: https://zoom.us
 /zoomconference?m=v5hS8kC1CZvdJSHzeKko6D7c1PCfOLKF\n\n\n
SUMMARY;LANGUAGE=en-US:[aai] Special session to work dev issues for A\, 
 ESR\, VF-C teams
DTSTART;TZID=Eastern Standard Time:20170901T08
DTEND;TZID=Eastern Standard Time:20170901T10
UID:04008200E00074C5B7101A82E0087063615B5522D301000
 01000B4538438BE219049A639A8C6F6A38E89
CLASS:PUBLIC
PRIORITY:5
DTSTAMP:20170831T163413Z
TRANSP:OPAQUE
STATUS:CONFIRMED
SEQUENCE:0
LOCATION;LANGUAGE=en-US:Zoom: https://zoom.us/j/553855217
X-MICROSOFT-CDO-APPT-SEQUENCE:0
X-MICROSOFT-CDO-OWNERAPPTID:174032865
X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE
X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY
X-MICROSOFT-CDO-ALLDAYEVENT:FALSE
X-MICROSOFT-CDO-IMPORTANCE:1
X-MICROSOFT-CDO-INSTTYPE:0
X-MICROSOFT-DISALLOW-COUNTER:FALSE
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT15M
END:VALARM
END:VEVENT
END:VCALENDAR
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] [aai] Apply for add a discussion item to review ESR schema at A weekly meeting

2017-08-31 Thread FORSYTH, JAMES
Subhash,

Given that there is still some discussion to be had on the schema changes for 
VFC, please contact Yugandar Guntaka and Christina Monteleone (cc’ed above) 
with your schema changes so they can review them.

Thanks,
jimmy

From: Subhash Kumar Singh [mailto:subhash.kumar.si...@huawei.com]
Sent: Wednesday, August 30, 2017 9:57 AM
To: li.z...@zte.com.cn; FORSYTH, JAMES <jf2...@att.com>; ethanly...@vmware.com
Cc: onap-discuss@lists.onap.org; Gaoweitao (Victor, MANO) 
<victor@huawei.com>; Kanagaraj Manickam <kanagaraj.manic...@huawei.com>
Subject: RE: [onap-discuss] [aai] Apply for add a discussion item to review ESR 
schema at A weekly meeting

Hello Jimmy,

Could we please include VFC schema changes [1] review, also in discussion items.

[1] 
https://gerrit.onap.org/r/#/c/8929/3<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_-23_c_8929_3=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=dvaXxyRKI4RkZVhy5EKyFcRscsCyG0PG6Kg-FwoBe4Q=0My9c4_DWbhTtkI9CHh2wdz6Kp9lPsdcIhcY9HrdRoI=>
--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
li.z...@zte.com.cn<mailto:li.z...@zte.com.cn>
Sent: Wednesday, August 30, 2017 4:33 PM
To: jf2...@att.com<mailto:jf2...@att.com>; 
ethanly...@vmware.com<mailto:ethanly...@vmware.com>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [aai] Apply for add a discussion item to review ESR 
schema at A weekly meeting


Hi Jimmy,



Could we add a topic to review the shcema of ESR? Attached is the realization 
of the schema of external system.



Thanks,

LiZi








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


Re: [onap-discuss] [AAI] [VFC] Not able to populate AAI schema

2017-08-30 Thread FORSYTH, JAMES
Subhash,

I don’t see an edge defined between service-instance and network-service.

Thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Wednesday, August 30, 2017 9:50 AM
To: 'onap-discuss@lists.onap.org' 
Subject: Re: [onap-discuss] [AAI] [VFC] Not able to populate AAI schema

Hello AAI team,

Issue #1 is resolved for us it was due to naming convention, which is fixed [1] 
and now I’m able to generate example for “business”
entity.

Issue #2 still we are facing, we tried to populate service-instance (which 
contains new java-type network-service) but it throws error message. Following 
are the details:

URL:
https://:8447/aai/v11/business/customers/customer/htipl-global-customer-id-val-10730/service-subscriptions/service-subscription/htipl-service-type-val-34949/service-instances/service-instance/example-service-instance-id-val-95713

Body :

http://org.openecomp.aai.inventory/v11">
example-service-instance-id-val-95713
example-service-instance-name-val-30647
example-service-type-val-27673
example-service-role-val-2853
example-environment-context-val-39840
example-workload-context-val-74657
82194af1-3c2c-485a-8f44-420e22a9eaa4
46b92144-923a-4d20-b85a-3cbd847668a9
example-widget-model-id-val-71623
example-widget-model-version-val-1826
example-bandwidth-total-val-64977
example-bandwidth-up-wan1-val-92062
example-bandwidth-down-wan1-val-77186
example-bandwidth-up-wan2-val-22890
example-bandwidth-down-wan2-val-64225
example-vhn-portal-url-val-22452
example-service-instance-location-id-val-28054
example-selflink-val-77006
example-orchestration-status-val-36617



Response :





SVC3003
Failed to make edge to missing target node of type %3 with keys %4 
performing %1 on %2 (msg=%5) (ec=%6)

PUT
business/customers/customer/htipl-global-customer-id-val-10730/service-subscriptions/service-subscription/htipl-service-type-val-34949/service-instances/service-instance/example-service-instance-id-val-95713
null
null
Error making edge to target node:no TREE edge between 
service-instance and network-service
ERR.5.4.6129





Please let us know for above queries.

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

--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

From: Subhash Kumar Singh
Sent: Tuesday, August 29, 2017 7:17 PM
To: 'onap-discuss@lists.onap.org' 
>
Cc: Kanagaraj Manickam 
>; 
Gaoweitao (Victor, MANO) >
Subject: [AAI] [VFC] Not able to populate AAI schema

Hello A team,

We are trying to update the AAI schema for VFC project. I’ve made required 
changes in aai_oxm_v11 and DbEdgeRules_v11 files 
(https://gerrit.onap.org/r/#/c/8929/2
 ).
I am facing 

Re: [onap-discuss] Not able to see the relationship data on successful create relationship operation

2017-08-30 Thread FORSYTH, JAMES
Subhash,

The relationship needs to be contained in a relationship-list. Example:



http://org.openecomp.aai.inventory/v11">
example-tenant-id-val-89637
example-tenant-name-val-36717
1503503681119


   service-subscription
   
   
service-subscription.service-type
   
example-service-type-val-51081
   
   



Thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Subhash Kumar Singh
Sent: Tuesday, August 29, 2017 12:04 PM
To: 'onap-discuss@lists.onap.org' 
Subject: [onap-discuss] Not able to see the relationship data on successful 
create relationship operation

Hello AAI Team,

I am trying to create understand the AAI schema, as a part I tried to create 
relationship between “tenant” and “service-subscription” but
When I query “tenant” I’m not able to find relationship data

Following are the details:

Services :
{
"service-subscription": [
{
"service-type": "example-service-type-val-51081",
"temp-ub-sub-account-id": 
"example-temp-ub-sub-account-id-val-95105",
"resource-version": "1504020309586"
}
]
}


Successfully create relationship between “tenant” and “service-subscription” 
(Response 200):

aai/v11/cloud-infrastructure/cloud-regions/cloud-region/example-cloud-owner-val-44086/example-cloud-region-id-val-67393/tenants/tenant/example-tenant-id-val-89637

http://org.openecomp.aai.inventory/v11">
example-tenant-id-val-89637
example-tenant-name-val-36717
1503503681119

http://org.openecomp.aai.inventory/v11">
   service-subscription
   
   
service-subscription.service-type
   
example-service-type-val-51081
   
   


Get tenant details (no realation-ship data):

aai/v11/cloud-infrastructure/cloud-regions/cloud-region/example-cloud-owner-val-44086/example-cloud-region-id-val-67393/tenants/tenant/example-tenant-id-val-89637


http://org.openecomp.aai.inventory/v11">
example-tenant-id-val-89637
example-tenant-name-val-36717
1504020829382


Please let me know if I need to pass any additional parameter to see the 
relationship data.

--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!

Re: [onap-discuss] [aai] Apply for add a discussion item to review ESR schema at A weekly meeting

2017-08-30 Thread FORSYTH, JAMES
Hi, LiZi,

I added you to the agenda for tomorrow.  Please feel free to add relevant info 
to the discussion items section:

https://wiki.onap.org/pages/viewpage.action?pageId=15991528

thanks,
jimmy


From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: Wednesday, August 30, 2017 7:03 AM
To: FORSYTH, JAMES <jf2...@att.com>; ethanly...@vmware.com
Cc: onap-discuss@lists.onap.org
Subject: [aai] Apply for add a discussion item to review ESR schema at A 
weekly meeting


Hi Jimmy,



Could we add a topic to review the shcema of ESR? Attached is the realization 
of the schema of external system.



Thanks,

LiZi








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


Re: [onap-discuss] [aai] Apply for add a discussion item to review ESR schema at A weekly meeting

2017-08-30 Thread FORSYTH, JAMES
Hi, Subhash,

I added you to the agenda for tomorrow.  Please feel free to add relevant info 
to the discussion items section:

https://wiki.onap.org/pages/viewpage.action?pageId=15991528

thanks,
jimmy

From: Subhash Kumar Singh [mailto:subhash.kumar.si...@huawei.com]
Sent: Wednesday, August 30, 2017 9:57 AM
To: li.z...@zte.com.cn; FORSYTH, JAMES <jf2...@att.com>; ethanly...@vmware.com
Cc: onap-discuss@lists.onap.org; Gaoweitao (Victor, MANO) 
<victor@huawei.com>; Kanagaraj Manickam <kanagaraj.manic...@huawei.com>
Subject: RE: [onap-discuss] [aai] Apply for add a discussion item to review ESR 
schema at A weekly meeting

Hello Jimmy,

Could we please include VFC schema changes [1] review, also in discussion items.

[1] 
https://gerrit.onap.org/r/#/c/8929/3<https://urldefense.proofpoint.com/v2/url?u=https-3A__gerrit.onap.org_r_-23_c_8929_3=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=dvaXxyRKI4RkZVhy5EKyFcRscsCyG0PG6Kg-FwoBe4Q=0My9c4_DWbhTtkI9CHh2wdz6Kp9lPsdcIhcY9HrdRoI=>
--
Regards,
Subhash Kumar Singh

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

***
This e-mail and its attachments contain confidential information from HUAWEI, 
which is intended only for the person  or entity whoseaddress 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, pleasenotify the sender by phone or email immediately and 
delete it!
***

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
li.z...@zte.com.cn<mailto:li.z...@zte.com.cn>
Sent: Wednesday, August 30, 2017 4:33 PM
To: jf2...@att.com<mailto:jf2...@att.com>; 
ethanly...@vmware.com<mailto:ethanly...@vmware.com>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [aai] Apply for add a discussion item to review ESR 
schema at A weekly meeting


Hi Jimmy,



Could we add a topic to review the shcema of ESR? Attached is the realization 
of the schema of external system.



Thanks,

LiZi








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


[onap-discuss] [aai] Reminder: AAI weekly call starts @ 8 AM US/Eastern, 12PM UTC today

2017-08-24 Thread FORSYTH, JAMES
Hi, Everyone,

Due to the extended TSC call and a need to do a review with MSB and VF-C/AAI 
API the AAI call will start an hour early today.

https://wiki.onap.org/pages/viewpage.action?pageId=6587439

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


Re: [onap-discuss] [AAI] Getting error while creating a p-interface on a PNF

2017-08-24 Thread FORSYTH, JAMES
A Amsterdam release is v11, so try 
/aai/v11/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}

Thanks,
jimmy


From: KUMAR, PRASHANT
Sent: Thursday, August 24, 2017 2:46 AM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: BLIMKIE, STEVEN <steven.blim...@amdocs.com>; onap-discuss@lists.onap.org
Subject: [onap-discuss] [AAI] Getting error while creating a p-interface on a 
PNF

Hi Jimmy,

I am trying to create a p-interface on already created pnf (pnf-name:NSG16). 
During creation I am getting error.

Error:

{"requestError": {"serviceException": {
   "messageId": "SVC3000",
   "text": "Invalid input performing %1 on %2 (msg=%3) (ec=%4)",
   "variables":[
  "PUT",
  "network/pnfs/pnf/NSG16/p-interfaces/p-interface/port3",
  "Bad Parameter Passed:No EdgeRule found for passed nodeTypes: 
p-interface, sriov-pf.",
  "ERR.5.4.6120"
   ]
}}}

API used:

/aai/v10/network/pnfs/pnf/{pnf-name}/p-interfaces/p-interface/{interface-name}

Payload used for creating p-interface (pnf-name=NSG16):

http://org.openecomp.aai.inventory/v10<https://urldefense.proofpoint.com/v2/url?u=http-3A__org.openecomp.aai.inventory_v10=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=d2GYAa0ikPXn4afKwXxvJHp0spRKpVrB0oX18q0zcSY=T8NEvViZOSp64QPjGKmMF4jK-_cNlfWbj42b0Bi1lAk=>">
  port3
  physical port on NSG16



Can you please help me to understand why I am getting this error?

Thanks & Regards,
Prashant Kumar
Amdocs-DVCI,Pune
+91-20-4015 5606 (desk)
+91-95525 17927 (mobile)

[cid:image001.png@01D2AEFA.18825F60]

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=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=d2GYAa0ikPXn4afKwXxvJHp0spRKpVrB0oX18q0zcSY=KY3cVLRZLDg5a8x3pPPryiurMC5raRpE-TlEMvbMPfk=>
Amdocs Development Centre India Private Limited having CIN: 
U72200PN2004PTC0188320 converted into Amdocs Development Centre India LLP (A 
limited liability partner­ship with LLP Identification Number: AAI-6901 
effective 28th Feb 2017)
___
onap-discuss mailing list
onap-discuss@lists.onap.org
https://lists.onap.org/mailman/listinfo/onap-discuss


Re: [onap-discuss] Propose MSB Client SDK introduction at this week's A meeting

2017-08-23 Thread FORSYTH, JAMES
Haubing,

We are starting our call @ 8 AM US/Eastern tomorrow so we will have time.  I’ll 
put you on the agenda.

Thanks,
jimmy

From: zhao.huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn]
Sent: Tuesday, August 22, 2017 9:39 PM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org
Subject: Propose MSB Client SDK introduction at this week's A meeting


Hi Jimmy,



Now a Client SDK is provided to help ONAP projects leverage the service 
registration/discovery/routing/load balancing capabilities of MSB.

Can I get some time in this week's A meeting to briefly introduce the client 
SDK to the team? I will also prepare a demo to show how to use it.



It may take about 10 minutes.



Thanks,

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


Re: [onap-discuss] [aai] Apply for add a Discusion Item about "external system register schema reviewing" at the A weekly meeting

2017-08-23 Thread FORSYTH, JAMES
Hi, LiZi,

The TSC meeting has been moved which will further reduce our weekly call, so 
let’s start the A call at 8 AM US/Eastern, 12 PM UTC tomorrow.

@Kenny Paul, can you adjust the meeting notice on the calendar for tomorrow for 
the A weekly call, instead of 1-2PM UTC, it will be 12PM-1:30 UTC.

Thanks,
jimmy

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: Wednesday, August 23, 2017 6:34 AM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org; victor@huawei.com; 
zhao.huab...@zte.com.cn; yangya...@chinamobile.com
Subject: [aai] Apply for add a Discusion Item about "external system register 
schema reviewing" at the A weekly meeting


Hi Jimmy,



Attached is the external system schema, including EMS/VNFM/SDNC. I hope we 
could add a Disscusion Item about "external system register schema reviewing" 
at the A weekly meeting this week.



I also noticed that there already have some topicS about MSB and VFC for this 
meeting, and usually we would review about the Jira tasks. So I think the one 
hour meeting time maybe tight for us to discuss all of the topics. So could I 
suggest that we start the weekly meeting half an hour earlier. Or shall we 
shcedule one more meeting?



Thanks,

LiZi








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


[onap-discuss] [aai] Need folks to pick up SONAR subtasks (and possibly add new subtasks) on story AAI-211

2017-08-22 Thread FORSYTH, JAMES
AAI team,

We need to improve our SONAR code coverage numbers.  I need volunteers to 
examine the subtasks I made for this story:

https://jira.onap.org/browse/AAI-211

Please pick up one or more of these subtasks, and feel free to create new ones 
as appropriate.

Our time is short to improve this, we need help on this item.

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


Re: [onap-discuss] [aai] A Question On the X-FromAppId in Request Headers

2017-08-22 Thread FORSYTH, JAMES
Hi, Kanagaraj,

That’s not entirely true – while A does not require pre-registration of the 
X-FromAppId header or enforce the use of only pre-registered application Ids, 
there are conditions where we need to take special handling of requests from 
certain clients.  A has a cached and a real-time interface; some systems 
need to always access the real-time interface so we pre-register their 
application Id to force the use of the real time connection to the graph db.

Thanks,
jimmy

From: Kanagaraj Manickam [mailto:kanagaraj.manic...@huawei.com]
Sent: Tuesday, August 22, 2017 4:13 AM
To: fu.guangr...@zte.com.cn; FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org
Subject: RE: [onap-discuss] [aai] A Question On the X-FromAppId in Request 
Headers

Hi,

While I was working on robot demo scripts, I realized that x-FromAppid is just 
for an auditing purpose and there is no strict naming restriction. !

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> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of 
fu.guangr...@zte.com.cn<mailto:fu.guangr...@zte.com.cn>
Sent: 22 August 2017 12:09
To: jf2...@att.com<mailto:jf2...@att.com>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] [aai] A Question On the X-FromAppId in Request Headers


Hi Jimmy,



I've read the API docs (v11) and in it, there's a sentence saying "The 
X-FromAppId will be assigned to each application by the AAI team". Does that 
mean for the components that need to access AAI are required to get this ID 
allocated by the AAI team. Otherwise they will not be able to get/push data 
from/to AAI? Or is it, just like what the document says, is just for logging 
and diagonostic purposes?

[cid:image001.png@01D31B28.FE5C4CE0]



Best Regards,

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


Re: [onap-discuss] About add third-party SDNC information to A schema.

2017-08-22 Thread FORSYTH, JAMES
Hi, Yang,

I’m not sure if I fully understand the question, but the schema contains all 
the necessary objects used by SDNC; we are not adding additional object types 
to support the Amsterdam use cases.

Please note that A API documentation has been consolidated into this file 
list:

https://wiki.onap.org/pages/viewpage.action?pageId=13598793

The latest xsd can be found at that link on the wiki.

Thanks!
-jimmy

From: Yang Xu (Yang, Fixed Network) [mailto:yang@huawei.com]
Sent: Tuesday, August 22, 2017 12:33 AM
To: li.z...@zte.com.cn; huang.zhuo...@zte.com.cn; FORSYTH, JAMES 
<jf2...@att.com>
Cc: onap-discuss@lists.onap.org
Subject: RE: About add third-party SDNC infomation to A schema.

Hi LiZi,

I didn’t find third-party SDN Controller information in A I think Jimmy was 
talking about data model used directly by ONAP SDNC. External third-party SDN 
Controller info may be only needed by vendor’s implementation of DG node.

Jimmy,

Could you please point to us SDNC related schema added in aai_schema_v11.xsd 
recently?

Thanks,
-Yang


From: li.z...@zte.com.cn<mailto:li.z...@zte.com.cn> [mailto:li.z...@zte.com.cn]
Sent: Monday, August 21, 2017 4:42 AM
To: Yang Xu (Yang, Fixed Network); 
huang.zhuo...@zte.com.cn<mailto:huang.zhuo...@zte.com.cn>; 
jf2...@att.com<mailto:jf2...@att.com>
Cc: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: About add third-party SDNC infomation to A schema.


Hi Yang,



I heard from Jimmy that SDNC team have finished to add the model of SDNC schema 
to A So, could you please share the data model of SDNC? I hope to analysis 
whether the third-party sdnc info could be added as a node of ONAP SDNC model.



As we have discussed before, the third-party SDNC registered to ESR shows 
bellow:

{

   "name":"sdn",

   "type":"PE",

   "location":"edge",

   
"url":"http://10.74.151.13:8181;<https://urldefense.proofpoint.com/v2/url?u=http-3A__10.74.151.13-3A8181-2522=DwQGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=iBikg57QMJ1l_dYfIqM7CyA0NNZ5yOUVU3UtggXRugE=9h3VrvfbrUq5sKmzrvqzQQ0iB87gezAFeA66EiSHWoM=>,

   "version":"v1.0",

   "vendor":"ZTE",

   "userName":"admin",

   "password":"admin",

   "protocol":"netconf",

   "productName":"",

   "description":""

 }



But could you please clarify which properties could be add as the index 
properties and which properties would be the key you would query for?



Thanks,

LiZi










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


Re: [onap-discuss] Namespace for XML requests to A

2017-08-18 Thread FORSYTH, JAMES
Hi, Sandeep,

Our documentation of the schema and API can be found here: 
https://wiki.onap.org/pages/viewpage.action?pageId=13598793

Thanks,
jimmy

From: Sandeep Shah2 [mailto:ss00473...@techmahindra.com]
Sent: Thursday, August 17, 2017 9:10 PM
To: FORSYTH, JAMES <jf2...@att.com>; SHAH, SANDEEP <ss0...@att.com>
Subject: RE: Namespace for XML requests to A

Hi Jimmy –

I would like to know if there is any high-level document that describes A 
schema and data structure. I would appreciate if you please let me know and 
send any such document or direct me to any appropriate URL link.

Thank you very much in advance!

Sincerely,

​
[Description: Description: 
cid:image015.jpg@01D1E7FC.BB548B70]<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=3Td3t2Wt2sspV2MayWV2dMkdFQrTdLo1g5QPlczznEM=>

SANDEEP SHAH

Customer Delivery Head/SDN-NFV-Cloud

Plano, TX

847-708-1068

sandeep.sh...@techmahindra.com<mailto:sandeep.sh...@techmahindra.com>

techmahindra.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=3Td3t2Wt2sspV2MayWV2dMkdFQrTdLo1g5QPlczznEM=>

We believe



[Description: Description: Description: 
cid:image003.png@01D0A510.436B2720]<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.facebook.com_techmahindra=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=Z6-KNDuNAQFQInN5Z07yVt-Z856RYaPPpvqk55haBOM=>[Description:
 Description: Description: 
cid:image004.png@01D0A510.436B2720]<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.twitter.com_tech-5Fmahindra=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=hQUTBYE74Mt5NOm6UDYfnWncEMh1ftTkzFrOtVQo-d0=>[Description:
 Description: Description: 
cid:image011.png@01D0A51D.F8D493A0]<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.linkedin.com_company_tech-2Dmahindra=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=nVrbynjRyFmH2r2w8EE8EcB6N11_PIAaOzmBA2LxzIc=>[Description:
 Description: Description: 
cid:image006.png@01D0A510.436B2720]<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.youtube.com_user_TechMahindra09=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=4FNsB4MDVn9LSrQUfuwBdUXqn2LkJvJ4XcK11MLpQk0=>


[Description: Description: 
cid:image004.png@01D1E982.7E538C80]<https://urldefense.proofpoint.com/v2/url?u=http-3A__online.wsj.com_ad_inthefuture_=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=CSKQ5I270pjrl3sP7AA0qX3ET5i4ZyikhfrXVvaMIx0=>







Innovation. Value Creation. Opensource. Automation. Next Generation Services

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of FORSYTH, JAMES
Sent: Monday, August 14, 2017 12:53 PM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] Namespace for XML requests to A

All,

For Amsterdam, A will be using the v11 API (ex. 
/aai/v11/cloud-infrastructure…)  We have been working with SO to move away from 
the org.openecomp namespace and use org.onap instead; we will coordinate the 
change with SO when they are ready.  I don’t know of other systems that use the 
XML interface to A – if your system does, please me know and make note of 
the namespace change – for R11 it will be 
http://org.onap.aai.inventory/v11<https://urldefense.proofpoint.com/v2/url?u=http-3A__org.onap.aai.inventory_v11=DwMFbw=LFYZ-o9_HUMeMTSQicvjIg=1avnrliG2ZNIjGQV4rWQZg=S-EA7-YL44m8eqsojhBVKDHl7Iz6x-pHhvmKw9oOoJ8=g5mpQSHzgkiBsHDyiG7TPZjbHgP1GkBROCT3T-VhKOU=>

v8 (A openecomp 1.0.0) will not change.

Thanks,
jimmy

Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.techmahindra.com_Disclaimer.html=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036MbSgbklfc=DfJMs2Ndf3kWvY-o3GJHbuDFqW6HVIvwQegCyJiSs_s=>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__tim.techmahindra.com_tim_disclaimer.html=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=Vbo9whgVKdpyZ87y53Q7JTfqhrpnmI0036

[onap-discuss] Namespace for XML requests to A

2017-08-14 Thread FORSYTH, JAMES
All,

For Amsterdam, A will be using the v11 API (ex. 
/aai/v11/cloud-infrastructure...)  We have been working with SO to move away 
from the org.openecomp namespace and use org.onap instead; we will coordinate 
the change with SO when they are ready.  I don't know of other systems that use 
the XML interface to A - if your system does, please me know and make note 
of the namespace change - for R11 it will be 
http://org.onap.aai.inventory/v11

v8 (A openecomp 1.0.0) will not change.

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


Re: [onap-discuss] [AAI] PATCH request in AAI

2017-08-11 Thread FORSYTH, JAMES
Hi, Rashmi,

Can you try issuing the PATCH for the service-instance without the child 
metadata?

Thanks,
jimmy

From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Pujar, Rashmi
Sent: Friday, August 11, 2017 3:56 PM
To: ROSE, DANIEL V ; onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] [AAI] PATCH request in AAI

Hi Daniel,

I get an empty response with a 412 status. So not much info there about what 
would be the error.
Those are the only logs I see:

aaiadmin@aai-service-3204211426-bjlq5:/opt/app/aai/logs/rest$ tail -f *
2017-08-11T19:52:54.284+|2017-08-11T19:52:54.284+|f12c6fa7-f00f-463c-ab67-7234a2d796c2interceptIn|TEST|AAI||COMPLETE|0|Success||INFO||10.42.14.160|0|aai-service-3204211426-bjlq5||AAILogJAXRSInInterceptorco=aairest::Missing
 requestID. Assigned 
f12c6fa7-f00f-463c-ab67-7234a2d796c2=true:HbaseTxId=0-AutomaticallyOverwritten-20170811-19:52:54:284-71274|
2017-08-11T19:52:54.296+|2017-08-11T19:52:54.296+|f12c6fa7-f00f-463c-ab67-7234a2d796c2interceptOut|TEST|AAI||COMPLETE|0|Success||INFO||10.42.14.160|0|aai-service-3204211426-bjlq5||AAILogJAXRSOutInterceptor$LoggingCallbackco=aairest:|

==> audit.log.2017-08-10 <==
2017-08-11T19:52:54.284+|2017-08-11T19:52:54.296+|f12c6fa7-f00f-463c-ab67-7234a2d796c2REST
 PATCH 
https://:/aai/v8/business/customers/customer/Desjardins/service-subscriptions/service-subscription/SDWAN/service-instances/service-instance/8128c8ee-13f5-4f0b-9cf5-7932e32664fc|TEST|ERRORINFO||10.42.14.160|12|aai-service-3204211426-bjlq5||AAILogJAXRSOutInterceptor$LoggingCallback|||co=aairest::HTTP
 Response Code=412|

Thanks,
Rashmi

From: "ROSE, DANIEL V" >
Date: Friday, August 11, 2017 at 3:51 PM
To: "Pujar, Rashmi" >, 
"onap-discuss@lists.onap.org" 
>
Subject: RE: [AAI] PATCH request in AAI

Can you post the full response from the patch? The body should have more 
details.

I believe that error means the resource versions didn’t match.



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 Pujar, Rashmi
Sent: Friday, August 11, 2017 3:43 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [AAI] PATCH request in AAI

Hello AAI devs!

I see that AAI supports PATCH requests [1]. I want to update the 
“service-instance-location-id” and “metadata” fields in a specific 
service-instance. However, I get a 412: Pre-requisite failed as response. Below 
is my PATCH request to AAI.
Are there any constraints on the type of attribute that are modifiable? If yes 
is there documentation or some reference in code to get to know that info.

PATCH 
/aai/v8/business/customers/customer/Desjardins/service-subscriptions/service-subscription/SDWAN/service-instances/service-instance/8128c8ee-13f5-4f0b-9cf5-7932e32664fc
 HTTP/1.1
Host: :<8443>
Authorization: Basic QUFJOkFBSQ==
X-FromAppId: TEST
Content-Type: application/merge-patch+json
Accept: application/json
Cache-Control: no-cache
Postman-Token: fa51808d-2544-87aa-cb89-1d6842671e3d

{
   "service-instance-id":"8128c8ee-13f5-4f0b-9cf5-7932e32664fc",
   "service-instance-location-id":"siteId",
   "metadata":{
  "metadatum":[
 {
"metaname":"test1",
"metaname":"testtest"
 },
 {
"metaname":"test2",
"metaname":"testtest"
 }
  ]
   }
}


Thanks,
Rashmi

[1]: 
https://wiki.onap.org/display/DW/AAI+API?preview=/1015849/1017043/AAIRESTAPI_8.pdf

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


[onap-discuss] [aai] A PTL vacation

2017-07-28 Thread FORSYTH, JAMES
Hi, Everyone,

I will be on vacation until 8/8.  In my absence, Steve Blimkie has my proxy.

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


Re: [onap-discuss] [VFC][AAI]A & VF-C Discussion

2017-07-28 Thread FORSYTH, JAMES
All,

Instructions for updating A schema for new node types and attributes are 
complete, you can find them here:

https://wiki.onap.org/pages/viewpage.action?pageId=10783023

Thanks,
jimmy

From: Gaoweitao (Victor, MANO) [mailto:victor@huawei.com]
Sent: Thursday, July 27, 2017 6:47 AM
To: kp...@linuxfoundation.org; FORSYTH, JAMES <jf2...@att.com>; 杨艳 
<yangya...@chinamobile.com>
Cc: onap-discuss@lists.onap.org
Subject: [VFC][AAI]A & VF-C Discussion

Hi Jimmy, Kenny, Yan,

As we discussed last night, Jimmy will provide the instruction 
for adding new node and attributes in A Scheme before this week.

The principle for adding new attributes and nodes is:

・ If multi nodes share same attributes, new node keep the attributes is 
needed , and adding relationship between new node and related nodes

・ Reuse A original node/attributes as much as possible

Cause multi-project will use A for instances persistence via API that 
automatically generate by A scheme, If we change the A scheme, We also 
need:

1.   From modeling perspective, please modeling subcommittee coordinate the 
AAI modeling

2.   From A perspective, please ARC subcommittee coordinate the impacts 
across the projects

Attachment is the excel that I presented last night.

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

*
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!
*

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


Re: [onap-discuss] [aai] A local dev setup guide

2017-07-26 Thread FORSYTH, JAMES
Hi, Victor,

I think 4GB would work to run the services and the graphdb; probably want more 
if as a dev you want to run an IDE/chrome/postman alongside, so probably 
minimum 8GB for that purpose.  I’ll adjust my VM settings down and see how it 
goes ☺

Thanks,
jimmy

From: Morales, Victor [mailto:victor.mora...@intel.com]
Sent: Wednesday, July 26, 2017 6:29 PM
To: FORSYTH, JAMES <jf2...@att.com>; 'onap-discuss@lists.onap.org' 
<onap-discuss@lists.onap.org>
Cc: PRESSLEY, VIVIAN A <vp1...@att.com>
Subject: Re: [onap-discuss] [aai] A local dev setup guide

Hi Jimmy,

Thanks for sharing this guide, I’ve plans to include those instructions into 
the bootstrap project, to be more precisely in this script

https://git.onap.org/integration/tree/bootstrap/vagrant-onap/lib/aai<https://urldefense.proofpoint.com/v2/url?u=https-3A__git.onap.org_integration_tree_bootstrap_vagrant-2Donap_lib_aai=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=MtV6t_3CcRqEjWn7H--EgYlQyKT42kHM_mm4poNoihI=Fqe7VoSgTQcR9GMOKUoWZ0EvHEodLkUW2sPsQl9p9K0=>

I noticed that you suggest to use 16 GB of RAM, did you try with less memory? 
Or in other words, what’s the minimum amount of memory required?

Thanks
Victor Morales
irc: electrocucaracha

From: 
<onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org>>
 on behalf of "FORSYTH, JAMES" <jf2...@att.com<mailto:jf2...@att.com>>
Date: Wednesday, July 26, 2017 at 4:09 PM
To: "'onap-discuss@lists.onap.org'" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Cc: "PRESSLEY, VIVIAN A" <vp1...@att.com<mailto:vp1...@att.com>>
Subject: [onap-discuss] [aai] A local dev setup guide

Hi, All,

As agreed during the VF-C/A session of the Virtual Developer’s Event, I have 
a local dev setup guide page posted under the A page on the wiki, complete 
with Postman example scripts for exercising the resources and aai-traverals 
microservices:

https://wiki.onap.org/pages/viewpage.action?pageId=10782088<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_pages_viewpage.action-3FpageId-3D10782088=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=MtV6t_3CcRqEjWn7H--EgYlQyKT42kHM_mm4poNoihI=rO1izjVLCfkO9yHSl_oZoiXEC8WFhbAriEWdm5JAL6A=>

I welcome feedback and hope that at least our A devs are able to try this 
out locally.

I am in the process of creating a tutorial which illustrates modifying the 
schema, adding a new node type and adding attributes to existing types – look 
for that tomorrow.

Thanks,
jimmy




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


[onap-discuss] [aai] A local dev setup guide

2017-07-26 Thread FORSYTH, JAMES
Hi, All,

As agreed during the VF-C/A session of the Virtual Developer's Event, I have 
a local dev setup guide page posted under the A page on the wiki, complete 
with Postman example scripts for exercising the resources and aai-traverals 
microservices:

https://wiki.onap.org/pages/viewpage.action?pageId=10782088

I welcome feedback and hope that at least our A devs are able to try this 
out locally.

I am in the process of creating a tutorial which illustrates modifying the 
schema, adding a new node type and adding attributes to existing types - look 
for that tomorrow.

Thanks,
jimmy




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


Re: [onap-discuss] [integration][aai] AAI data model for vCPE use case?

2017-07-21 Thread FORSYTH, JAMES
Hi, Brian,

This looks like a model-based query which would allow us to define the service 
path and then we could pull the whole thing out of the graph with a single 
call, starting at a given vertex like service-subscription.  We've done similar 
use cases with A in the past, and I think we have the appropriate vnf 
structures, networks, and interfaces defined in the schema to be able to define 
the service path, possibly using the model from SDC and maybe building some 
custom network models to support it as well.  A architecture will look 
closely at the use case and will perhaps provide a suggested model of how this 
service might look in A

Thanks,
jimmy

From: FREEMAN, BRIAN D
Sent: Thursday, July 20, 2017 5:26 PM
To: FORSYTH, JAMES <jf2...@att.com>; Kang Xi <kang...@huawei.com>; 
'onap-discuss@lists.onap.org' <onap-discuss@lists.onap.org>
Subject: RE: [onap-discuss] [integration][aai] AAI data model for vCPE use case?

Jimmy,

How would A model the service path from the prem to the internet through 
vCPE Use Case ?

I think the generic VNF model is part of it.
I think the vlan/tunnel information might be missing or perhaps you could 
explain how the linked list of Layer 2 data could be used for the path ?

Its the physical data path piece that I am worried about not the VNF themselves.

I know we have done this for other services not to be named in ATT but we 
havent had to do a consumer broadband service like this (e.g. DSL like)  in a 
while.

Brian


From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of FORSYTH, JAMES
Sent: Thursday, July 20, 2017 5:14 PM
To: Kang Xi <kang...@huawei.com<mailto:kang...@huawei.com>>; 
'onap-discuss@lists.onap.org' 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Subject: Re: [onap-discuss] [integration][aai] AAI data model for vCPE use case?

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

Hi, Kang,

A watches for new models in SDC and then the model loader puts those model 
definitions into the A backend.  I think the models needed for vCPE use case 
would be defined in SDC.

https://wiki.onap.org/download/attachments/1015849/aai_schema_v11.xsd?api=v2<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_download_attachments_1015849_aai-5Fschema-5Fv11.xsd-3Fapi-3Dv2=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=sTAk-B8S6jLkr8vniUuT3sorBx6C-US_0LejxIPhh28=og7krGLeUXJFIDBVZvgikKTmjRx-i2PLJXU9Q1MEsys=>
 contains the entire schema for A, including generic-vnf.  I pulled 
generic-vnf into its own file for your reference.

Thanks,
Jimmy



From: Kang Xi [mailto:kang...@huawei.com]
Sent: Wednesday, July 19, 2017 7:40 PM
To: FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>; 
'onap-discuss@lists.onap.org' 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>
Cc: Yunxia Chen <helen.c...@huawei.com<mailto:helen.c...@huawei.com>>; KLUGER, 
YOAV <yoav.klu...@amdocs.com<mailto:yoav.klu...@amdocs.com>>; TAYLOR, JON 
<jon.tay...@amdocs.com<mailto:jon.tay...@amdocs.com>>; Alla Goldner 
<alla.gold...@amdocs.com<mailto:alla.gold...@amdocs.com>>; Yang Xu (Yang, Fixed 
Network) <yang@huawei.com<mailto:yang@huawei.com>>; denghui (L) 
<denghu...@huawei.com<mailto:denghu...@huawei.com>>; 'Pawlowski Michal' 
<michal.pawlows...@orange.com<mailto:michal.pawlows...@orange.com>>; denghui 
(L) <denghu...@huawei.com<mailto:denghu...@huawei.com>>
Subject: [integration][aai] AAI data model for vCPE use case?

Hi Jimmy and AAI team,

We have the following questions related to AAI. Appreciate if you could provide 
comments/answers by the end of this week. We have collected answers for part of 
the questions and your comments to that part and answer to the rest of the 
questions would be very valuable. You can either use email or update the wiki 
page directly: 
https://wiki.onap.org/display/DW/Use+Case+Related+Important+Questions+and+Answers<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Use-2BCase-2BRelated-2BImportant-2BQuestions-2Band-2BAnswers=DwMFAg=LFYZ-o9_HUMeMTSQicvjIg=e3d1ehx3DI5AoMgDmi2Fzw=sTAk-B8S6jLkr8vniUuT3sorBx6C-US_0LejxIPhh28=smODSvpcwrt8kc6njSGowURMHAiAEz2rVpr8Hgh3v6A=>

6. Question:
Do we manual create AAI data models or use tools? How are the model packaged 
with the service and distributed? What data models are needed for vCPE?

Answer:
We need a consumer broadband service model. The existing generic VNF model will 
be reused. Additional parameters may be needed on top of the generic VNF model 
to create specific use case VNF models. There are tools to do this.

Also a related question: Where to find the generic VNF model?

Regards,
Kang


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


Re: [onap-discuss] FW: [onap-tsc] [aai] YOUR ACTION IS REQUIRED: A Project needs new repos for microservices

2017-07-14 Thread FORSYTH, JAMES
Hi, Susan,

I think it's a fantastic idea.  I added a story under the Gizmo epic in jira.

CT, I'm looking in your direction to pick this one up ;)  
https://jira.onap.org/browse/AAI-57

A devs:  I have added a few sub-tasks to certain stories. Commits should be 
performed using sub-tasks that belong to stories.  If you pick up a story that 
does not have sub-tasks defined, you get the privilege of creating them :)

Thanks,
-jimmy

From: BYLSMA, SUSAN
Sent: Friday, July 14, 2017 12:04 PM
To: FORSYTH, JAMES <jf2...@att.com>; onap-discuss@lists.onap.org
Cc: MULLER, ANDREW <am8...@att.com>; PRESSLEY, VIVIAN A <vp1...@att.com>
Subject: RE: [onap-discuss] FW: [onap-tsc] [aai] YOUR ACTION IS REQUIRED: A 
Project needs new repos for microservices

Great idea, Jimmy.  We are about to need a place to put an auth library to 
support opening Gizmo.  Might be a good use case to test out an alternate 
approach?

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of FORSYTH, JAMES
Sent: Friday, July 14, 2017 11:50 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Cc: MULLER, ANDREW <am8...@att.com<mailto:am8...@att.com>>; PRESSLEY, VIVIAN A 
<vp1...@att.com<mailto:vp1...@att.com>>
Subject: [onap-discuss] FW: [onap-tsc] [aai] YOUR ACTION IS REQUIRED: A 
Project needs new repos for microservices

AAI team,

We have been approved for new repos for our new microservices and the champ 
library.

I assigned the following stories but I didn't move them into the current sprint 
because I do not know if the repos will be available in time:

https://jira.onap.org/browse/AAI-26<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_AAI-2D26=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=9iUkuIN83pGvGEn8EqjblzO-l4w_M3JC5t26jvHi588=Kv8APfUGLXyh3NLM6-R7Eq4JML7ZLdW7cIznrUQHPmk=>
 (champ) Andrew Muller - I want to assign this to you but you still need to 
create your LF account
https://jira.onap.org/browse/AAI-27<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_AAI-2D27=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=9iUkuIN83pGvGEn8EqjblzO-l4w_M3JC5t26jvHi588=bi_xlYAjpUh_KQRBHCxjOV5GkzKpSS4hzZCkFhkdQ7I=>
 (gizmo) CT Paterson I assigned this to you
https://jira.onap.org/browse/AAI-46<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_AAI-2D46=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=9iUkuIN83pGvGEn8EqjblzO-l4w_M3JC5t26jvHi588=ICqQ8Lr2Z2a57I-Yj7nUuROHshBwhtMxkFck3a4C10E=>
 (babel) Tian Lee this one is yours

Given that new repos require TSC approval and can require long lead times, I 
think we need to have a discussion about the merits of continuing to have a 
separate repo per microservice.  I believe that there are ways to accomplish 
separation across microservices contained in the same repo with regard to code 
review and packaging, and if so it probably makes sense to look at reducing 
rather than expanding the number of git repos that A uses, or at a minimum 
to be content with the repos we have and develop a strategy for onboarding new 
microservices and libraries into existing repos.

So, A team (and wider ONAP team members who have faces/solved similar 
issues) let's discuss!

Thanks,
Jimmy
A PTL

From: Gildas Lanilis [mailto:gildas.lani...@huawei.com]
Sent: Thursday, July 13, 2017 1:34 PM
To: helpd...@open-o.org<mailto:helpd...@open-o.org>
Cc: Kenny Paul <kp...@linuxfoundation.org<mailto:kp...@linuxfoundation.org>>; 
FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>
Subject: FW: [onap-tsc] YOUR ACTION IS REQUIRED: A Project needs new repos 
for microservices

Hi Helpdesk,

We have obtained quorum from TSC voting members for supporting the request for 
AAI project (Jimmy PTL is cc'ed) asking to add 3 more repos (see below). See 
email thread available at 
https://lists.onap.org/pipermail/onap-tsc/2017-July/001139.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_pipermail_onap-2Dtsc_2017-2DJuly_001139.html=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=kYUtAQS02P5Md_yu6RPx1dZChDGJfhqEhfZrNcXwH3c=6wcBktsJ7Or9DHfCgM8XKaxHuxH2cZqO4P10bZobIZc=>

All associated artifacts are properly  documented in 
wiki<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Resources-2Band-2BRepositories-23ResourcesandRepositories-2DActiveandAvailableInventory=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=kYUtAQS02P5Md_yu6RPx1dZChDGJfhqEhfZrNcXwH3c=cX59Nf5SLYTIqOk_3r96nBrxiYOWgFlWsxMRU-6M6xI=>
 and are summarized in the screenshot below.

[cid:image001.jpg@01D2FCAA.6A9E12F0]

Let us know if you have any questions.

Thanks,
Gildas
ONAP Release Manager
1 415 238 6287

From: jamil.cha...@orange.com<mailto:jamil.cha...@orange.com> 
[mailto:jamil.cha...@orange.com]
Se

[onap-discuss] Virtual meeting notice

2017-07-14 Thread FORSYTH, JAMES
Hi, Kenny and Casey,

On the community meetings page, it shows that the Virtual Developers Summit 
occurs from 7/24-7/26, with a recurrence of once per day for 3 days.  In the 
meeting notice I received, I see that the recurrence is every three days, so I 
see a meeting on Monday 7/24, Thursday 7/27, and Sunday 7/30 in my local 
calendar.

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


[onap-discuss] FW: [onap-tsc] [aai] YOUR ACTION IS REQUIRED: A Project needs new repos for microservices

2017-07-14 Thread FORSYTH, JAMES
AAI team,

We have been approved for new repos for our new microservices and the champ 
library.

I assigned the following stories but I didn't move them into the current sprint 
because I do not know if the repos will be available in time:

https://jira.onap.org/browse/AAI-26 (champ) Andrew Muller - I want to assign 
this to you but you still need to create your LF account
https://jira.onap.org/browse/AAI-27 (gizmo) CT Paterson I assigned this to you
https://jira.onap.org/browse/AAI-46 (babel) Tian Lee this one is yours

Given that new repos require TSC approval and can require long lead times, I 
think we need to have a discussion about the merits of continuing to have a 
separate repo per microservice.  I believe that there are ways to accomplish 
separation across microservices contained in the same repo with regard to code 
review and packaging, and if so it probably makes sense to look at reducing 
rather than expanding the number of git repos that A uses, or at a minimum 
to be content with the repos we have and develop a strategy for onboarding new 
microservices and libraries into existing repos.

So, A team (and wider ONAP team members who have faces/solved similar 
issues) let's discuss!

Thanks,
Jimmy
A PTL

From: Gildas Lanilis [mailto:gildas.lani...@huawei.com]
Sent: Thursday, July 13, 2017 1:34 PM
To: helpd...@open-o.org
Cc: Kenny Paul <kp...@linuxfoundation.org>; FORSYTH, JAMES <jf2...@att.com>
Subject: FW: [onap-tsc] YOUR ACTION IS REQUIRED: A Project needs new repos 
for microservices

Hi Helpdesk,

We have obtained quorum from TSC voting members for supporting the request for 
AAI project (Jimmy PTL is cc'ed) asking to add 3 more repos (see below). See 
email thread available at 
https://lists.onap.org/pipermail/onap-tsc/2017-July/001139.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_pipermail_onap-2Dtsc_2017-2DJuly_001139.html=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=kYUtAQS02P5Md_yu6RPx1dZChDGJfhqEhfZrNcXwH3c=6wcBktsJ7Or9DHfCgM8XKaxHuxH2cZqO4P10bZobIZc=>

All associated artifacts are properly  documented in 
wiki<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Resources-2Band-2BRepositories-23ResourcesandRepositories-2DActiveandAvailableInventory=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=kYUtAQS02P5Md_yu6RPx1dZChDGJfhqEhfZrNcXwH3c=cX59Nf5SLYTIqOk_3r96nBrxiYOWgFlWsxMRU-6M6xI=>
 and are summarized in the screenshot below.

[cid:image001.jpg@01D2FBC3.8252BAA0]

Let us know if you have any questions.

Thanks,
Gildas
ONAP Release Manager
1 415 238 6287

From: jamil.cha...@orange.com<mailto:jamil.cha...@orange.com> 
[mailto:jamil.cha...@orange.com]
Sent: Thursday, July 13, 2017 10:01 AM
To: Gildas Lanilis <gildas.lani...@huawei.com<mailto:gildas.lani...@huawei.com>>
Cc: onap-...@lists.onap.org<mailto:onap-...@lists.onap.org>
Subject: Re: [onap-tsc] YOUR ACTION IS REQUIRED: A Project needs new repos 
for microservices

+1

Best
Jamil

Le 7 juil. 2017 à 00:27, Gildas Lanilis 
<gildas.lani...@huawei.com<mailto:gildas.lani...@huawei.com>> a écrit :
Dear TSC Voting Members,

AAI team needs the 3 following repos to be added in Gerrit. The PTL (Jimmy 
Forsyth) has provided the rational down below.
At this point the request and all associated artifacts are properly  documented 
in 
wiki<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Resources-2Band-2BRepositories-23ResourcesandRepositories-2DActiveandAvailableInventory=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=kYUtAQS02P5Md_yu6RPx1dZChDGJfhqEhfZrNcXwH3c=cX59Nf5SLYTIqOk_3r96nBrxiYOWgFlWsxMRU-6M6xI=>
 and are summarized in the screenshot below.


To expedite the approval, your approval by replying a +1, 0, -1 by email will 
be deemed sufficient by LF to move forward in repos creation.
The AA team thank you in advance for your prompt response.

Best Regards,
Gildas Lanilis
ONAP Release Manager
1 415 238 6287

From: FORSYTH, JAMES [mailto:jf2...@att.com]
Sent: Thursday, July 06, 2017 7:06 AM
To: Gildas Lanilis
Subject: FW: [onap-tsc] A Project needs new repos for microservices

Hi, Gildas,

I have made the update to the Resources and Repositories 
Page.<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Resources-2Band-2BRepositories-23ResourcesandRepositories-2DActiveandAvailableInventory=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=N0nd4_E6pXRddwrKlctvqfy2p7bRUuVh6P7FHpHYRAw=dqPvJ8JIEgW8zblQnYuXulM6smJETtxvHtDUuiYS7V0=>

Can you help with A's request to get new repos added?

Thank you!

-jimmy

From: Kenny Paul [mailto:kp...@linuxfoundation.org]
Sent: Thursday, July 06, 2017 7:48 AM
To: FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>
Cc: onap-...@lists.onap.org<mailto:onap-...@lists.onap.org>; PAQUETTE, FRANCIS 
<francis.paque...@amdocs.com<mailto:francis.paque...@amdocs.com>>; WEATHERL

Re: [onap-discuss] Invitation: A Weekly @ Weekly from 6am to 7am on Thursday (PDT) (jf2...@att.com)

2017-07-12 Thread FORSYTH, JAMES
Meeting is cancelled for this week.

Thanks,
Jimmy

-Original Appointment-
From: ONAP Meetings and Events 
[mailto:linuxfoundation.org_1rmtb5tpr3uc8f76fmflplo...@group.calendar.google.com]
Sent: Wednesday, June 28, 2017 7:51 PM
To: ONAP Meetings and Events; FORSYTH, JAMES; onap-discuss@lists.onap.org
Subject: Invitation: A Weekly @ Weekly from 6am to 7am on Thursday (PDT) 
(jf2...@att.com)
When: Thursday, July 13, 2017 6:00 AM-7:00 AM America/Los_Angeles.
Where: https://zoom.us/j/403219274


more details 
»<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_calendar_event-3Faction-3DVIEW-26eid-3DbjJsNWJya2JyOGttZXRubjhhNWswczc3ZWsgamYyNTEyQGF0dC5jb20-26tok-3DNzIjbGludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29tM2ZkYWQ2OWYyY2UzZDY2YWRkYzY0ZDIyMzA5OTcyZjMwNTQ5NzEyYg-26ctz-3DAmerica_Los-5FAngeles-26hl-3Den=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=8OEOFP5an6IMUcrPbLxjk4VB47ERutW_R7MyGypxAr4=>

A Weekly
Hi there,

UTC: 1:00AM, Bejing: 09:00 PM, Eastern: 09:00 AM, Pacific: 06:00 AM
ONAP Meeting 2 is inviting you to a scheduled Zoom meeting.
Join from PC, Mac, Linux, iOS or Android: 
https://zoom.us/j/403219274<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_url-3Fq-3Dhttps-253A-252F-252Fzoom.us-252Fj-252F403219274-26sa-3DD-26usd-3D2-26usg-3DAFQjCNHaIjas8n3uRfOdeOrBKDb-5Fm7j0ag=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=WjKHZ1wT3JgyPooP0k-wdV_eUUVrN2Z3EbbROqtDk4Y=>
Or iPhone one-tap (US Toll): +14086380968,,403219274# or 
+16465588656,,403219274#
Or Telephone:
Dial: +1 408 638 0968 (US Toll) or +1 646 558 8656 (US Toll)
+1 855 880 1246 (US Toll Free)
+1 877 369 0926 (US Toll Free)
Meeting ID: 403 219 274
International numbers available: 
https://zoom.us/zoomconference?m=0tliieyuLYiDQ83E-kQHw86QJZABgcPF<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_url-3Fq-3Dhttps-253A-252F-252Fzoom.us-252Fzoomconference-253Fm-253D0tliieyuLYiDQ83E-2DkQHw86QJZABgcPF-26sa-3DD-26usd-3D2-26usg-3DAFQjCNFjt1-2DzsbKakiJR2vqsreY-5Fy9bEpA=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=l1SSqaiZSgCUjsMDhrlUQlJJ9Pui5LI1TvUMbn08lOw=>







When
Weekly from 6am to 7am on Thursday Pacific Time

Where
https://zoom.us/j/403219274 
(map<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_url-3Fq-3Dhttps-253A-252F-252Fzoom.us-252Fj-252F403219274-26sa-3DD-26usd-3D2-26usg-3DAFQjCNHaIjas8n3uRfOdeOrBKDb-5Fm7j0ag=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=WjKHZ1wT3JgyPooP0k-wdV_eUUVrN2Z3EbbROqtDk4Y=>)

Calendar
jf2...@att.com

Who
•
kp...@linuxfoundation.org - creator

•
jf2...@att.com

•
onap-discuss@lists.onap.org



Going?   All events in this series:   
Yes<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_calendar_event-3Faction-3DRESPOND-26eid-3DbjJsNWJya2JyOGttZXRubjhhNWswczc3ZWsgamYyNTEyQGF0dC5jb20-26rst-3D1-26tok-3DNzIjbGludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29tM2ZkYWQ2OWYyY2UzZDY2YWRkYzY0ZDIyMzA5OTcyZjMwNTQ5NzEyYg-26ctz-3DAmerica_Los-5FAngeles-26hl-3Den=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=cYACKeMorp9buyz8fOaeXw1Yx6NEsjEgSdYUJWGlPPw=>
 - 
Maybe<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_calendar_event-3Faction-3DRESPOND-26eid-3DbjJsNWJya2JyOGttZXRubjhhNWswczc3ZWsgamYyNTEyQGF0dC5jb20-26rst-3D3-26tok-3DNzIjbGludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29tM2ZkYWQ2OWYyY2UzZDY2YWRkYzY0ZDIyMzA5OTcyZjMwNTQ5NzEyYg-26ctz-3DAmerica_Los-5FAngeles-26hl-3Den=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=7te6c_t8GfK6BULJS7oWaLT-80lS_5VX4hF9JDg03jg=>
 - 
No<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_calendar_event-3Faction-3DRESPOND-26eid-3DbjJsNWJya2JyOGttZXRubjhhNWswczc3ZWsgamYyNTEyQGF0dC5jb20-26rst-3D2-26tok-3DNzIjbGludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29tM2ZkYWQ2OWYyY2UzZDY2YWRkYzY0ZDIyMzA5OTcyZjMwNTQ5NzEyYg-26ctz-3DAmerica_Los-5FAngeles-26hl-3Den=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=YDQR2Qy3a5Ux1dNP637S1LPG7rmyfBN0rKUP5kMy8rE=UwpsMuZu3lgASEv89oFeHNBjy9hw1MNKJrXIcCoieoQ=>
more options 
»<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.google.com_calendar_event-3Faction-3DVIEW-26eid-3DbjJsNWJya2JyOGttZXRubjhhNWswczc3ZWsgamYyNTEyQGF0dC5jb20-26tok-3DNzIjbGludXhmb3VuZGF0aW9uLm9yZ18xcm10YjV0cHIzdWM4Zjc2Zm1mbHBsb2k4OEBncm91cC5jYWxlbmRhci5nb29nbGUuY29tM2ZkYWQ2OWYyY2UzZDY2YWRkYzY0ZDIyMzA5OTcyZjMwNTQ5NzEyYg-26ctz-3DAmerica_Los-5FAngeles-26hl-3Den=DwMFaQ=

Re: [onap-discuss] Welcome to ONAP A!

2017-06-29 Thread FORSYTH, JAMES
Hi, LiZi,

We’ll end the kick off @ 13:30 UTC in order to accommodate the special TSC 
session.  Since the fuse on our release planning template is so short, I’m 
going to request another meeting @ 15:00 UTC (11AM US/Eastern) today for a 
working session to add additional content to the template expand on the epics 
and stories I have been writing.

@Kenny and @Casey, A is requesting a one-time session at 15:00 UTC.

Thanks,
jimmy

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: Thursday, June 29, 2017 3:49 AM
To: fors...@m0049463.ppops.net-00191d01; FORSYTH, JAMES <jf2...@att.com>
Cc: sun.qi...@zte.com.cn; AGGARWAL, MANISHA <amani...@att.com>; FORSYTH, JAMES 
<jf2...@att.com>; BLIMKIE, STEVEN <steven.blim...@amdocs.com>; 
tian@amdocs.com; zhonghe...@boco.com.cn; yangyuan...@boco.com.cn; 
li.min...@zte.com.cn; fu.fan...@zte.com.cn; PATERSON, CREIGHTON 
<creighton.pater...@amdocs.com>; colin.bu...@amdocs.com; BAXTER, ANDREW 
<andrew.bax...@amdocs.com>; mural...@huawei.com; plur...@us.ibm.com; ARRASTIA, 
MICHAEL <marra...@amdocs.com>; gino.fabr...@amdocs.com; NAMBI, ARUL 
<arul.na...@amdocs.com>; KAJUR, HARISH V <vk2...@att.com>; MAHARAJH, ROBBY 
<rx2...@att.com>; MULLER, ANDREW <am8...@att.com>; LAMONT, WILLIAM 
<wl2...@att.com>; GRAZIANI, GIULIO <giulio.grazi...@amdocs.com>; 
zhao.huab...@zte.com.cn
Subject: Re: Welcome to ONAP A!


Hi Jimmy,



Congradulations! I believe you will be a great PTL for our team ☺.



I noticed that there is an A weekly meeting start at 1:00PM and the TSC 
weekly meeting will start from 2:00PM. Generally, there is no conflict in time 
of the two meetings. But I also found that this thursday the Kenny has adjust 
the TSC meeting time and it will start 1/2 HOUR EARLIER. The ESR will be 
reviewed at this meeting, maybe the scope of ESR will be discussed. Since, we 
reached an agreement that ESR would be a subproject of A, I gentally hope 
you would to join this TSC meeting too. So, can you adjust the A weekly 
meeting half an hour earlier OR can we finish this A meeting half an hour 
earlier? just for the special day.  here you can check the TSC meeting agenda  
https://wiki.onap.org/display/DW/TSC+Meeting+Resources<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_TSC-2BMeeting-2BResources=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=lAv6lCO5XoQeTdcIZQbnyqvN8fO-JI79gvRCG3SKNzA=LQa5V7fjBi0S3TPygQmdWBSEe2P1ujjCKgDh3nJPrIk=>
 .



Also, after the clarification about the scope of ESR at 29th TSC meeting. I 
will add the ESR release planning in A release planning page before the 
Release Review meeting on Friday. For the operation between Project and 
subproject, I suggest we have a further discussion after the TSC meeting. Since 
once I worked for Open-O, I'd like to introduce you about the operation between 
Project and sub-project in Open-O( if needed).



Thanks,

LiZi








原始邮件
发件人: <jf2...@att.com<mailto:jf2...@att.com>>;
收件人:李滋00164331;孙奇10159474; <amani...@att.com<mailto:amani...@att.com>>; 
<jf2...@att.com<mailto:jf2...@att.com>>; 
<steven.blim...@amdocs.com<mailto:steven.blim...@amdocs.com>>; 
<tian@amdocs.com<mailto:tian@amdocs.com>>; 
<zhonghe...@boco.com.cn<mailto:zhonghe...@boco.com.cn>>; 
<yangyuan...@boco.com.cn<mailto:yangyuan...@boco.com.cn>>;黎明10071868;付繁虎10203847;
 <creighton.pater...@amdocs.com<mailto:creighton.pater...@amdocs.com>>; 
<colin.bu...@amdocs.com<mailto:colin.bu...@amdocs.com>>; 
<andrew.bax...@amdocs.com<mailto:andrew.bax...@amdocs.com>>; 
<mural...@huawei.com<mailto:mural...@huawei.com>>; 
<plur...@us.ibm.com<mailto:plur...@us.ibm.com>>; 
<steven.blim...@amdocs.com<mailto:steven.blim...@amdocs.com>>; 
<tian@amdocs.com<mailto:tian@amdocs.com>>; 
<marra...@amdocs.com<mailto:marra...@amdocs.com>>; 
<gino.fabr...@amdocs.com<mailto:gino.fabr...@amdocs.com>>; 
<arul.na...@amdocs.com<mailto:arul.na...@amdocs.com>>; 
<vk2...@att.com<mailto:vk2...@att.com>>; 
<rx2...@att.com<mailto:rx2...@att.com>>; 
<am8...@att.com<mailto:am8...@att.com>>; 
<wl2...@att.com<mailto:wl2...@att.com>>; 
<giulio.grazi...@amdocs.com<mailto:giulio.grazi...@amdocs.com>>;
日 期 :2017年06月29日 06:14
主 题 :Welcome to ONAP A!


Greetings, A/ESR Committers and Contributors!

My name is Jimmy Forsyth and I am the PTL for A  This is my first time 
serving as PTL so I ask for everyone’s patience and support as I figure out 
what’s going on ☺

I know that we have an amazing team here – I know most of you on the list of 
Amdocs and AT and I am looking forward to working with you all.

I recommend that everyone start following the ONAP discuss list if you aren’t 
already –

https://l

Re: [onap-discuss] FW: Welcome to ONAP A!

2017-06-29 Thread FORSYTH, JAMES
Thank you, LiZi – I promise I will schedule at least one meeting when the sun 
is out where you are ☺

-jimmy

From: li.z...@zte.com.cn [mailto:li.z...@zte.com.cn]
Sent: Thursday, June 29, 2017 8:14 AM
To: fors...@m0048589.ppops.net-00191d01; FORSYTH, JAMES <jf2...@att.com>
Cc: onap-discuss@lists.onap.org
Subject: Re: [onap-discuss] FW: Welcome to ONAP A!




OK, I will go home after the addtional A meeting, even though it is a bit 
late in China. I will make sacrifices for the sake of keeping company with 
gentlemen for work, which we say "舍命陪君子" in Chinese.






原始邮件
发件人: <jf2...@att.com<mailto:jf2...@att.com>>;
收件人: <onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>;
日 期 :2017年06月29日 19:48
主 题 :[onap-discuss] FW: Welcome to ONAP A!




From: FORSYTH, JAMES
Sent: Thursday, June 29, 2017 7:40 AM
To: 'li.z...@zte.com.cn' <li.z...@zte.com.cn<mailto:li.z...@zte.com.cn>>; 
fors...@m0049463.ppops.net-00191d01<mailto:fors...@m0049463.ppops.net-00191d01>;
 'Kenny Paul' <kp...@linuxfoundation.org<mailto:kp...@linuxfoundation.org>>; 
cc...@linuxfoundation.org<mailto:cc...@linuxfoundation.org>
Cc: sun.qi...@zte.com.cn<mailto:sun.qi...@zte.com.cn>; AGGARWAL, MANISHA 
<amani...@att.com<mailto:amani...@att.com>>; BLIMKIE, STEVEN 
<steven.blim...@amdocs.com<mailto:steven.blim...@amdocs.com>>; 
tian@amdocs.com<mailto:tian@amdocs.com>; 
zhonghe...@boco.com.cn<mailto:zhonghe...@boco.com.cn>; 
yangyuan...@boco.com.cn<mailto:yangyuan...@boco.com.cn>; 
li.min...@zte.com.cn<mailto:li.min...@zte.com.cn>; 
fu.fan...@zte.com.cn<mailto:fu.fan...@zte.com.cn>; PATERSON, CREIGHTON 
<creighton.pater...@amdocs.com<mailto:creighton.pater...@amdocs.com>>;  
colin.bu...@amdocs.com<mailto:colin.bu...@amdocs.com>; BAXTER, ANDREW 
<andrew.bax...@amdocs.com<mailto:andrew.bax...@amdocs.com>>; 
mural...@huawei.com<mailto:mural...@huawei.com>; 
plur...@us.ibm.com<mailto:plur...@us.ibm.com>; ARRASTIA, MICHAEL 
<marra...@amdocs.com<mailto:marra...@amdocs.com>>; 
gino.fabr...@amdocs.com<mailto:gino.fabr...@amdocs.com>; NAMBI, ARUL 
<arul.na...@amdocs.com<mailto:arul.na...@amdocs.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>; MAHARAJH, ROBBY  
<rx2...@att.com<mailto:rx2...@att.com>>; MULLER, ANDREW 
<am8...@att.com<mailto:am8...@att.com>>; LAMONT, WILLIAM 
<wl2...@att.com<mailto:wl2...@att.com>>; GRAZIANI, GIULIO 
<giulio.grazi...@amdocs.com<mailto:giulio.grazi...@amdocs.com>>; 
zhao.huab...@zte.com.cn<mailto:zhao.huab...@zte.com.cn>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: RE: Welcome to ONAP A!

Hi, LiZi,

We’ll end the kick off @ 13:30 UTC in order to accommodate the special TSC 
session.  Since the fuse on our release planning template is so short, I’m 
going to  request another meeting @ 15:00 UTC (11AM US/Eastern) today for a 
working session to add additional content to the template expand on the epics 
and stories I have been writing.

@Kenny and @Casey, A is requesting a one-time session at 15:00 UTC.

Thanks,
jimmy

From: li.z...@zte.com.cn<mailto:li.z...@zte.com.cn> [mailto:li.z...@zte.com.cn]
Sent: Thursday, June 29, 2017 3:49 AM
To: 
fors...@m0049463.ppops.net-00191d01<mailto:fors...@m0049463.ppops.net-00191d01>;
 FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>
Cc: sun.qi...@zte.com.cn<mailto:sun.qi...@zte.com.cn>; AGGARWAL, MANISHA 
<amani...@att.com<mailto:amani...@att.com>>; FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>>; BLIMKIE, STEVEN 
<steven.blim...@amdocs.com<mailto:steven.blim...@amdocs.com>>; 
tian@amdocs.com<mailto:tian@amdocs.com>; 
zhonghe...@boco.com.cn<mailto:zhonghe...@boco.com.cn>; 
yangyuan...@boco.com.cn<mailto:yangyuan...@boco.com.cn>; 
li.min...@zte.com.cn<mailto:li.min...@zte.com.cn>; 
fu.fan...@zte.com.cn<mailto:fu.fan...@zte.com.cn>; PATERSON, CREIGHTON 
<creighton.pater...@amdocs.com<mailto:creighton.pater...@amdocs.com>>; 
colin.bu...@amdocs.com<mailto:colin.bu...@amdocs.com>; BAXTER, ANDREW 
<andrew.bax...@amdocs.com<mailto:andrew.bax...@amdocs.com>>; 
mural...@huawei.com<mailto:mural...@huawei.com>; 
plur...@us.ibm.com<mailto:plur...@us.ibm.com>; ARRASTIA, MICHAEL 
<marra...@amdocs.com<mailto:marra...@amdocs.com>>; 
gino.fabr...@amdocs.com<mailto:gino.fabr...@amdocs.com>; NAMBI, ARUL 
<arul.na...@amdocs.com<mailto:arul.na...@amdocs.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>; MAHARAJH, ROBBY 
<rx2...@att.com<mailto:rx2...@att.com>>;  MULLER, ANDREW 
<am8...@att.com<mailto:am8...@att.com>>; LAMONT, WILLIAM 
<

[onap-discuss] FW: Welcome to ONAP A!

2017-06-29 Thread FORSYTH, JAMES


From: FORSYTH, JAMES
Sent: Thursday, June 29, 2017 7:40 AM
To: 'li.z...@zte.com.cn' <li.z...@zte.com.cn>; 
fors...@m0049463.ppops.net-00191d01; 'Kenny Paul' <kp...@linuxfoundation.org>; 
cc...@linuxfoundation.org
Cc: sun.qi...@zte.com.cn; AGGARWAL, MANISHA <amani...@att.com>; BLIMKIE, STEVEN 
<steven.blim...@amdocs.com>; tian@amdocs.com; zhonghe...@boco.com.cn; 
yangyuan...@boco.com.cn; li.min...@zte.com.cn; fu.fan...@zte.com.cn; PATERSON, 
CREIGHTON <creighton.pater...@amdocs.com>; colin.bu...@amdocs.com; BAXTER, 
ANDREW <andrew.bax...@amdocs.com>; mural...@huawei.com; plur...@us.ibm.com; 
ARRASTIA, MICHAEL <marra...@amdocs.com>; gino.fabr...@amdocs.com; NAMBI, ARUL 
<arul.na...@amdocs.com>; KAJUR, HARISH V <vk2...@att.com>; MAHARAJH, ROBBY 
<rx2...@att.com>; MULLER, ANDREW <am8...@att.com>; LAMONT, WILLIAM 
<wl2...@att.com>; GRAZIANI, GIULIO <giulio.grazi...@amdocs.com>; 
zhao.huab...@zte.com.cn; onap-discuss@lists.onap.org
Subject: RE: Welcome to ONAP A!

Hi, LiZi,

We’ll end the kick off @ 13:30 UTC in order to accommodate the special TSC 
session.  Since the fuse on our release planning template is so short, I’m 
going to request another meeting @ 15:00 UTC (11AM US/Eastern) today for a 
working session to add additional content to the template expand on the epics 
and stories I have been writing.

@Kenny and @Casey, A is requesting a one-time session at 15:00 UTC.

Thanks,
jimmy

From: li.z...@zte.com.cn<mailto:li.z...@zte.com.cn> [mailto:li.z...@zte.com.cn]
Sent: Thursday, June 29, 2017 3:49 AM
To: 
fors...@m0049463.ppops.net-00191d01<mailto:fors...@m0049463.ppops.net-00191d01>;
 FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>
Cc: sun.qi...@zte.com.cn<mailto:sun.qi...@zte.com.cn>; AGGARWAL, MANISHA 
<amani...@att.com<mailto:amani...@att.com>>; FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>>; BLIMKIE, STEVEN 
<steven.blim...@amdocs.com<mailto:steven.blim...@amdocs.com>>; 
tian@amdocs.com<mailto:tian@amdocs.com>; 
zhonghe...@boco.com.cn<mailto:zhonghe...@boco.com.cn>; 
yangyuan...@boco.com.cn<mailto:yangyuan...@boco.com.cn>; 
li.min...@zte.com.cn<mailto:li.min...@zte.com.cn>; 
fu.fan...@zte.com.cn<mailto:fu.fan...@zte.com.cn>; PATERSON, CREIGHTON 
<creighton.pater...@amdocs.com<mailto:creighton.pater...@amdocs.com>>; 
colin.bu...@amdocs.com<mailto:colin.bu...@amdocs.com>; BAXTER, ANDREW 
<andrew.bax...@amdocs.com<mailto:andrew.bax...@amdocs.com>>; 
mural...@huawei.com<mailto:mural...@huawei.com>; 
plur...@us.ibm.com<mailto:plur...@us.ibm.com>; ARRASTIA, MICHAEL 
<marra...@amdocs.com<mailto:marra...@amdocs.com>>; 
gino.fabr...@amdocs.com<mailto:gino.fabr...@amdocs.com>; NAMBI, ARUL 
<arul.na...@amdocs.com<mailto:arul.na...@amdocs.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>; MAHARAJH, ROBBY 
<rx2...@att.com<mailto:rx2...@att.com>>; MULLER, ANDREW 
<am8...@att.com<mailto:am8...@att.com>>; LAMONT, WILLIAM 
<wl2...@att.com<mailto:wl2...@att.com>>; GRAZIANI, GIULIO 
<giulio.grazi...@amdocs.com<mailto:giulio.grazi...@amdocs.com>>; 
zhao.huab...@zte.com.cn<mailto:zhao.huab...@zte.com.cn>
Subject: Re: Welcome to ONAP A!


Hi Jimmy,



Congradulations! I believe you will be a great PTL for our team ☺.



I noticed that there is an A weekly meeting start at 1:00PM and the TSC 
weekly meeting will start from 2:00PM. Generally, there is no conflict in time 
of the two meetings. But I also found that this thursday the Kenny has adjust 
the TSC meeting time and it will start 1/2 HOUR EARLIER. The ESR will be 
reviewed at this meeting, maybe the scope of ESR will be discussed. Since, we 
reached an agreement that ESR would be a subproject of A, I gentally hope 
you would to join this TSC meeting too. So, can you adjust the A weekly 
meeting half an hour earlier OR can we finish this A meeting half an hour 
earlier? just for the special day.  here you can check the TSC meeting agenda  
https://wiki.onap.org/display/DW/TSC+Meeting+Resources<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_TSC-2BMeeting-2BResources=DwMGaQ=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=lAv6lCO5XoQeTdcIZQbnyqvN8fO-JI79gvRCG3SKNzA=LQa5V7fjBi0S3TPygQmdWBSEe2P1ujjCKgDh3nJPrIk=>
 .



Also, after the clarification about the scope of ESR at 29th TSC meeting. I 
will add the ESR release planning in A release planning page before the 
Release Review meeting on Friday. For the operation between Project and 
subproject, I suggest we have a further discussion after the TSC meeting. Since 
once I worked for Open-O, I'd like to introduce you about the operation between 
Project and sub-project in Open-O( if needed).



Thanks,

LiZi








原始邮件
发件人: <jf2

[onap-discuss] A PTL Selection

2017-06-27 Thread FORSYTH, JAMES
A/ESR Committers,

The votes for A PTL have been cast and the poll is closed.

Jimmy Forsyth has been elected PTL for the Active and Available Inventory 
Project.

I will be setting up weekly meetings - anyone interested in contributing to the 
project or understanding A please contact me or attend our meetings.

Thanks,
Jimmy Forsyth

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


Re: [onap-discuss] Nominations open for A PTL

2017-06-19 Thread FORSYTH, JAMES
All,

I would like to nominate myself for the role of PTL for the A project.

I have been with AT for 20 years.  I have been a software developer and team 
lead on multiple projects.   My early work was development for network services 
like DNS, LDAP, RADIUS, DHCP for SNET and then SBC Internet Services.  I did 
network services development for AT U-Verse and led a team who designed and 
customized the original AAA and DHCP platform for U-Verse and managed 
provisioning of AAA and other policy data thru a web service called G2.   For 
the next several years I developed solutions for network operations tooling 
support for U-Verse and AT mobility.

I was one of the original developers on A, and designed and implemented the 
first version model-driven dynamic moxy based REST API that A still uses.  I 
understand the various technologies that A implements including graph 
databases like Titan on hbase and I understand the A data model.  I have 
been working for the last year on OpenECOMP VID where I have been the main 
contributor.

I would be happy to serve as the PTL for the ONAP A project, and would do my 
best to contribute to overall ONAP project success.

Thanks,
Jimmy Forsyth
AT


From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of AGGARWAL, MANISHA
Sent: Sunday, June 18, 2017 6:23 PM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] Nominations open for A PTL

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

Hello,



The A project is soliciting self-nominations for its Project Technical Lead. 
 Per TSC instructions, nominees should be from those listed as committers on 
A project proposal approved by the ONAP TSC 
(https://wiki.onap.org/pages/viewpage.action?pageId=3246952).  The nomination 
period will end on Tuesday, June 20.



To nominate, please send an email to the onap-discuss list, stating your 
interest, and a short bio for helping people to know you better.

After the nomination period is closed, a voting poll will be set up for vote 
collection.



Thanks,

Manisha

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


Re: [onap-discuss] A maybe dump questions, but has anybody ...

2017-06-13 Thread FORSYTH, JAMES
My understanding from our devs is that there were breaking changes in the 
schema (from portal) that 1.1 requires so we opted for the new table name - we 
could use the old table name but that might cause additional confusion.  If 
it's going to be used in a clean build env, I think users can override the 
table names to make them match at docker runtime, or if it is judged that the 
defaults should match, I can change the master branch to match the 1.0.0 names.

Thanks,
jimmy

From: FORSYTH, JAMES
Sent: Tuesday, June 13, 2017 11:27 AM
To: ROSE, DANIEL V <dr6...@att.com>; LUND, CARSTEN <l...@research.att.com>; 
Josef Reisinger <josef.reisin...@de.ibm.com>; onap-discuss@lists.onap.org; 
KAJUR, HARISH V <vk2...@att.com>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

You are right :)

-jimmy

From: ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 11:21 AM
To: FORSYTH, JAMES <jf2...@att.com<mailto:jf2...@att.com>>; LUND, CARSTEN 
<l...@research.att.com<mailto:l...@research.att.com>>; Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; KAJUR, HARISH 
V <vk2...@att.com<mailto:vk2...@att.com>>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

That seems to be bad for backwards compatibility :)

Thanks,

Daniel Rose
ECOMP / ONAP
com.att.ecomp
732-420-7308

From: FORSYTH, JAMES
Sent: Tuesday, June 13, 2017 11:00 AM
To: ROSE, DANIEL V <dr6...@att.com<mailto:dr6...@att.com>>; LUND, CARSTEN 
<l...@research.att.com<mailto:l...@research.att.com>>; Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; KAJUR, HARISH 
V <vk2...@att.com<mailto:vk2...@att.com>>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

If you use the 1.1.0-SNAPSHOT artifacts, and the 1.0-STAGING-latest docker 
image, you will get a mismatch in the table name.  1.0 uses "vid_openecomp" and 
1.1 uses "vid_openecomp_epsdk"

Thanks,
jimmy

From: ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:51 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

Sorry wrong thread for my previous reply!

For robot vm we updated it to use tenant name (follow 
https://jira.onap.org/browse/TEST-28 to see its testing progress)

For vid jimmy can you check this?

For aai can you check this harish?


I think we figure out if its due to rebasing or not.

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 ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:36 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
You could ask someone from aai like Harish, Jimmy or Manisha as they also use 
Spotify

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 LUND, CARSTEN
Sent: Tuesday, June 13, 2017 8:53 AM
To: Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
For DCAE issue see DCAE-7. We are still working that and then have to document 
things better.

Carsten

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Josef Reisinger
Sent: Tuesday, June 13, 2017 8:48 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] A maybe dump questions, but has anybody ...

... got the ONAP stack to work on vanilla Openstack (We

Re: [onap-discuss] A maybe dump questions, but has anybody ...

2017-06-13 Thread FORSYTH, JAMES
Hi, Josef,

Yes, definitely.

-jimmy

From: Josef Reisinger [mailto:josef.reisin...@de.ibm.com]
Sent: Tuesday, June 13, 2017 11:25 AM
To: FORSYTH, JAMES <jf2...@att.com>
Cc: ROSE, DANIEL V <dr6...@att.com>; LUND, CARSTEN <l...@research.att.com>; 
onap-discuss@lists.onap.org; KAJUR, HARISH V <vk2...@att.com>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

Thanks James,

that sounds absolutely reasonable and I tried adapt the docker version to 1.1.. 
which didn't give me a working portal. So left it as it was pre-configured in 
the template and trusted the comment "You don'T need to change other 
parameters" (or similar...).

Do you think artifacts_version: 1.0.0-SNAPSHOT +  docker_version: 
1.0-STAGING-latest + gerrit_branch: release-1.0.0 will enhance the chance to 
get the ONAP stack working?

Mit freundlichen Grüßen / Kind regards
Josef Reisinger
When wisdom comes to call, there's nobody listening at all - Pendragon / Man Of 
Nomadic Traits

IBM Sales & Distribution, Communications Sector
Certified IT-Architect Telecommunications
IBM Certified Telecommunications Industry ITA
Lehrbeauftragter an der Hochschule Fresenius

IBM Deutschland
Godesberger Allee 127
53175 Bonn Beuel

Phone:+49 151 1426 4559
Mobile:  +49-(0) 151 1426 4559
E-Mail:  josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>


IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Nicole Reimer, Norbert 
Janzen, Dr. Christian Keller, Ivo Koerner, Stefan Lutz
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 / WEEE-Reg.-Nr. DE 99369940






From:"FORSYTH, JAMES" <jf2...@att.com<mailto:jf2...@att.com>>
To:"ROSE, DANIEL V" <dr6...@att.com<mailto:dr6...@att.com>>, "LUND, 
CARSTEN" <l...@research.att.com<mailto:l...@research.att.com>>, Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>, 
"onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>" 
<onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>>, "KAJUR, 
HARISH V" <vk2...@att.com<mailto:vk2...@att.com>>
Date:13.06.2017 17:00
Subject:RE: [onap-discuss] A maybe dump questions, but has anybody ...




If you use the 1.1.0-SNAPSHOT artifacts, and the 1.0-STAGING-latest docker 
image, you will get a mismatch in the table name.  1.0 uses "vid_openecomp" and 
1.1 uses "vid_openecomp_epsdk"

Thanks,
jimmy

From: ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:51 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

Sorry wrong thread for my previous reply!

For robot vm we updated it to use tenant name (follow 
https://jira.onap.org/browse/TEST-28<https://urldefense.proofpoint.com/v2/url?u=https-3A__jira.onap.org_browse_TEST-2D28=DwMFAw=LFYZ-o9_HUMeMTSQicvjIg=Oej6QUk5p2KdqNEWySpOHA=GSFnU1wL3IRixJjC0dKcX_IEycoSlo5XSziesOuhOxc=vsHT3VgwlIPwtyzN3Z9P3uBxyjQvGHRxMxkxek3ltXw=>to
 see its testing progress)

For vid jimmy can you check this?

For aai can you check this harish?


I think we figure out if its due to rebasing or not.

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 ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:36 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.htmlfor more information.
You could ask someone from aai like Harish, Jimmy or Manisha as they also use 
Spotify

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 LUND, CARSTEN
Sent: Tuesday, June 13, 2017 8:53 AM
To: Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-disc

Re: [onap-discuss] A maybe dump questions, but has anybody ...

2017-06-13 Thread FORSYTH, JAMES
You are right :)

-jimmy

From: ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 11:21 AM
To: FORSYTH, JAMES <jf2...@att.com>; LUND, CARSTEN <l...@research.att.com>; 
Josef Reisinger <josef.reisin...@de.ibm.com>; onap-discuss@lists.onap.org; 
KAJUR, HARISH V <vk2...@att.com>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

That seems to be bad for backwards compatibility :)

Thanks,

Daniel Rose
ECOMP / ONAP
com.att.ecomp
732-420-7308

From: FORSYTH, JAMES
Sent: Tuesday, June 13, 2017 11:00 AM
To: ROSE, DANIEL V <dr6...@att.com<mailto:dr6...@att.com>>; LUND, CARSTEN 
<l...@research.att.com<mailto:l...@research.att.com>>; Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; KAJUR, HARISH 
V <vk2...@att.com<mailto:vk2...@att.com>>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

If you use the 1.1.0-SNAPSHOT artifacts, and the 1.0-STAGING-latest docker 
image, you will get a mismatch in the table name.  1.0 uses "vid_openecomp" and 
1.1 uses "vid_openecomp_epsdk"

Thanks,
jimmy

From: ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:51 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>; FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>>; KAJUR, HARISH V 
<vk2...@att.com<mailto:vk2...@att.com>>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

Sorry wrong thread for my previous reply!

For robot vm we updated it to use tenant name (follow 
https://jira.onap.org/browse/TEST-28 to see its testing progress)

For vid jimmy can you check this?

For aai can you check this harish?


I think we figure out if its due to rebasing or not.

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 ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:36 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
You could ask someone from aai like Harish, Jimmy or Manisha as they also use 
Spotify

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 LUND, CARSTEN
Sent: Tuesday, June 13, 2017 8:53 AM
To: Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
For DCAE issue see DCAE-7. We are still working that and then have to document 
things better.

Carsten

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Josef Reisinger
Sent: Tuesday, June 13, 2017 8:48 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] A maybe dump questions, but has anybody ...

... got the ONAP stack to work on vanilla Openstack (We use Ocata) including 
running one demo from the tutorial using the HEAT template below without manual 
intervention? The only changes I made are the lines where the parameter values 
start with "PUT YOUR  HERE" or so. I did especially not change any of

  *   artifacts_version: 1.1.0-SNAPSHOT
  *   docker_version: 1.0-STAGING-latest
  *   gerrit_branch: release-1.0.0


I am asking since I get a lot of issues which I do not believe to relate to the 
fact we are on vanilla Openstack Ocata vs. Rackspace as there are:

  *   Robot VM: I need to modify a couple of files to talk to the correct 
keystone endpoint, use the correct JSON in the token request and avoid SSL 
issues;  After the manual config I get it to run demo.sh init
  *
  *   VID VM: There is still some confusion on the database name to use as it 
seems. If I edit two files and remove the _epsdk from the DB name, at least the 
vid-mariadb container comes up and I can open the VID tab in the portal.
  *
  *   A: durin

Re: [onap-discuss] A maybe dump questions, but has anybody ...

2017-06-13 Thread FORSYTH, JAMES
If you use the 1.1.0-SNAPSHOT artifacts, and the 1.0-STAGING-latest docker 
image, you will get a mismatch in the table name.  1.0 uses "vid_openecomp" and 
1.1 uses "vid_openecomp_epsdk"

Thanks,
jimmy

From: ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:51 AM
To: LUND, CARSTEN <l...@research.att.com>; Josef Reisinger 
<josef.reisin...@de.ibm.com>; onap-discuss@lists.onap.org; FORSYTH, JAMES 
<jf2...@att.com>; KAJUR, HARISH V <vk2...@att.com>
Subject: RE: [onap-discuss] A maybe dump questions, but has anybody ...

Sorry wrong thread for my previous reply!

For robot vm we updated it to use tenant name (follow 
https://jira.onap.org/browse/TEST-28 to see its testing progress)

For vid jimmy can you check this?

For aai can you check this harish?


I think we figure out if its due to rebasing or not.

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 ROSE, DANIEL V
Sent: Tuesday, June 13, 2017 10:36 AM
To: LUND, CARSTEN <l...@research.att.com<mailto:l...@research.att.com>>; Josef 
Reisinger <josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
You could ask someone from aai like Harish, Jimmy or Manisha as they also use 
Spotify

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 LUND, CARSTEN
Sent: Tuesday, June 13, 2017 8:53 AM
To: Josef Reisinger 
<josef.reisin...@de.ibm.com<mailto:josef.reisin...@de.ibm.com>>; 
onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: Re: [onap-discuss] A maybe dump questions, but has anybody ...

***Security Advisory: This Message Originated Outside of AT ***
Reference http://cso.att.com/EmailSecurity/IDSP.html for more information.
For DCAE issue see DCAE-7. We are still working that and then have to document 
things better.

Carsten

From: 
onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Josef Reisinger
Sent: Tuesday, June 13, 2017 8:48 AM
To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org>
Subject: [onap-discuss] A maybe dump questions, but has anybody ...

... got the ONAP stack to work on vanilla Openstack (We use Ocata) including 
running one demo from the tutorial using the HEAT template below without manual 
intervention? The only changes I made are the lines where the parameter values 
start with "PUT YOUR  HERE" or so. I did especially not change any of

  *   artifacts_version: 1.1.0-SNAPSHOT
  *   docker_version: 1.0-STAGING-latest
  *   gerrit_branch: release-1.0.0


I am asking since I get a lot of issues which I do not believe to relate to the 
fact we are on vanilla Openstack Ocata vs. Rackspace as there are:

  *   Robot VM: I need to modify a couple of files to talk to the correct 
keystone endpoint, use the correct JSON in the token request and avoid SSL 
issues;  After the manual config I get it to run demo.sh init
  *
  *   VID VM: There is still some confusion on the database name to use as it 
seems. If I edit two files and remove the _epsdk from the DB name, at least the 
vid-mariadb container comes up and I can open the VID tab in the portal.
  *
  *   A: during install, I get a message that the aai/test-config project 
does not have a branch release-1.0.0 and the install is broken; if I change 
/opt/config/gerrit_branch.txt to contain "master", I can get AAI to run the 
docker images. (Btw, setting gerrit_branch to "master" in the HEAT file didn't 
give me working environment)
model-router exits after a few seconds run ... docker logs gives a one-liner 
"starting model-loader", the log-directory /opt/aai/logroot/AAI-MODEL-LOADER/is 
empty
  *
  *   DCAE:   if I look in the logs of 
dcaestartupvmcontroller_dcae-controller_1 I find lots of  '"exception": 
"java.lang.IllegalArgumentException: !Absolute URI: null/servers"'
  *
  *   Tutorial: After fixing all the stuff above, I started the tutorial (which 
now has some licenses and VF added, cool!), but when I try to deploy one of 
them, there is not user pre-configured as it was before. Asking AAI with a REST 
call returns one:
 curl -k "-HX-TransactionId:$(uuidgen)" "-HX-FromAppId: test" 
"-HAccept:application/json" 
https://AAI:AAI@vm1-aai1:8443/aai/v8/business/customers/customer/|json_pp&

[onap-discuss] FW: Re: [onap-tsc] Project Proposal: ExternalSystemRegister

2017-06-06 Thread FORSYTH, JAMES
Hi, Li Zi,

The A team is very interested in learning about ESR.  We would like to set 
up a session where maybe your team could provide a demo of ESR and we could 
discuss?  Also, if you have any additional documentation or slides describing 
ESR we would be very interested.

Thanks,
Jimmy

From: AGGARWAL, MANISHA
Sent: Tuesday, May 30, 2017 11:40 PM
To: li.z...@zte.com.cn<mailto:li.z...@zte.com.cn>; 
colin.bu...@amdocs.com<mailto:colin.bu...@amdocs.com>
Cc: zhao.huab...@zte.com.cn<mailto:zhao.huab...@zte.com.cn>; 
meng.zhaoxi...@zte.com.cn<mailto:meng.zhaoxi...@zte.com.cn>; FORSYTH, JAMES 
<jf2...@att.com<mailto:jf2...@att.com>>
Subject: RE: Re: [onap-tsc] [onap-discuss] Project Proposal: 
ExternalSystemRegister

+Jimmy

Hi Li Zi,

Thank you for your email. We will review the ESR project and then follow-up 
with you to discuss this further.

Thanks,
Manisha

From: li.z...@zte.com.cn<mailto:li.z...@zte.com.cn> [mailto:li.z...@zte.com.cn]
Sent: Friday, May 19, 2017 3:26 AM
To: AGGARWAL, MANISHA <amani...@att.com<mailto:amani...@att.com>>; 
colin.bu...@amdocs.com<mailto:colin.bu...@amdocs.com>
Cc: zhao.huab...@zte.com.cn<mailto:zhao.huab...@zte.com.cn>; 
meng.zhaoxi...@zte.com.cn<mailto:meng.zhaoxi...@zte.com.cn>
Subject: Re: Re: [onap-tsc] [onap-discuss] Project Proposal: 
ExternalSystemRegister


Hi Manisha and Colin,



I post a proposal about External System Register in ONAP several days ago. The 
project scope and description can be found in this wiki page 
https://wiki.onap.org/display/DW/External+System+Register<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_External-2BSystem-2BRegister=DwMFaQ=LFYZ-o9_HUMeMTSQicvjIg=uSmMgGUSbiZGznUZaqcRyA=BuUxCSsPVk4SLNz9HqR1EhITotRnFKdon1MkETO0kCs=1p2pmNSfFVNsaudPV2mjL86l0EtBk-jQow2hr9zs1gM=>.
  The feedback from the community suggests that there are certain levels of 
repetition of technology and algorithms between ESR and A  While we agree 
with that, we also think there're also some area A haven't covered in its 
scope such as the registration and health check of external system, the model 
definition of VNFM and EMS.



That's why I'm reaching out today.  I would like to discuss the overlapping 
scope and the potential of cooperation between ESR and A



What do you think?



Regards,

LiZi






原始邮件
发件人:李滋00164331
收件人: <ma...@research.att.com>;
抄送人: <avi.chap...@amdocs.com>; <onap-discuss@lists.onap.org>; 
<onap-...@lists.onap.org>;
日 期 :2017年05月19日 15:06
主 题 :答复: Re: [onap-tsc] [onap-discuss] Project Proposal: ExternalSystemRegister



Hi Mazin,



Thanks for you suggestion. Yes, there are certain levels of repetition of 
technology and algorithms between ESR and A  And there're also some area 
A haven't covered in its scope such as the registration and health check of 
external system, the model definition of VNFM and EMS. I will contact with A 
team to figure out how to address these issues and the potential of cooperation 
.



Thanks,

LiZi








发件人: <ma...@research.att.com>;
收件人:李滋00164331;
抄送人: <avi.chap...@amdocs.com>; <onap-discuss@lists.onap.org>; 
<onap-...@lists.onap.org>;
日 期 :2017年05月17日 19:42
主 题 :Re: [onap-tsc] [onap-discuss] Project Proposal: ExternalSystemRegister


LiZi,
Thanks for putting the proposal together. The TSC will be continuing a review 
cycle over the next 2 weeks.
I realize the difference and the need of having a system register for external 
communications,
but the question is whether this should be a separate project that may cause 
further dilution.
If the technology and the algorithms used for supporting ESR are similar to 
others like those
used in A, but the type of data is different then I don’t see the need for 
separate systems.

I can see many situations like life cycle management of VNFs using closed loop 
automation where
doing post health checks are critical after repairing a failure. So having both 
platform and external system
data available in one place are key.

In general, the TSC will look very closely on projects that need merger to help 
unify the community
and strengthen the developer ecosystem. You are getting good feedback from the 
community and
I suggest you look closer.

Regards,
Mazin


On May 17, 2017, at 5:31 AM, li.z...@zte.com.cn<mailto:li.z...@zte.com.cn> 
wrote:

Hi Avi,

ESR will not only store and manage configuration of VIM, but also the 
configuration of VNFM/SDNC/EMS. It  provides a service to centralized 
management of the information of different kinds of external systems. And it 
will be used by SO/SDC/VF-C etc.
When comes to multi-vim, we suggest that multi-vim using ESR as a dependency 
component, obtaining the connect  information and status of VIM from ESR. For 
this point, we can have a further discussion.

Best regards,
LiZi




___
ONAP-TSC mailing list
onap-...@lists.onap.org<mailto:onap-...@lists.onap.org>
https

Re: [onap-discuss] [ONAP-AAI] Few doubts about AAI

2017-06-01 Thread FORSYTH, JAMES
Hi, Murali,

I'll try to answer your questions.


1)  What is relationship-list, and how does it allow us to add a new 
service w/ as little coding as possible



The parent-child containment is defined in the OXM schema and in DbEdgeRules - 
DbEdgeRules defines additional "cousin" edges, which allows arbitrary nodes in 
the graphdb to be connected together in whatever ways the service designers 
decide.



2)  What is the Model definition stored in AAI from SDC?.Does it store 
anything for vFW usecase?

vFW does not have any AAI assets ?



The model loader takes model definitions from SDC and populates objects in the 
A graphdb under aai/vX/service-design-and-creation/models



2.1) How this generic  structures are used to store Model from SDC?

If in your instance of ONAP there is a vFW service defined in SDC, a 
corresponding model will be present under 
/aai/vX/service-design-and-creation/models/model/{model-invariant-id} with the 
specific version of that model defined in 
/aai/vX/service-design-and-creation/models/model/{model-invariant-id}/model-vers/model-ver/{model-version-id}.
  Under the model-ver object there will be model-element objects and other 
attributes that determine what happens when the model is used in a query.  
Additionally, the model/model-ver objects are used to enforce the presence of 
model-invariant-id and model-version-id attributes with corresponding 
model/model-ver objects defined in the graphdb when adding certain node-types 
(you can see which ones by looking at the a oxm).  Model queries will look 
at those model and model-ver objects to determine what should be returned to 
the user, and will use the framework of the model to string together the set of 
widget instances, starting from the object or objects in the instance-filter 
and traversing the graph following edges as defined in the model.

2.2)  What does "Models captures model definitions (subgraph definitions using 
the AAI widgets)" mean?

The subgraph is that set of objects that will be returned when using the model 
query or another query method that is model aware.  A widget model is most 
basic type of model in A - it does not contain model-elements, it simply 
points at an object type - for example, a service-instance or a generic-vnf or 
a tenant.  When a model is being used in query, the model processor will look 
first at the "startsWith" model element, and then try to find an object of that 
type based on the instance-filter.  So, if I pass in my instance filter a 
service-instance, the model processor will look for a service-instance object 
with the given parameters.  If it finds a matching service-instance, the model 
processor will look for child model-element objects that are contained in the 
startsWith model-element, determine the type of the model contained in the 
model-element, and then traverse the graph according to the instruction in the 
model-element.  So if the startsWith model-element contained a model-element 
that had a relationship (cousin edge) to a widget model for generic-vnf, the 
model processor would then look for generic-vnf objects that have a 
relationship to the startsWith service-instance vertex.  The model processor 
proceeds from there, iterating through the model and then traversing the graph 
according what is defined in the model.

As far as a discussion group specific to A, I don't think there is currently 
anything dedicated to this purpose.

Thanks,
Jimmy Forsyth




From: onap-discuss-boun...@lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Murali p
Sent: Tuesday, May 30, 2017 1:46 AM
To: onap-discuss@lists.onap.org
Subject: [onap-discuss] [ONAP-AAI] Few doubts about AAI

Hi All,

I am keen to learn the internals of AAI.I have registered myself to contribute 
to AAI.

I have a few doubts about A details. Kindly help or provide a way to clear 
the confusion and better understand AAI.

Questions:


1)  What is relationship list? How it solves the below?


   "A goal of AAI is to do as little coding as possible to introduce a 
new service into the service design and
creation environment. To that end, we've introduced a relationship-list 
structure."

  1.1 Is Edge label (there are many edge labels in DbEdgeRules.java) 
same as Relation? Only parent-child relation exists?


2)  What is the Model definition stored in AAI from SDC?.Does it store 
anything for vFW usecase?

vFW does not have any AAI assets ?



(Model-->ModelElement-->ConstrainedElementSet-->ElementChoiceSet-->Element)

2.1 How this generic  structures are used to store Model from SDC?


"Models captures model definitions (subgraph definitions using the 
AAI widgets)"

2.2 What is the meaning of above sentence ?

Is there any discussion form or local group to discuss and learn about AAI ?

With regards,
Murali

___
onap-discuss mailing list

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

2017-06-01 Thread FORSYTH, JAMES
Hi, Arun,

The most current 1.1-STAGING-latest docker image (built from vid's master 
branch in gerrit) uses vid_openecomp_epsdk.  Perhaps you are working with an 
older docker image?

Thanks,
Jimmy Forsyth

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 5:54 AM
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:

https://wiki.onap.org/questions/5736012/answers/6586792.
 If yes, could you

find a solution there? If not would you mind to record your issue with the

VID database in 
https://wiki.onap.org/questions
 ? I am running two

instances of ONAP right now on v. Openstack and ith helped in the first

instance.



I had some issues with exact the same database today in my second instance

and in tried something different to what is provided as a solution in the

above mentioned link (to give vidadmin rights to everything), I changed

the script in /opt/vid_vm_init.sh and changed the DB name from

vid_openecomp_epsdk to vid_openecomp. And VID worked too.



Btw, if you want to attach to one of the docker container, vid-mariadb

needs to be running. "docker start vid-mariadb " gives you the database

container back and you can exec to vid-server or/and vid-mariadb



Mit freundlichen Gr??en / Kind regards

Josef Reisinger







From:   "Arun Arora (c)" >

To: Elhay Efrat >, 
"Lefevre, Catherine"

>, 
"onap-discuss@lists.onap.org"

>

Cc: "Kapil Gupta \(c\)" >

Date:   30.05.2017 17:28

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

running

Sent by:
onap-discuss-boun...@lists.onap.org







FYI, some info regarding the VID VM and docker. It might be relevant if

there is any fix done in the master branch which his not available in the

release-1.0.0 branch.



root@vm1-vid:/opt/config# cat artifacts_version.txt docker_version.txt

gerrit_branch.txt

1.1.0-SNAPSHOT

1.0-STAGING-latest

release-1.0.0



Thanks,

Arun



From: Arun Arora (c)

Sent: Tuesday, May 30, 2017 8:48 PM

To: Elhay Efrat >; 
Lefevre, Catherine


[onap-discuss] VID portal Error

2017-04-24 Thread FORSYTH, JAMES
Hi, Munir,

I think you need to include a couple of headers.  I think you want port 8080 
unless you changed the default port SDC runs on.  Check vid?s asdc.properties 
file for the credentials and hostname/port that is configured in your local 
environment.

Try the following, I was able to fetch a tosca model from SDC

curl -LOk -H "X-ECOMP-InstanceID: VID" -H "Authorization: Basic ?
http://:8080/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba/toscaModel<http://%3csdc_host%3e:8080/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba/toscaModel>

thanks,
Jimmy


From: Ahmad, Munir [mailto:munir.ah...@bell.ca]
Sent: Monday, April 24, 2017 12:03 PM
To: FORSYTH, JAMES ; onap-discuss 
Subject: Re: [onap-discuss] VID portal Error

Hi Jimmy,

Below are the output of curl request I sent on all of the ports:

root at vm1-sdc:/var/lib/cloud/instance# curl 
http://localhost:8080/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba



Error 404 Not Found

HTTP ERROR 404
Problem accessing 
/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba. Reason:
Not Foundhttp://eclipse.org/jetty;>Powered by 
Jetty:// 9.3.15.v20161220



root at vm1-sdc:/var/lib/cloud/instance# curl 
http://localhost:8181/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba



Error 404 


HTTP ERROR: 404
Problem accessing 
/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba. Reason:
Not Found
http://eclipse.org/jetty;>Powered by Jetty:// 
9.3.15.v20161220


root at vm1-sdc:/var/lib/cloud/instance# curl 
http://localhost:8080/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba



Error 404 Not Found

HTTP ERROR 404
Problem accessing 
/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba. Reason:
Not Foundhttp://eclipse.org/jetty;>Powered by 
Jetty:// 9.3.15.v20161220



root at vm1-sdc:/var/lib/cloud/instance# curl 
http://localhost:9443/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba
Proot at vm1-sdc:/var/lib/cloud/instance# curl 
http://localhost:8443/asdc/v1/catalog/services/f091a0c1-55a8-4805-83ca-c939fdb987ba
Proot at vm1-sdc:/var/lib/cloud/instance#




From: "FORSYTH, JAMES" mailto:jf2...@att.com>>
Date: Monday, April 24, 2017 at 11:40 AM
To: "Ahmad, Munir" mailto:Munir.Ahmad at bell.ca>>, 
onap-discuss mailto:onap-discuss at 
lists.onap.org>>
Subject: RE: [onap-discuss] VID portal Error

v1/catalog/services/
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://lists.onap.org/pipermail/onap-discuss/attachments/20170424/a1e6ac18/attachment.html>


[onap-discuss] VID portal Error

2017-04-24 Thread FORSYTH, JAMES
Hi, Munir,

VID needs to query SDC for "/asdc/v1/catalog/services/" + serviceUuid, where 
serviceUuid is the uuid of the service you tried to deploy.  Can you see ? via 
curl or wget ? what SDC is returning on that request?

Thanks,
jimmy

From: onap-discuss-bounces at lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Ahmad, Munir
Sent: Monday, April 24, 2017 10:16 AM
To: onap-discuss 
Subject: Re: [onap-discuss] VID portal Error


Hi All,


[onap-discuss] Deployment timeout

2017-04-21 Thread FORSYTH, JAMES
Hi, Mike-

VID polls MSO for status and if MSO doesn't finish in time it does not cancel 
the operation.

A couple of things you can do -


1)  Change the polling interval to have VID wait longer, when you start the 
VID docker image set this var to a higher number (default 1ms)

 -e MSO_POLLING_INTERVAL_MSECS 
   2)You can go refresh the View/Edit screen periodically refresh the 
screen to see if the VF Module was create in A


Thanks,
Jimmy Forsyth

From: onap-discuss-bounces at lists.onap.org 
[mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Mike Evans via 
onap-discuss
Sent: Friday, April 21, 2017 3:10 AM
To: onap-discuss at lists.onap.org
Subject: Re: [onap-discuss] Deployment timeout

Is there any way to change the value directly in the data model rather than via 
the GUI?  I've had a look at the various resources exposed on the A data 
model and can't see anything relevant there.

At the moment I can't launch Clearwater under ONAP as it times out every time.  
VID issues the command to launch the VF module, then polls for status 7 times 
then gives up displaying the "Maximum number of poll attempts exceeded" error 
message, and, I think, cancels the openstack stack create operation.

Mike

From: FREEMAN, BRIAN D [mailto:bf1...@att.com]
Sent: 20 April 2017 13:54
To: Mike Evans mailto:mike at metaswitch.com>>
Cc: onap-discuss at lists.onap.org
Subject: RE: Deployment timeout

I suspect one of those things we didn't change when we reduced SDC to run on a 
single VM instead of the complex of VM's in production.



From: onap-discuss-bounces at lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Mike 
Evans via onap-discuss
Sent: Thursday, April 20, 2017 8:45 AM
To: onap-discuss at lists.onap.org
Subject: [onap-discuss] Deployment timeout

Is there any way to change the deployment timeout?  I've got as far as 
launching a Clearwater deployment in ONAP, but it's a pretty complex VNF (12 
VMs for the base module) and the default 60 second timeout expires when it only 
a third of the way through.

I've gone back to service designer and the timeout appears when importing a VSP 
as a VF (in the table of Deployment Artifacts) but I can't see a way to view it 
in the VSP or edit it in the VF.

Thanks, Mike
-- next part --
An HTML attachment was scrubbed...
URL: