|
164 | 164 | - cm_create_endpoint_mac_tag_policy.current.bdRef is defined |
165 | 165 | - cm_create_endpoint_mac_tag_policy.current.bdName == 'ansible_bd' |
166 | 166 | - cm_create_endpoint_mac_tag_policy.current.bdSchemaId is defined |
167 | | - - cm_create_endpoint_mac_tag_policy.current.bdSchemaName == 'ansible_test' |
| 167 | + - cm_create_endpoint_mac_tag_policy.current.bdSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
168 | 168 | - cm_create_endpoint_mac_tag_policy.current.bdTemplateId is defined |
169 | 169 | - cm_create_endpoint_mac_tag_policy.current.bdTemplateName == 'ansible_tenant_template' |
170 | 170 | - cm_create_endpoint_mac_tag_policy.current.uuid is not defined |
|
185 | 185 | - nm_create_endpoint_mac_tag_policy.current.bdRef is defined |
186 | 186 | - nm_create_endpoint_mac_tag_policy.current.bdName == 'ansible_bd' |
187 | 187 | - nm_create_endpoint_mac_tag_policy.current.bdSchemaId is defined |
188 | | - - nm_create_endpoint_mac_tag_policy.current.bdSchemaName == 'ansible_test' |
| 188 | + - nm_create_endpoint_mac_tag_policy.current.bdSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
189 | 189 | - nm_create_endpoint_mac_tag_policy.current.bdTemplateId is defined |
190 | 190 | - nm_create_endpoint_mac_tag_policy.current.bdTemplateName == 'ansible_tenant_template' |
191 | 191 | - nm_create_endpoint_mac_tag_policy.current.vrfRef == '' |
|
203 | 203 | - nm_create_endpoint_mac_tag_policy_2.current.bdRef is defined |
204 | 204 | - nm_create_endpoint_mac_tag_policy_2.current.bdName == 'ansible_bd' |
205 | 205 | - nm_create_endpoint_mac_tag_policy_2.current.bdSchemaId is defined |
206 | | - - nm_create_endpoint_mac_tag_policy_2.current.bdSchemaName == 'ansible_test' |
| 206 | + - nm_create_endpoint_mac_tag_policy_2.current.bdSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
207 | 207 | - nm_create_endpoint_mac_tag_policy_2.current.bdTemplateId is defined |
208 | 208 | - nm_create_endpoint_mac_tag_policy_2.current.bdTemplateName == 'ansible_tenant_template' |
209 | 209 | - nm_create_endpoint_mac_tag_policy_2.current.vrfRef == '' |
|
286 | 286 | - cm_update_endpoint_mac_tag_policy.current.bdRef is defined |
287 | 287 | - cm_update_endpoint_mac_tag_policy.current.bdName == 'ansible_bd' |
288 | 288 | - cm_update_endpoint_mac_tag_policy.current.bdSchemaId is defined |
289 | | - - cm_update_endpoint_mac_tag_policy.current.bdSchemaName == 'ansible_test' |
| 289 | + - cm_update_endpoint_mac_tag_policy.current.bdSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
290 | 290 | - cm_update_endpoint_mac_tag_policy.current.bdTemplateId is defined |
291 | 291 | - cm_update_endpoint_mac_tag_policy.current.bdTemplateName == 'ansible_tenant_template' |
292 | 292 | - cm_update_endpoint_mac_tag_policy.current.uuid is defined |
|
309 | 309 | - nm_update_endpoint_mac_tag_policy.current.bdRef is defined |
310 | 310 | - nm_update_endpoint_mac_tag_policy.current.bdName == 'ansible_bd' |
311 | 311 | - nm_update_endpoint_mac_tag_policy.current.bdSchemaId is defined |
312 | | - - nm_update_endpoint_mac_tag_policy.current.bdSchemaName == 'ansible_test' |
| 312 | + - nm_update_endpoint_mac_tag_policy.current.bdSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
313 | 313 | - nm_update_endpoint_mac_tag_policy.current.bdTemplateId is defined |
314 | 314 | - nm_update_endpoint_mac_tag_policy.current.bdTemplateName == 'ansible_tenant_template' |
315 | 315 | - nm_update_endpoint_mac_tag_policy.current.vrfRef == '' |
|
334 | 334 | - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfRef is defined |
335 | 335 | - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfName == 'ansible_vrf' |
336 | 336 | - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfSchemaId is defined |
337 | | - - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfSchemaName == 'ansible_test' |
| 337 | + - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
338 | 338 | - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfTemplateId is defined |
339 | 339 | - nm_update_endpoint_mac_tag_policy_mac_vrf.current.vrfTemplateName == 'ansible_tenant_template' |
340 | 340 | - nm_update_endpoint_mac_tag_policy_mac_vrf.current.uuid is defined |
|
351 | 351 | - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfRef is defined |
352 | 352 | - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfName == 'ansible_vrf' |
353 | 353 | - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfSchemaId is defined |
354 | | - - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfSchemaName == 'ansible_test' |
| 354 | + - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfSchemaName == '{{ ansible_schema | default("ansible_test") }}' |
355 | 355 | - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfTemplateId is defined |
356 | 356 | - nm_update_endpoint_mac_tag_policy_empty_list.current.vrfTemplateName == 'ansible_tenant_template' |
357 | 357 | - nm_update_endpoint_mac_tag_policy_empty_list.current.uuid is defined |
|
0 commit comments