initial import
This commit is contained in:
19
tests/integration/targets/service_catalog/tasks/main.yaml
Normal file
19
tests/integration/targets/service_catalog/tasks/main.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
- ansible.builtin.set_fact:
|
||||
services:
|
||||
compute:
|
||||
name: "nova"
|
||||
environments:
|
||||
production:
|
||||
endpoints:
|
||||
eu-de:
|
||||
- url: "https://ecs.eu-de.otc.t-systems.com/v2.1/$(tenant_id)s"
|
||||
eu-nl:
|
||||
- url: "https://ecs.eu-nl.otc.t-systems.com/v2.1/$(tenant_id)s"
|
||||
|
||||
- name: Check run
|
||||
opentelekomcloud.backend.service_catalog:
|
||||
cloud: "{{ cloud }}"
|
||||
environment: "production"
|
||||
services: "{{ services }}"
|
||||
check_mode: true
|
Reference in New Issue
Block a user