<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height: 1.7;"><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">Hi,</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">I have successfully solved the following problem. The cause of the problem is a network problem£º</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;"><br></div><div style="margin: 0px;">Solved problem£º</div><div style="margin: 0px;">===================================================</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">I according to <a href="https://docs.starlingx.io/deploy_install_guides/r4_release/virtual/controller_storage_install_kubernetes.html" _src="https://docs.starlingx.io/deploy_install_guides/r4_release/virtual/controller_storage_install_kubernetes.html">https://docs.starlingx.io/deploy_install_guides/r4_release/virtual/controller_storage_install_kubernetes.html</a>, Task [common/push-docker-images: Download images and push to local registry] runs for 40 minutes without results. I didn't have enough patience to continue waiting and stopped the `ansible-playbook` task. Could you please help me? Thanks.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">Brief Description</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">-----------------------------------</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">My Environment:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">1. I install StarlingX in Virtual Environment.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">2. StarlingX version: R4.0</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">3. stx-tools: master</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">4. docker.elastic.co network delay: about 230ms (using ping docker.elastic.co)</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">5. Steps:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">             a. Set system password succesfully.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">             b. Run following script in console:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        export CONTROLLER0_OAM_CIDR=10.10.10.3/24</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        export DEFAULT_OAM_GATEWAY=10.10.10.1</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        sudo ip address add $CONTROLLER0_OAM_CIDR dev eth1000</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        sudo ip link set up dev eth1000</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        sudo ip route add default via $DEFAULT_OAM_GATEWAY dev eth1000</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">             c. cp /usr/share/ansible/stx-ansible/playbooks/host_vars/bootstrap/default.yml $HOME/localhost.yml</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">             d. modify and add following informations in $HOME/localhost.yml:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        system_mode: duplex</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                                     external_oam_node_0_address: 10.10.10.3</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                                     external_oam_node_1_address: 10.10.10.4</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        admin_password: Password123$%^</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                        ansible_become_pass: Password123$%^</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                                     docker_no_proxy:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                                   - 1.2.3.4</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">                                   - 5.6.7.8</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">             e. ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">Issues:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">1. When I run `ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml`, the task `[common/push-docker-images: Download images and push to local registry]` will always stay here for a long time.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">2. I don¡¯t know if the download speed of docker is too slow, or if I need to wait longer, maybe 2 hours or 5 hours.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;">===============================================================</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;"><p><i>Best regards with you,</i></p><p><i>Longqian</i></p></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; margin: 0px;"><br></div></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span>