Skip to content

Commit f818010

Browse files
fyanacevallesp
authored andcommitted
Add nat64 appliance for adoption
1 parent a131a74 commit f818010

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

create-infra.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@
103103
apply:
104104
delegate_to: "{{ cifmw_target_host | default('localhost') }}"
105105

106+
- name: Bootstrap nat64 if needed
107+
when:
108+
- cifmw_use_libvirt | default(false) | bool
109+
- cifmw_use_nat64 | default(false) | bool
110+
ansible.builtin.include_role:
111+
name: reproducer
112+
tasks_from: nat64_appliance
113+
106114
# This bootstraps the controller-0 node, and RedFish virtual BMC is
107115
# spawned if cifmw_use_sushy_emulator is enabled.
108116
- name: Bootstrap sushy-emulator (RedFish Virtual BMC) on controller-0

0 commit comments

Comments
 (0)