Skip to content

Commit 29d10e8

Browse files

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tests/integration/targets/vm_replication_info/tasks/02_cleanup_destination_vms.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Cleanup replicated VMs on dest cluster.
33
# The vm module cannot be used - we can have old replicas still present,
44
# so the VM name might not be unique on dest cluster.
5+
- name: DBG show dest_cluster_instance
6+
ansible.builtin.debug:
7+
var: dest_cluster_instance
8+
59
- name: List old replicated VMs on dest cluster
610
scale_computing.hypercore.vm_info:
711
cluster_instance: "{{ dest_cluster_instance }}"

tests/integration/targets/vm_replication_info/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
dest_cluster_instance:
1414
host: "{{ sc_config[sc_host].sc_replication_dest_host }}"
1515
username: "{{ sc_config[sc_host].sc_replication_dest_username }}"
16-
password: "{{ sc_config[sc_host].sc_replication_dest_password }}"
16+
password: blabla # "{{ sc_config[sc_host].sc_replication_dest_password }}"
1717

1818
block:
1919
- include_tasks: 01_vm_replication_info_missing_vm.yml

0 commit comments

Comments
 (0)