MachineBootConfigSettings

MachineBootConfigSettings
MachineBootConfigSettings

Machine boot config settings that will define how the provisioning will handle the boot config script execution.

JSON Example
{
    "phoneHomeShouldWait": true,
    "phoneHomeTimeoutSeconds": 100,
    "phoneHomeFailOnTimeout": false,
    "deploymentFailOnCloudConfigRuntimeError": true
}
boolean
phoneHomeShouldWait
Optional

A phone_home module will be added to the Cloud Config and the provisioning will wait on a callback prior proceeding

integer As int32 As int32
phoneHomeTimeoutSeconds
Optional

The period of time to wait for the phone_home module callback to occur

boolean
phoneHomeFailOnTimeout
Optional

In case a timeout occurs whether the provisioning process should fail or continue.

boolean
deploymentFailOnCloudConfigRuntimeError
Optional

In case an error is thrown while processing cloud-config whether the provisioning process should fail or continue.