File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
tests/integration/targets/vm_replication_info/tasks Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments