diff --git a/samplescriptconfig_20260611_090242.yaml b/samplescriptconfig_20260611_090242.yaml new file mode 100644 index 0000000..74c2730 --- /dev/null +++ b/samplescriptconfig_20260611_090242.yaml @@ -0,0 +1,22 @@ +name: sample-vm-post-provisioning-config +version: "1.0" +description: Sample configuration file for VM script upload testing + +cloudEnvironment: + provider: ovh + region: eu-west + environmentType: test + +vm: + cpu: 2 + ramGb: 4 + storageGb: 20 + image: ubuntu-22.04 + +network: + sshPort: 22 + httpPort: 80 + +script: + executionTimeoutSeconds: 300 + runAsRoot: true