tests: rename 'delegation/' to 'connection_delegation/'
parent
e99b8a8de7
commit
630c058a89
@ -1,6 +1,14 @@
|
||||
# Ensure templated delegate_to field works.
|
||||
# issue #340: Ensure templated delegate_to field works.
|
||||
#
|
||||
# Here we delegate from "test-targets" group to a templated "{{physical_host}}"
|
||||
# variable, which contains "cd-normal-alias", which has a
|
||||
# "mitogen_via=cd-alias", which in turn has an "ansible_host="alias-host".
|
||||
#
|
||||
# So the full stack should be:
|
||||
# - First hop: hostname "alias-host", username "alias-user"
|
||||
# - Second hop: hostname "cd-normal-alias"
|
||||
|
||||
- name: integration/delegation/delegate_to_template.yml
|
||||
- name: integration/connection_delegation/delegate_to_template.yml
|
||||
vars:
|
||||
physical_host: "cd-normal-alias"
|
||||
physical_hosts: ["cd-normal-alias", "cd-normal-normal"]
|
@ -1,6 +1,6 @@
|
||||
# Verify one OSA-style container has the correct config.
|
||||
|
||||
- name: integration/delegation/container_standalone.yml
|
||||
- name: integration/connection_delegation/container_standalone.yml
|
||||
hosts: dtc-container-1
|
||||
gather_facts: false
|
||||
tasks:
|
@ -1,6 +1,6 @@
|
||||
# OSA: Verify delegating the connection back to the container succeeds.
|
||||
|
||||
- name: integration/delegation/osa_delegate_to_self.yml
|
||||
- name: integration/connection_delegation/osa_delegate_to_self.yml
|
||||
hosts: osa-container-1
|
||||
vars:
|
||||
target: osa-container-1
|
Loading…
Reference in New Issue