<div dir="ltr">I have following environment:<div>___________________________________________________________________________</div><div>| VM Name                    | Hostname |  IP MGMT         | IP OAM     |                 Type                    | <br>| ----------                        | -----------------| ------------------ | -------------- | -------------------------------------| <br>| cc-duplex-controller-0  | controller-0  | 192.168.20.3 | 10.10.20.3 | AIO Duplex - Central Cloud | </div><div>| cc-duplex-controller-1  | controller-1 | 192.168.20.4  | 10.10.20.4 | AIO Duplex - Central Cloud |<br>-------------------------------------------------------------------------------------------------------------------------------</div><div>| sc-duplex-controller-0  | localhost  |              -            | 10.10.30.3 | AIO Duplex - Sub Cloud |<br>| sc-duplex-controller-1  | -               |              -            | 10.10.20.4 | AIO Duplex - Sub Cloud |<br>| sc-duplex-controller-2  | -               |              -            | 10.10.20.5 | AIO Duplex - Sub Cloud |<br></div><div><br></div><div>My subcloud YAML file:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">system_mode: duplex<br>name: "Region-Sub1"<br>description: "Sub1Site"<br>location: "SUB1"<br>timezone: Asia/Jakarta<br><br>management_subnet: <a href="http://192.168.30.0/24">192.168.30.0/24</a><br>management_start_address: 192.168.30.2<br>management_end_address: 192.168.30.50<br>management_gateway_address: 192.168.30.1<br><br>external_oam_subnet: <a href="http://10.10.30.0/24">10.10.30.0/24</a><br>external_oam_gateway_address: 10.10.30.1<br>external_oam_floating_address: 10.10.30.2<br><br>systemcontroller_gateway_address: 192.168.20.1<br></blockquote><div><br></div><div>Every time I try to add subcloud using command:</div><div>`dcmanager subcloud add --bootstrap-address 10.10.30.3 --bootstrap-values subcloud-1.yml`</div><div> It always end up failed like below:</div><div><br></div><div>[sysadmin@controller-0 ~(keystone_admin)]$ dcmanager subcloud list<br>+----+------------+------------+--------------+--------------------+---------+<br>| id | name       | management | availability | deploy status       | sync    |<br>+----+------------+------------+--------------+--------------------+---------+<br>|  6 | Region-BGR | unmanaged  | offline      | deploy-prep-failed | unknown |<br>+----+------------+------------+--------------+--------------------+---------+<br></div><div><br></div><div>There is no log subcloud log reproduced or maybe any workaround I could try?</div><div> </div></div>