add needed import and move cds to common folder
[testsuite.git] / robot / resources / demo_preload.robot
1 *** Settings ***
2 Documentation     This test template encapsulates the VNF Orchestration use case.
3
4 Resource        test_templates/model_test_template.robot
5 Resource        test_templates/model_test_template_vcperescust.robot
6 Resource        test_templates/vnf_orchestration_test_template.robot
7 Resource        sdc_interface.robot
8 Resource        vid/vid_interface.robot
9 Resource        consul_interface.robot
10 Resource        policy_interface.robot
11 Resource        aai/create_availability_zone.robot
12 Resource    so/direct_instantiate.robot
13
14 Library         ONAPLibrary.Utilities
15 Library         Collections
16 Library         OperatingSystem
17 Library         SeleniumLibrary
18 Library         RequestsLibrary
19 Library         ONAPLibrary.Templating    WITH NAME    Templating
20 Library         ONAPLibrary.AAI    WITH NAME    AAI
21 Library         ONAPLibrary.SO    WITH NAME    SO
22
23 *** Variables ***
24
25 ${ADD_DEMO_CUSTOMER_BODY}   aai/add_demo_customer.jinja
26 ${AAI_INDEX_PATH}     /aai/v8
27 ${VF_MODULES_NAME}     _Demo_VFModules.json
28 ${FILE_CACHE}    /share/
29 ${DEMO_PREFIX}   demo
30 ${VPKG_MODULE_LABEL}    base_vpkg
31
32
33 *** Keywords ***
34 Load Customer And Models
35     [Documentation]   Use ONAP to Orchestrate a service.
36     [Arguments]    ${customer_name}
37     Load OwningEntity  lineOfBusiness  LOB-${customer_name}
38     Load OwningEntity  platform  Platform-${customer_name}
39     Load OwningEntity  project  Project-${customer_name}
40     Load OwningEntity  owningEntity  OE-${customer_name}
41     Load Customer  ${customer_name}
42     Load Models  ${customer_name}
43
44 Load OwningEntity
45     [Documentation]   Use ONAP to Orchestrate a service.
46     [Arguments]    ${parameter}   ${name}
47     ${data_path}=  Set Variable  /maintenance/category_parameter/${parameter}
48     ${vid_data}=  Set Variable  {"options":["${name}"]}
49     ${auth}=  Create List  ${GLOBAL_VID_USERNAME}    ${GLOBAL_VID_PASSWORD}
50     Log    Creating session ${data_path}
51     ${session}=    Create Session       vid    ${VID_ENDPOINT}${VID_ENV}     auth=${auth}
52     ${uuid}=    Generate UUID4
53     ${headers}=  Create Dictionary     Accept=application/json    Content-Type=application/json    USER_ID=${GLOBAL_VID_USERNAME}    X-TransactionId=${GLOBAL_APPLICATION_ID}-${uuid}    X-FromAppId=${GLOBAL_APPLICATION_ID}
54     ${resp}=    Post Request    vid     ${data_path}   data=${vid_data}    headers=${headers}
55         
56 Load Customer
57     [Documentation]   Use ONAP to Orchestrate a service.
58     [Arguments]    ${customer_name}
59     ${tenant_id}    ${tenant_name}=    Setup Orchestrate VNF   ${GLOBAL_AAI_CLOUD_OWNER}   SharedNode    OwnerType    v1    CloudZone
60     ${region}=   Get Openstack Region
61     Create Customer For VNF Demo    ${customer_name}    ${customer_name}    INFRA    ${GLOBAL_AAI_CLOUD_OWNER}    ${region}   ${tenant_id}
62     Create Customer For VNF Demo    ${customer_name}    ${customer_name}    INFRA    ${GLOBAL_AAI_CLOUD_OWNER}    RegionTlab  50b190410b2a4c229d8a6044a80ab7c1 
63     Create Availability Zone If Not Exists    ${GLOBAL_AAI_CLOUD_OWNER}    ${region}   ${GLOBAL_AAI_AVAILABILITY_ZONE_NAME}
64
65 Load Models
66     [Documentation]   Use ONAP to Orchestrate a service.
67     [Arguments]    ${customer_name}
68     Log   ${\n}Distributing vFWCL
69     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vFWCL   ${DEMO_PREFIX}VFWCL
70     Log   Distibuting vLB
71     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vLB   ${DEMO_PREFIX}VLB
72     Log   Distibuting vLB_CDS
73     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vLB_CDS   ${DEMO_PREFIX}VLB_CDS  True
74     ##${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPE   ${DEMO_PREFIX}VCPE
75     ##${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vIMS   ${DEMO_PREFIX}VIMS
76     Log   Distibuting vCPEInfra
77     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEInfra   ${DEMO_PREFIX}VCPEInfra
78     Log   Distibuting vCPEvBNG
79     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvBNG   ${DEMO_PREFIX}VCPEvBNG
80     Log   Distibuting vCPEvBRGEMU
81     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvBRGEMU   ${DEMO_PREFIX}VCPEvBRGEMU 
82     Log   Distibuting vCPEvGMUX
83     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvGMUX    ${DEMO_PREFIX}VCPEvGMUX
84     Log   Distibuting vCPEvGW (this is not vCPEResCust service)
85     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvGW    ${DEMO_PREFIX}VCPEvGW
86
87 Distribute Model
88     [Arguments]   ${service}   ${modelName}  ${cds}=False   ${instantiationType}=A-la-carte  ${resourceType}=VF
89     Model Distribution For Directory    ${service}   ${modelName}  ${cds}  ${instantiationType}  ${resourceType}
90
91 Create Customer For VNF Demo
92     [Documentation]    Create demo customer for the demo
93     [Arguments]    ${customer_name}   ${customer_id}   ${customer_type}    ${clouder_owner}    ${cloud_region_id}    ${tenant_id}
94     Create Service If Not Exists    vFW
95     Create Service If Not Exists    vFWCL
96     Create Service If Not Exists    vLB
97     Create Service If Not Exists    vCPE
98     Create Service If Not Exists    vIMS
99     Create Service If Not Exists    gNB
100     ${arguments}=    Create Dictionary    subscriber_name=${customer_name}    global_customer_id=${customer_id}    subscriber_type=${customer_type}     cloud_owner=${clouder_owner}  cloud_region_id=${cloud_region_id}    tenant_id=${tenant_id}
101     Set To Dictionary   ${arguments}       service1=vFWCL       service2=vLB   service3=vCPE   service4=vIMS  service5=gNB   service6=vFW
102     Templating.Create Environment    aai    ${GLOBAL_TEMPLATE_FOLDER}
103     ${data}=   Templating.Apply Template    aai   ${ADD_DEMO_CUSTOMER_BODY}    ${arguments}
104     ${put_resp}=    AAI.Run Put Request     ${AAI_FRONTEND_ENDPOINT}    ${INDEX PATH}${ROOT_CUSTOMER_PATH}${customer_id}    ${data}    auth=${GLOBAL_AAI_AUTHENTICATION}
105     ${status_string}=    Convert To String    ${put_resp.status_code}
106     Should Match Regexp    ${status_string}    ^(200|201|412)$
107
108 Preload User Model
109     [Documentation]   Preload the demo data for the passed VNF with the passed module name
110     [Arguments]   ${vnf_name}   ${vf_module_name}    ${service}    ${service_instance_id}    ${vnf}=${service}
111     # Go to A&AI and get information about the VNF we need to preload
112     ${status}  ${generic_vnf}=   Run Keyword And Ignore Error   Get Service Instance    ${vnf_name}
113     Run Keyword If   '${status}' == 'FAIL'   FAIL   VNF Name: ${vnf_name} is not found.
114     ${vnf_type}=   Set Variable   ${generic_vnf['vnf-type']}
115     ${relationships}=   Set Variable   ${generic_vnf['relationship-list']['relationship']}
116     ${relationship_data}=    Get Relationship Data   ${relationships}
117     ${customer_id}=   Catenate
118     :FOR    ${r}   IN   @{relationship_data}
119     \   ${service}=   Set Variable If    '${r['relationship-key']}' == 'service-subscription.service-type'   ${r['relationship-value']}    ${service}
120     \   ${service_instance_id}=   Set Variable If    '${r['relationship-key']}' == 'service-instance.service-instance-id'   ${r['relationship-value']}   ${service_instance_id}
121     \   ${customer_id}=    Set Variable If   '${r['relationship-key']}' == 'customer.global-customer-id'   ${r['relationship-value']}   ${customer_id}
122     ${invariantUUID}=   Get Persona Model Id     ${service_instance_id}    ${service}    ${customer_id}
123
124     # We still need the vf module names. We can get them from VID using the persona_model_id (invariantUUID) from A&AI
125     Setup Browser
126     Login To VID GUI
127     ${vf_modules}=   Get Module Names from VID    ${invariantUUID}
128     Log    ${generic_vnf}
129     Log   ${service_instance_id},${vnf_name},${vnf_type},${vf_module_name},${vf_modules},${service}
130     Preload Vnf    ${service_instance_id}   ${vnf_name}   ${vnf_type}   ${vf_module_name}    ${vf_modules}    ${vnf}    demo    ${service}
131     [Teardown]    Close All Browsers
132
133
134 Get Relationship Data
135     [Arguments]   ${relationships}
136     :FOR    ${r}   IN   @{relationships}
137     \     ${status}   ${relationship_data}   Run Keyword And Ignore Error    Set Variable   ${r['relationship-data']}
138     \     Return From Keyword If    '${status}' == 'PASS'   ${relationship_data}
139
140
141 Get Generic VNF By ID
142     [Arguments]   ${vnf_id}
143     ${resp}=    AAI.Run Get Request    ${AAI_FRONTEND_ENDPOINT}    ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-id=${vnf_id}    auth=${GLOBAL_AAI_AUTHENTICATION}
144     Should Be Equal As Strings  ${resp.status_code}     200
145     [Return]   ${resp.json()}
146
147 Get Service Instance
148     [Arguments]   ${vnf_name}
149     ${resp}=    AAI.Run Get Request    ${AAI_FRONTEND_ENDPOINT}    ${AAI_INDEX PATH}/network/generic-vnfs/generic-vnf?vnf-name=${vnf_name}    auth=${GLOBAL_AAI_AUTHENTICATION}
150     Should Be Equal As Strings  ${resp.status_code}     200
151     [Return]   ${resp.json()}
152
153 Get Persona Model Id
154     [Documentation]    Query and Validates A&AI Service Instance
155     [Arguments]    ${service_instance_id}    ${service_type}   ${customer_id}
156     ${resp}=    AAI.Run Get Request    ${AAI_FRONTEND_ENDPOINT}    ${INDEX PATH}${CUSTOMER SPEC PATH}${customer_id}${SERVICE SUBSCRIPTIONS}${service_type}${SERVICE INSTANCE}${service_instance_id}    auth=${GLOBAL_AAI_AUTHENTICATION}
157     ${persona_model_id}=   Get From DIctionary   ${resp.json()['service-instance'][0]}    model-invariant-id
158     [Return]   ${persona_model_id}
159
160 APPC Mount Point
161     [Arguments]   ${vf_module_name}
162     Run Openstack Auth Request    auth
163     ${status}   ${stack_info}=   Run Keyword and Ignore Error    Wait for Stack to Be Deployed    auth    ${vf_module_name}   timeout=120s
164     Run Keyword if   '${status}' == 'FAIL'   FAIL   ${vf_module_name} Stack is not found
165     ${stack_id}=    Get From Dictionary    ${stack_info}    id
166     ${server_list}=    Get Openstack Servers    auth
167     ${vpg_name_0}=    Get From Dictionary    ${stack_info}    vpg_name_0
168     ${vnf_id}=    Get From Dictionary    ${stack_info}    vnf_id
169     ${vpg_public_ip}=    Get Server Ip    ${server_list}    ${stack_info}   vpg_name_0    network_name=${GLOBAL_INJECTED_OPENSTACK_PUBLIC_NETWORK}
170     ${appc}=    Create Mount Point In APPC    ${vnf_id}    ${vpg_public_ip}
171
172 Instantiate VNF
173     [Arguments]   ${service}   ${vf_module_label}=NULL
174     ${tenant_id}    ${tenant_name}=    Setup Orchestrate VNF    ${GLOBAL_AAI_CLOUD_OWNER}    SharedNode    OwnerType    v1    CloudZone
175     ${uuid}=    Generate UUID4
176     ${vf_module_name_list}   ${generic_vnfs}    ${server_id}    ${service_instance_id}    ${catalog_resource_ids}   ${catalog_service_id}    ${uris_to_delete}=    Orchestrate VNF    DemoCust_${uuid}    ${service}   ${service}    ${tenant_id}    ${tenant_name}
177     ${stack_name} =     Get From List   ${vf_module_name_list}  -1
178     Save For Delete    ${tenant_id}    ${tenant_name}    ${server_id}    DemoCust_${uuid}    ${service_instance_id}    ${stack_name}    ${catalog_service_id}    ${catalog_resource_ids}
179     :FOR  ${vf_module_name}  IN   @{vf_module_name_list}
180     \   Log   VNF Module Name=${vf_module_name}
181     # Don't get from SO for now due to SO-1186
182     # ${model_invariant_id}=  Run SO Get ModelInvariantId   ${suite_service_model_name}  ${vf_module_label}
183     ${model_invariant_id}=   Set Variable   ${EMPTY}
184     :FOR    ${vf_module}    IN    @{generic_vnfs}
185     \    ${generic_vnf}=    Get From Dictionary    ${generic_vnfs}    ${vf_module}
186     \    ${model_invariant_id}=    Set Variable If    '${vf_module_label}' in '${vf_module}'   ${generic_vnf['model-invariant-id']}    ${model_invariant_id}
187     Log   Update old vFWCL Policy for ModelInvariantID=${model_invariant_id}
188     ${status}   ${value}=   Run Keyword And Ignore Error  Update vVFWCL Policy   ${model_invariant_id}
189     :FOR  ${vf_module_name}  IN   @{vf_module_name_list}
190     \   Log   APPC Mount Point for VNF Module Name=${vf_module_name}
191     \   ${status}   ${value}=   Run Keyword And Ignore Error  APPC Mount Point    ${vf_module_name}
192     Log   Update Tca ControlLoopName
193     Update Tca ControlLoopName    ${model_invariant_id}
194
195 Instantiate VNF CDS
196     [Arguments]   ${service}   ${vf_module_label}=NULL
197     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vLB_CDS   demoVLB_CDS  True
198     ${resp}=  Get Service Catalog  demoVLB_CDS
199     ${service-uuid}=     Set Variable    ${resp['uuid']}  
200     ${service-invariantUUID}=     Set Variable    ${resp['invariantUUID']}     
201     ${requestid}=   CDS Service Instantiate  demoVLB_CDS  ${service-uuid}  ${service-invariantUUID}
202     ${auth}=  Create List  ${GLOBAL_SO_CATDB_USERNAME }  ${GLOBAL_SO_PASSWORD}        
203     SO.Run Polling Get Request  ${GLOBAL_SO_APIHAND_ENDPOINT}  ${GLOBAL_SO_ORCHESTRATION_REQUESTS_PATH}/${requestid}  tries=30   interval=60  auth=${auth}
204
205 Instantiate Demo VNF
206     [Arguments]   ${service}   ${vf_module_label}=NULL
207     ${tenant_id}    ${tenant_name}=    Setup Orchestrate VNF    ${GLOBAL_AAI_CLOUD_OWNER}    SharedNode    OwnerType    v1    CloudZone
208     ${vf_module_name}    ${service}    ${generic_vnfs}=   Orchestrate Demo VNF    Demonstration    ${service}   ${service}    ${tenant_id}    ${tenant_name}
209     Log   VNF Module Name=${vf_module_name}
210     # Don't get from SO for now due to SO-1186
211     # ${model_invariant_id}=  Run SO Get ModelInvariantId   ${suite_service_model_name}  ${vf_module_label}
212     ${model_invariant_id}=   Set Variable   ${EMPTY}
213     :FOR    ${vf_module}    IN    @{generic_vnfs}
214     \    ${generic_vnf}=    Get From Dictionary    ${generic_vnfs}    ${vf_module}
215     \    ${model_invariant_id}=    Set Variable If    '${vf_module_label}' in '${vf_module}'   ${generic_vnf['model-invariant-id']}    ${model_invariant_id}
216     Log   ModelInvariantID=${model_invariant_id}
217     ${status}   ${value}=   Run Keyword And Ignore Error  Update vVFWCL Policy   ${model_invariant_id}
218     ${status}   ${value}=   Run Keyword And Ignore Error  APPC Mount Point    ${vf_module_name}
219
220
221 Save For Delete
222     [Documentation]   Create a variable file to be loaded for save for delete
223     [Arguments]    ${tenant_id}    ${tenant_name}    ${vvg_server_id}    ${customer_name}    ${service_instance_id}    ${stack_name}    ${catalog_service_id}    ${catalog_resource_ids}
224     ${dict}=    Create Dictionary
225     Set To Dictionary   ${dict}   TENANT_NAME=${tenant_name}
226     Set To Dictionary   ${dict}   TENANT_ID=${tenant_id}
227     Set To Dictionary   ${dict}   CUSTOMER_NAME=${customer_name}
228     Set To Dictionary   ${dict}   STACK_NAME=${stack_name}
229     Set To Dictionary   ${dict}   VVG_SERVER_ID=${vvg_server_id}
230     Set To Dictionary   ${dict}   SERVICE_INSTANCE_ID=${service_instance_id}
231     Set To Dictionary   ${dict}   CATALOG_SERVICE_ID=${catalog_service_id}
232
233     ${vars}=    Catenate
234     ${keys}=   Get Dictionary Keys    ${dict}
235     :FOR   ${key}   IN   @{keys}
236     \    ${value}=   Get From Dictionary   ${dict}   ${key}
237     \    ${vars}=   Catenate   ${vars}${key} = "${value}"\n
238
239     ${comma}=   Catenate
240     ${vars}=    Catenate   ${vars}CATALOG_RESOURCE_IDS = [
241     :FOR   ${id}   IN    @{catalog_resource_ids}
242     \    ${vars}=    Catenate  ${vars}${comma} "${id}"
243     \    ${comma}=   Catenate   ,
244     ${vars}=    Catenate  ${vars}]\n
245     OperatingSystem.Create File   ${FILE_CACHE}/${stack_name}.py   ${vars}
246     OperatingSystem.Create File   ${FILE_CACHE}/lastVNF4HEATBRIGE.py   ${vars}
247
248