Re: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system
Thanks Michael for the Info . I had looked at the link for docker-containers .But what you shared below w.r.t to --"Not everything is containerised " . and Microservices input makes certain things very clear . Do you any time plan to propose on a unified packaging strategy for each VM and everything as in docker container . Second Item could be to improve upon -- a- What is the most common item in each ONAP VM . b - What is the common item in few of the ONAP VM where in few could be 2 and higher but not all ONAP VM's. with best regards gaurav From: Michael O'Brien Sent: 04 July 2017 19:44:54 To: Gaurav Gupta (c); Lefevre, Catherine; onap-discuss@lists.onap.org Subject: RE: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Gaurav, Hi, good question, we had the same questions about the OOTB docker architecture – it looks like there is a mix of docker-compose (VID, SDC, MSO and APPC for example) and raw docker run orchestration. A evolving low level view of the 1.0 system (1 instead of 2 AAI VMs) is in a diagram below. https://wiki.onap.org/display/DW/Overall+Deployment+Architecture#OverallDeploymentArchitecture-Version1.0.0<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Overall-2BDeployment-2BArchitecture-23OverallDeploymentArchitecture-2DVersion1.0.0&d=DwMFAg&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=RO_vjZHrwgAWBOm1TgFt_Vy1ZXZZS4qnOmOVSw6zt1I&s=EPuwfPlS1-3T4ZcyJBMlF5GOT89yXZfjtAbIogZJa6A&e=> Essentially any microservice (docker container) that does not need to expose a port – should be able to communicate on its vm via it’s docker private network – usually this is setup in compose. For others that expose the DB directly like MSO, SDNC or APPC the mariaDB 3306 is mapped as well to 32768 outside. Also note that not everything is containerized yet – some jars run directly on their VM – this is specific to 4 of the 5 zld* VMs of DCAE. /michael From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c) Sent: Monday, July 3, 2017 09:58 To: Lefevre, Catherine ; onap-discuss@lists.onap.org Subject: Re: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Good Morning Catherine Actually I had looked at the below Link already . but was looking more to know the actual applications to Docker mapping for understanding various docker interaction inside each VM such as MSO and SDNC . thanks and regards gaurav From: Lefevre, Catherine mailto:cl6...@intl.att.com>> Sent: 25 June 2017 01:51 To: Gaurav Gupta (c); onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> Subject: RE: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Good evening Gaurav, You can find the ONAP Docker strategy on the ONAP wiki – look at the “VMs and Containers” section https://wiki.onap.org/display/DW/Release+Notes+1.0.0+draft<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Release-2BNotes-2B1.0.0-2Bdraft&d=DwMFAg&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=___RyqnGUy8ocd5iLdY13utJ27ycIKqc_vKkHZmNyac&s=Uwb5yeeKXKY_tGIb_vVLOx3kTj-5jnSe2YynG4OaB8o&e=> Best regards Catherine From: onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c) Sent: Friday, June 23, 2017 8:00 PM To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> Subject: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Hello There We have started looking at MSO Code and there does exists an relationship between docker-compose.yml and pom.xml present inside multiple directories inside MSO projects . To Further look at Code Flow - In case some has deployed ONAP System can the following information be provided . a- how many Application are running inside each docker containers . ( When I say Application I mean distinct PID as indicated in ps -eaf ) b - How does the Application running inside 2 differnt docker containers inside the same VM interacts with each other . For Example MSO has 2 docker containers and SDNC 4 Dockers . - ps -eaf ( output from each docker containers ) - netstat -tunlp ( output from each docker containers ) pls note that above two information needs to be collected from each of the dockers inside MSO , SDNC with best regards Gaurav 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-d
Re: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system
Gaurav, Hi, good question, we had the same questions about the OOTB docker architecture - it looks like there is a mix of docker-compose (VID, SDC, MSO and APPC for example) and raw docker run orchestration. A evolving low level view of the 1.0 system (1 instead of 2 AAI VMs) is in a diagram below. https://wiki.onap.org/display/DW/Overall+Deployment+Architecture#OverallDeploymentArchitecture-Version1.0.0 Essentially any microservice (docker container) that does not need to expose a port - should be able to communicate on its vm via it's docker private network - usually this is setup in compose. For others that expose the DB directly like MSO, SDNC or APPC the mariaDB 3306 is mapped as well to 32768 outside. Also note that not everything is containerized yet - some jars run directly on their VM - this is specific to 4 of the 5 zld* VMs of DCAE. /michael From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c) Sent: Monday, July 3, 2017 09:58 To: Lefevre, Catherine ; onap-discuss@lists.onap.org Subject: Re: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Good Morning Catherine Actually I had looked at the below Link already . but was looking more to know the actual applications to Docker mapping for understanding various docker interaction inside each VM such as MSO and SDNC . thanks and regards gaurav From: Lefevre, Catherine mailto:cl6...@intl.att.com>> Sent: 25 June 2017 01:51 To: Gaurav Gupta (c); onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> Subject: RE: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Good evening Gaurav, You can find the ONAP Docker strategy on the ONAP wiki - look at the "VMs and Containers" section https://wiki.onap.org/display/DW/Release+Notes+1.0.0+draft<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Release-2BNotes-2B1.0.0-2Bdraft&d=DwMFAg&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=___RyqnGUy8ocd5iLdY13utJ27ycIKqc_vKkHZmNyac&s=Uwb5yeeKXKY_tGIb_vVLOx3kTj-5jnSe2YynG4OaB8o&e=> Best regards Catherine From: onap-discuss-boun...@lists.onap.org<mailto:onap-discuss-boun...@lists.onap.org> [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c) Sent: Friday, June 23, 2017 8:00 PM To: onap-discuss@lists.onap.org<mailto:onap-discuss@lists.onap.org> Subject: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Hello There We have started looking at MSO Code and there does exists an relationship between docker-compose.yml and pom.xml present inside multiple directories inside MSO projects . To Further look at Code Flow - In case some has deployed ONAP System can the following information be provided . a- how many Application are running inside each docker containers . ( When I say Application I mean distinct PID as indicated in ps -eaf ) b - How does the Application running inside 2 differnt docker containers inside the same VM interacts with each other . For Example MSO has 2 docker containers and SDNC 4 Dockers . - ps -eaf ( output from each docker containers ) - netstat -tunlp ( output from each docker containers ) pls note that above two information needs to be collected from each of the dockers inside MSO , SDNC with best regards Gaurav 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://www.amdocs.com/about/email-disclaimer> ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss
Re: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system
Good Morning Catherine Actually I had looked at the below Link already . but was looking more to know the actual applications to Docker mapping for understanding various docker interaction inside each VM such as MSO and SDNC . thanks and regards gaurav From: Lefevre, Catherine Sent: 25 June 2017 01:51 To: Gaurav Gupta (c); onap-discuss@lists.onap.org Subject: RE: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Good evening Gaurav, You can find the ONAP Docker strategy on the ONAP wiki – look at the “VMs and Containers” section https://wiki.onap.org/display/DW/Release+Notes+1.0.0+draft<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_Release-2BNotes-2B1.0.0-2Bdraft&d=DwMFAg&c=uilaK90D4TOVoH58JNXRgQ&r=ebJjFMpXijqZjbZCcbF7yJIq2ES6jM0Q-DEcP-qjjeI&m=___RyqnGUy8ocd5iLdY13utJ27ycIKqc_vKkHZmNyac&s=Uwb5yeeKXKY_tGIb_vVLOx3kTj-5jnSe2YynG4OaB8o&e=> Best regards Catherine From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c) Sent: Friday, June 23, 2017 8:00 PM To: onap-discuss@lists.onap.org Subject: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Hello There We have started looking at MSO Code and there does exists an relationship between docker-compose.yml and pom.xml present inside multiple directories inside MSO projects . To Further look at Code Flow - In case some has deployed ONAP System can the following information be provided . a- how many Application are running inside each docker containers . ( When I say Application I mean distinct PID as indicated in ps -eaf ) b - How does the Application running inside 2 differnt docker containers inside the same VM interacts with each other . For Example MSO has 2 docker containers and SDNC 4 Dockers . - ps -eaf ( output from each docker containers ) - netstat -tunlp ( output from each docker containers ) pls note that above two information needs to be collected from each of the dockers inside MSO , SDNC with best regards Gaurav ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss
Re: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system
Good evening Gaurav, You can find the ONAP Docker strategy on the ONAP wiki - look at the "VMs and Containers" section https://wiki.onap.org/display/DW/Release+Notes+1.0.0+draft Best regards Catherine From: onap-discuss-boun...@lists.onap.org [mailto:onap-discuss-boun...@lists.onap.org] On Behalf Of Gaurav Gupta (c) Sent: Friday, June 23, 2017 8:00 PM To: onap-discuss@lists.onap.org Subject: [onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system Hello There We have started looking at MSO Code and there does exists an relationship between docker-compose.yml and pom.xml present inside multiple directories inside MSO projects . To Further look at Code Flow - In case some has deployed ONAP System can the following information be provided . a- how many Application are running inside each docker containers . ( When I say Application I mean distinct PID as indicated in ps -eaf ) b - How does the Application running inside 2 differnt docker containers inside the same VM interacts with each other . For Example MSO has 2 docker containers and SDNC 4 Dockers . - ps -eaf ( output from each docker containers ) - netstat -tunlp ( output from each docker containers ) pls note that above two information needs to be collected from each of the dockers inside MSO , SDNC with best regards Gaurav ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss
[onap-discuss] Info needed about application inside dockers on MSO and SDNC inside ONAP system
Hello There We have started looking at MSO Code and there does exists an relationship between docker-compose.yml and pom.xml present inside multiple directories inside MSO projects . To Further look at Code Flow - In case some has deployed ONAP System can the following information be provided . a- how many Application are running inside each docker containers . ( When I say Application I mean distinct PID as indicated in ps -eaf ) b - How does the Application running inside 2 differnt docker containers inside the same VM interacts with each other . For Example MSO has 2 docker containers and SDNC 4 Dockers . - ps -eaf ( output from each docker containers ) - netstat -tunlp ( output from each docker containers ) pls note that above two information needs to be collected from each of the dockers inside MSO , SDNC with best regards Gaurav ___ onap-discuss mailing list onap-discuss@lists.onap.org https://lists.onap.org/mailman/listinfo/onap-discuss