code=exited, status=1/FAILURE
Possibly related to bug#1.
Static IP is not getting configured for eth0
in the 10-eth0 file, there is "w" in the Match section.
After removing w, I can get eth0 up (used CIDR in the appliance deploy)
-
#2Closed
Failed to start appliance initialization script
Apr 17, 2023
-
Apr 20, 2023
Thank you very much. You are right. We've missed a "w". We are planning an update for the next week which will include this fix.
-
Apr 21, 2023
There is a type error contained within the "setup.sh" within the section for "_CUSTOMIZE_PHOTON_". Specifically in the code for the NETWORK_CONFIG_FILE there is an extra 'w' under the [match]
[match]
Name=e*
w[Network]
When deploying the OVA this error is preventing the static IP address from being configured correctly. Please can the 'setup.sh' script be checked and updated? Thanks