The front end and back of SDC are the same IP address so its not clear to me 
why you had to change anything in the asdc_interface.robot ?

Brian


root@onapoom3:/dockerdata-nfs/onap/robot/robot/resources# diff 
asdc_interface.robot asdc_interface.robot.old
47,48c47,48
< ${ASDC_FE_ENDPOINT}     
${GLOBAL_ASDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_IP_ADDR}:${GLOBAL_ASDC_FE_PORT}
< ${ASDC_BE_ENDPOINT}     
${GLOBAL_ASDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_IP_ADDR}:${GLOBAL_ASDC_BE_PORT}
---
> ${ASDC_FE_ENDPOINT}     
> ${GLOBAL_ASDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_FE_IP_ADDR}:${GLOBAL_ASDC_FE_PORT}
> ${ASDC_BE_ENDPOINT}     
> ${GLOBAL_ASDC_SERVER_PROTOCOL}://${GLOBAL_INJECTED_SDC_BE_IP_ADDR}:${GLOBAL_ASDC_BE_PORT}
56d55
<     ${catalog_resources}=   Create Dictionary
62d60
<     \    Set To Dictionary    ${catalog_resources}   
${loop_catalog_resource_id}=${loop_catalog_resource_resp}
74,75c72,73
<     [Return]    ${catalog_service_resp['name']}    
${loop_catalog_resource_resp['name']}    ${vf_module}   ${catalog_resource_ids} 
   ${catalog_service_id}   ${catalog_resources}
<
---
>     [Return]    ${catalog_service_resp['name']}    
> ${loop_catalog_resource_resp['name']}    ${vf_module}   
> ${catalog_resource_ids}    ${catalog_service_id}
>
297,298c295,296
<      [Documentation]    Creates an asdc Software Product and returns its id
<      [Arguments]    ${software_product_id}    ${file_path}  ${version_id}=0.1
---
>     [Documentation]    Creates an asdc Software Product and returns its id
>     [Arguments]    ${software_product_id}    ${file_path}   ${version_id}=0.1
301,302c299,300
<      ${resp}=    Run ASDC Post Files Request   
${ASDC_VENDOR_SOFTWARE_PRODUCT_PATH}/${software_product_id}/versions/${version_id}${ASDC_VENDOR_SOFTWARE_UPLOAD_PATH}
  ${files}    ${ASDC_DESIGNER_USER_ID}
<      Should Be Equal As Strings          ${resp.status_code}       200
---
>     ${resp}=    Run ASDC Post Files Request    
> ${ASDC_VENDOR_SOFTWARE_PRODUCT_PATH}/${software_product_id}/versions/${version_id}${ASDC_VENDOR_SOFTWARE_UPLOAD_PATH}
>      ${files}    ${ASDC_DESIGNER_USER_ID}
>       Should Be Equal As Strings      ${resp.status_code}     200

From: Alexis de Talhouët [mailto:[email protected]]
Sent: Thursday, January 11, 2018 4:01 PM
To: FREEMAN, BRIAN D <[email protected]>
Cc: [email protected]
Subject: Re: [onap-discuss] OOM Robot Distribute




On Jan 11, 2018, at 4:00 PM, Alexis de Talhouët 
<[email protected]<mailto:[email protected]>> wrote:

Robot can point to HEAT’s VM IP, whereas robot point to the service directly..

Not clear. In the HEAT setup, robot points to the SDC VM IP for that resources, 
whereas for the OOM setup, we point directly to the frontend or backend service.

_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss

Reply via email to