<div dir="ltr">Hello colleagues,<div><br></div><div>  I need your support here. Simplex Starlingx AIO installation fails on first steps... </div><div><ul><li>After installation and reboot I see that kubelet.service - Kubernetes Kubelet Server Failed. Not sure if it is normal or not at this phase... See more details below</li><li>Bootstrapping failed - Failed to provision initial system configuration.</li></ul></div><div><br></div><div>I'm trying to install Starlingx on my Intel Nuc box (i5, 64 GB RAM, 2 TB disk) with Ubuntu Desktop OS. VirtualBox version 6.1</div><div><br></div><div>VM configuration:</div><div><ul><li>8 vCPU (VT-X/AMD-V, Nested Paging, PAE/NX, KVM Paravirtualization)</li><li>16 GB RAM</li><li>Storage:</li><ul><li>Controller SATA 520 GB</li><li>Controller NVMe 20 GB</li></ul><li>Network:</li><ul><li>Intel Pro/1000 MT Desktop - OAM network (internet accessible)</li><li></li><li>Intel Pro/1000 MT Desktop - Data network (internet accessible)</li></ul></ul></div><div><br></div><div>I used latest ISO image: <a href="http://mirror.starlingx.cengn.ca/mirror/starlingx/release/8.0.0/debian/monolithic/outputs/iso/starlingx-intel-x86-64-cd.iso">http://mirror.starlingx.cengn.ca/mirror/starlingx/release/8.0.0/debian/monolithic/outputs/iso/starlingx-intel-x86-64-cd.iso</a></div><div><br></div><div>So I wonder what is wrong with this deployment , am I missing something?</div><div><br></div><div><br></div><div><b>Kubelet failure (</b>/var/log/daemon.log<b>):</b></div><div><i><font size="1">2023-03-21T19:35:19.876 localhost systemd[1]: info Started StarlingX Affine Tasks.<br>2023-03-21T19:35:19.968 localhost iscsid: info iSCSI daemon with pid=912 started!<br>2023-03-21T19:35:20.057 localhost affine-tasks.sh(1211): info : Starting.<br>2023-03-21T19:35:20.058 localhost affine-tasks.sh(1211): info : Affine all tasks, CPUS: 0-7; online=0-7 (0xff), isol=, nonisol=0-7 (0xff)<br>2023-03-21T19:35:20.128 localhost affine-tasks.sh(1211): info : Affined 58 processes to all cores.<br>2023-03-21T19:35:20.302 localhost systemd[1]: info kubelet.service: Scheduled restart job, restart counter is at 5.<br>2023-03-21T19:35:20.303 localhost systemd[1]: info Stopping Kubernetes Isolated CPU Plugin Daemon...<br>2023-03-21T19:35:20.304 localhost systemd[1]: info isolcpu_plugin.service: Succeeded.<br>2023-03-21T19:35:20.305 localhost systemd[1]: info Stopped Kubernetes Isolated CPU Plugin Daemon.<br>2023-03-21T19:35:20.306 localhost systemd[1]: info Stopped Kubernetes Kubelet Server.<br>2023-03-21T19:35:20.306 localhost systemd[1]: warning kubelet.service: Start request repeated too quickly.<br>2023-03-21T19:35:20.306 localhost systemd[1]: warning kubelet.service: Failed with result 'exit-code'.<br>2023-03-21T19:35:20.306 localhost systemd[1]: err Failed to start Kubernetes Kubelet Server.<br>2023-03-21T19:35:20.308 localhost systemd[1]: warning Dependency failed for Kubernetes Isolated CPU Plugin Daemon.<br>2023-03-21T19:35:20.309 localhost systemd[1]: notice isolcpu_plugin.service: Job isolcpu_plugin.service/start failed with result 'dependency'.<br>2023-03-21T19:35:20.514 localhost sysinv-agent[1012]: info /etc/init.d/sysinv-agent: line 114: [: =: unary operator expected</font></i><br></div><div><br></div><div><br></div><div><b>Bootstrap failure:</b></div><div><i><font size="1">TASK [bootstrap/persist-config : Fail if populate config script throws an exception] *********************************************************************************************************************************************************************************<br>Wednesday 22 March 2023  17:29:05 +0000 (0:00:00.024)       0:01:40.002 *******<br>fatal: [localhost]: FAILED! => changed=false<br>  msg: Failed to provision initial system configuration.<br><br>PLAY RECAP ***********************************************************************************************************************************************************************************************************************************************************<br>localhost                  : ok=180  changed=45   unreachable=0    failed=1    skipped=235  rescued=0    ignored=0<br></font></i></div><div><i><font size="1">2023-03-22 17:29:05,960 p=323063 u=sysadmin n=ansible | TASK [bootstrap/persist-config : debug] **********************************************************************************************************************************************************************<br>********************************************************<br>2023-03-22 17:29:05,960 p=323063 u=sysadmin n=ansible | Wednesday 22 March 2023  17:29:05 +0000 (0:00:06.932)       0:01:39.978 *******<br>2023-03-22 17:29:05,981 p=323063 u=sysadmin n=ansible | ok: [localhost] =><br>  populate_result:<br>    changed: true<br>    failed: false<br>    failed_when_result: false<br>    msg: non-zero return code<br>    rc: 1<br>    stderr: |-<br>      Traceback (most recent call last):<br>        File "/tmp/.ansible-sysadmin/tmp/ansible-tmp-1679506139.0395112-327066-74144393708544/populate_initial_config.py", line 1327, in <module><br>          populate_service_parameter_config(client)<br>        File "/tmp/.ansible-sysadmin/tmp/ansible-tmp-1679506139.0395112-327066-74144393708544/populate_initial_config.py", line 1046, in populate_service_parameter_config<br>          populate_docker_kube_config(client)<br>        File "/tmp/.ansible-sysadmin/tmp/ansible-tmp-1679506139.0395112-327066-74144393708544/populate_initial_config.py", line 838, in populate_docker_kube_config<br>          client.sysinv.service_parameter.delete(parameter.uuid)<br>        File "/usr/lib/python3/dist-packages/cgtsclient/v1/service_parameter.py", line 45, in delete<br>          return self._delete(self._path(parameter_id))<br>        File "/usr/lib/python3/dist-packages/cgtsclient/common/base.py", line 95, in _delete<br>          self.api.raw_request('DELETE', url)<br>        File "/usr/lib/python3/dist-packages/cgtsclient/common/http.py", line 224, in raw_request<br>          return self._http_request(url, method, **kwargs)<br>        File "/usr/lib/python3/dist-packages/cgtsclient/common/http.py", line 186, in _http_request<br>          raise exceptions.from_response(<br>      cgtsclient.exc.HTTPInternalServerError: 'int' object is not callable<br>    stderr_lines:<br>    - 'Traceback (most recent call last):'<br>    - '  File "/tmp/.ansible-sysadmin/tmp/ansible-tmp-1679506139.0395112-327066-74144393708544/populate_initial_config.py", line 1327, in <module>'<br>    - '    populate_service_parameter_config(client)'<br>    - '  File "/tmp/.ansible-sysadmin/tmp/ansible-tmp-1679506139.0395112-327066-74144393708544/populate_initial_config.py", line 1046, in populate_service_parameter_config'<br>    - '    populate_docker_kube_config(client)'<br>    - '  File "/tmp/.ansible-sysadmin/tmp/ansible-tmp-1679506139.0395112-327066-74144393708544/populate_initial_config.py", line 838, in populate_docker_kube_config'<br>    - '    client.sysinv.service_parameter.delete(parameter.uuid)'<br>    - '  File "/usr/lib/python3/dist-packages/cgtsclient/v1/service_parameter.py", line 45, in delete'<br>    - '    return self._delete(self._path(parameter_id))'<br>    - '  File "/usr/lib/python3/dist-packages/cgtsclient/common/base.py", line 95, in _delete'<br>    - '    self.api.raw_request(''DELETE'', url)'<br>    - '  File "/usr/lib/python3/dist-packages/cgtsclient/common/http.py", line 224, in raw_request'<br>    - '    return self._http_request(url, method, **kwargs)'<br>    - '  File "/usr/lib/python3/dist-packages/cgtsclient/common/http.py", line 186, in _http_request'<br>    - '    raise exceptions.from_response('<br>    - 'cgtsclient.exc.HTTPInternalServerError: ''int'' object is not callable'<br>    stdout: |-<br>      Updating system config...<br>      System config completed.<br>      Deleting network, routes, addresses, and address pool for network mgmt...<br>      Updating management network...<br>      Deleting network, routes, addresses, and address pool for network pxeboot...<br>      Updating pxeboot network...<br>      Deleting network, routes, addresses, and address pool for network oam...<br>      Updating oam network...<br>      Deleting network, routes, addresses, and address pool for network multicast...<br>      Updating multicast network...<br>      Deleting network, routes, addresses, and address pool for network cluster-host...<br>      Updating cluster host network...<br>      Deleting network, routes, addresses, and address pool for network cluster-pod...<br>      Updating cluster pod network...<br>      Deleting network, routes, addresses, and address pool for network cluster-service...<br>      Updating cluster service network...<br>      Network config completed.<br>      Populating/Updating DNS config...<br>      DNS config completed.</font></i><br></div><div><br></div><div>Thanks in advance<br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best Regards,<br>Giedrius</div></div></div>