<div dir="ltr"><div>Hello Ghada and fellows:</div><div>Please help.</div><div>I built a stx.4.0 bootimages.iso from my Starlingx-layered-build environment,</div><div>and use the bootimages.iso to deploy a distributed cloud.<br>However, suffer an error after ansible-playbook deploying.</div><div>   </div><div>I have traced the yaml file to find the root cause, but I can't find any 

.sc_database_configured in /etc/platform.</div><div><br></div><div>Where I can find the .sc_database_configured?</div><div><br></div><div><br></div>TASK [bootstrap/persist-config : Wait for system controller database configuration to complete] ***<br>fatal: [localhost]: FAILED! => {"changed": false, "elapsed": 300, "msg": "Timeout waiting for system controller database configuration to complete"}<br><div><br></div><div>@ansible-playbooks\playbookconfig\src\playbooks\roles\bootstrap\persist-config\tasks\update_sysinv_database.yml<br></div><div><br></div><div>- name: Wait for system controller database configuration to complete<br>  wait_for:<br>    path: /etc/platform/.sc_database_configured<br>    state: present<br>    timeout: 300<br>    msg: Timeout waiting for system controller database configuration to complete<br>  when: distributed_cloud_role == 'systemcontroller'<br></div></div>