From 802c1b19ba11512f21375b14319a51c2aa5d8f93 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Fri, 3 May 2024 00:48:47 -0400 Subject: [PATCH] wip: Pass cloud-config on instance creation --- .github/workflows/create-instance.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/create-instance.yml b/.github/workflows/create-instance.yml index 36c3e139..45221e3f 100644 --- a/.github/workflows/create-instance.yml +++ b/.github/workflows/create-instance.yml @@ -48,6 +48,8 @@ jobs: ) echo "instance_flavor=$instance_flavor" >> $GITHUB_OUTPUT + - uses: actions/checkout@v4 + - name: Create instance id: instance_create run: | @@ -63,6 +65,7 @@ jobs: --security-group "exosphere" \ --flavor $INSTANCE_FLAVOR \ --image "antsthings-vgl-gpu-image" \ + --user-data ./cloud-config \ --wait \ --column created \ --column flavor \