opack cloud ?

This commit is contained in:
Samuel Aubertin
2023-09-24 23:48:17 +02:00
parent 48e79ad400
commit 52028964f2
11 changed files with 205 additions and 64 deletions

2
examples/cloud/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
opack_deploy_*
opack_installer_*

11
examples/cloud/Makefile Normal file
View File

@@ -0,0 +1,11 @@
OPACK_TARGET=testopack-cloud
OPACK_SYS_HEADLESS=false
OPACK_SYS_DISK_SIZE=10000
OPACK_SYS_VERSION=snapshots
OPACK_GCE_PROJECT=testopack
OPACK_GCE_JSON_KEY=testopack-d1757c226a45.json
OPACK_GCE_BUCKET=testopack
include ../../src/opack.mk
all: opack-cloud

View File

@@ -0,0 +1,3 @@
OPACK_TARGET= demo
OPACK_SYS_HEADLESS= false
include ../../src/opack.mk