During node set up: Deployment has failed. Method granular_deploy. Failed to execute hook 'shell' Failed to run command cd / && apt-get update
During setting up my compute nodes the deployment fails and I get the following:
priority: 2500
type: shell
uids:
- '1'
- '3'
- '2'
- '5'
- '4'
- '6'
parameters:
retries: 3
cmd: apt-get update
cwd: "/"
timeout: 1800
interval: 1
.
Inspect Astute logs for the details
I am not sure where to even start to trouble shoot something like this. Any tips? Anyone seen this before?
So it turns out I only have 1 nic per compute machine and its not connected to the internet (internal network for PXE). Going to try adding a USB network adapter and putting the public network on that.
I only have 1 network interface on my compute nodes. I need to update the /etc/network/interface file in Ubuntu to get a USB ethernet adapter to work, but it seems by the time I do this its ready too deep into the config. Anyone experienced this before? Will these not work as compute nodes?