aboutsummaryrefslogtreecommitdiff
path: root/gcloud-image-test.aww
AgeCommit message (Collapse)Author
2026-01-28all: set the resolv.conf symlinked to systemd stub-resolv.confShulhan
The default resolv.conf is empty. This cause program that depends on resolv.conf for name resolution will fail. As a test, we create small Go program "cmd/golookup" that can lookup IP address of host name using pure Go resolver (using/etc/resolv.conf).
2025-12-24all: manage network with systemd-networkShulhan
This remove dhclient and add polkit as dependencies for systemd-hostnamed.
2023-09-14gcloud-image-test: add command to test OS LoginShulhan
The OS login require enable-oslogin=TRUE and optionally enable-oslogin-2fa=TRUE.
2023-07-15all: change the machine-type from f1-micro to e2-micro for testing imageShulhan
Using f1-micro or g1-small on asia-southeast1 always return ZONE_RESOURCE_POOL_EXHAUSTED now.
2022-08-05all: add awwan scripts to deploy and test imageShulhan
The gcloud-image-publish.aww is the script to publish the recently build image to gcloud and create new image. The gcloud-image-test.aww is the script to test the new image by creating new compute engine. The gcloud-test-image-official.aww is the script to test the official public image from Google. The gcloud-test-tail.aww is the script to get the serial log from test image in compute engine.