Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat    

2017-09-22 Thread zhao.huabing
Original Mail Sender: To: zhaohuabing10201488 CC: Date: 2017/09/21 21:03 Subject: RE: Re:RE: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat Hi Huabing, ONAP CLI is an ‘shell’ command for operating the ONAP from in scripts

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-21 Thread PLATANIA, MARCO (MARCO)
Huabing, Your approach seems good to me. The file with IP addresses is called /opt/config/onap_ips.txt, and this is how it looks like export AAI_IP1=__aai1_ip_addr__ export AAI_IP2=__aai2_ip_addr__ export APPC_IP=__appc_ip_addr__ export DCAE_IP=__dcae_ip_addr__ export DCAE_COLL_IP=__dcae_coll_ip

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat   

2017-09-21 Thread Kanagaraj Manickam
huab...@zte.com.cn [mailto:zhao.huab...@zte.com.cn] Sent: Thursday, September 21, 2017 2:30 PM To: Kanagaraj Manickam Cc: plata...@research.att.com; onap-discuss@lists.onap.org Subject: Re:RE: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat Hi Kanag

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat   

2017-09-21 Thread zhao.huabing
Sender: To: zhaohuabing10201488 CC: Date: 2017/09/21 15:37 Subject: RE: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat Dear Huabing and Marco, I think we could use the CLI for registering services in to MSB. CLI is alrea

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-21 Thread Kanagaraj Manickam
...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of zhao.huab...@zte.com.cn Sent: Thursday, September 21, 2017 11:55 AM To: plata...@research.att.com Cc: onap-discuss@lists.onap.org Subject: Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-20 Thread zhao.huabing
Hi Marco, I plan to use a shell script to register the services to MSB, the content of this script will looks like: curl -X POST \ -H "Content-Type: application/json" \ -d '{"serviceName": "so", "version": "v1", "url": "/ecomp/mso/infra","protocol": "REST", "nodes": [ {"ip": "${SO

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-20 Thread PLATANIA, MARCO (MARCO)
Hi Huabing, Your assumption is correct. How do you want us to pass these variables to the container? As part of the docker run instruction? Also, which container should have access to them? Thanks, Marco On Wed, Sep 20, 2017 at 8:57 PM -0400, "zhao.huab...@zte.com.cn" mailto:zhao.huab...@z

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-20 Thread zhao.huabing
Hi Marco, So I assume these environment variables can be accessed in the MSB VM? That should work. Thanks, Huabing Original Mail Sender: To: zhaohuabing10201488 CC: Date: 2017/09/20 21:14 Subject: Re: Service registration with MSB //Re: [onap-discuss] [integration]

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-20 Thread PLATANIA, MARCO (MARCO)
Hi Huabing, Yes, that’s possible. We’ll create a file with all the components and their IP addresses. I was thinking about something like this: export AAI_IP_ADDRESS=10.0.1.1 export DCAE_IP_ADDRESS=10.0.4.1 export POLICY_IP_ADDRESS=10.0.7.1 etc. What do you think? Thanks, Marco From: "zhao.hu

Re: [onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-20 Thread Yunxia Chen
Yes, we plan to deploy them into one vm to save resource unless there's issue, it would be easy to separate them later. Helen Sent from HUAWEI AnyOffice From: zhao.huab...@zte.com.cn To: plata...@research.att.com; Yunxia Chen; Cc: onap-discuss; Subject: Service registration with MSB //Re: [onap-

[onap-discuss] Service registration with MSB //Re: [integration] ONAP installation via Heat 

2017-09-20 Thread zhao.huabing
Hi Marco, As we discussed in the meeting, MSB needs to know the VM IP addresses of all the onap components so MSB can register the services for them. Can we pass that information to MSB VM as environment variables? @Helen, According to what I heard in this meeting, VFC, Multi-VIM, MSB, U