More terraform and opack-cloud documentation
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
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
|
||||
OPACK_TARGET= testopack-cloud
|
||||
OPACK_SYS_VERSION= snapshots
|
||||
OPACK_SYS_DISK_SIZE= 10000
|
||||
|
||||
OPACK_GCE_PROJECT= testopack
|
||||
OPACK_GCE_JSON_KEY= testopack-342b60ffed47.json
|
||||
|
||||
OPACK_AUTODISKLABEL_FILE= $(shell realpath ./autodisklabel)
|
||||
|
||||
include ../../src/opack.mk
|
||||
|
||||
all: opack-cloud
|
||||
ssh -i $(OPACK_SYS_SSH_PRIVATE_KEY) \
|
||||
-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \
|
||||
$(OPACK_SYS_USER)@$(shell cat opack-cloud) \
|
||||
"sysctl -n kern.version; uptime;" 2> /dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user