From c184a784fe96c309f1d4276bf17ca3e482f3032c Mon Sep 17 00:00:00 2001 From: gitops_test Date: Thu, 11 Jun 2026 09:02:42 +0000 Subject: [PATCH] Add samplescriptconfig_20260611_090242.yaml --- samplescriptconfig_20260611_090242.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 samplescriptconfig_20260611_090242.yaml 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