Hi

 

I wonder if anyone can help me on the ansible deployment for duplex/standard.

 

I installed ISO (about 0519) on vms and run ansible with my yml file as below, but the 2nd controller failed to be installed via pxe.

After checked controller0, I found that mgmt network is configured to lo.

But use “config_controller --force" everything’s ok.

 

Am I doing anything wrong with the yml file?

There’s no instruction on WIKI for duplex + ansible yet. (?)

 

---

system_mode: duplex

 

management_subnet: 192.178.204.0/28

 

external_oam_subnet: 10.10.10.0/24

external_oam_gateway_address: 10.10.10.1

external_oam_floating_address: 10.10.10.2

external_oam_node_0_address: 10.10.10.3

external_oam_node_1_address: 10.10.10.4

 

 

 

 

Yan