You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/googlecompute
Chris Bednarski 2f0e1218dc
Move regexp to package scope so it will be validated by the compiler instead of at runtime
10 years ago
..
account.go account_file can be verbatim JSON string 11 years ago
artifact.go Expand Artifact API to expose build state 12 years ago
artifact_test.go builder/googlecompute: artifact tests 12 years ago
builder.go helper/communicator: make host more generic 11 years ago
builder_test.go Use the same license as Packer core 12 years ago
config.go Move regexp to package scope so it will be validated by the compiler instead of at runtime 10 years ago
config_test.go builder/googlecompute: validate image_family 10 years ago
driver.go builder/googlecompute: support image family 10 years ago
driver_gce.go builder/googlecompute: support image family 10 years ago
driver_mock.go builder/googlecompute: support image family 10 years ago
private_key.go builder/googlecompute: fix all sorts of zone issues 12 years ago
private_key_test.go builder/googlecompute: private key tests 12 years ago
ssh.go helper/communicator: make host more generic 11 years ago
step_check_existing_image.go Check if image already exists before doing anything else on GCE. 11 years ago
step_check_existing_image_test.go Check if image already exists before doing anything else on GCE. 11 years ago
step_create_image.go builder/googlecompute: support image family 10 years ago
step_create_image_test.go builder/googlecompute: support image family 10 years ago
step_create_instance.go Merge branch 'googlecompute-disk-type' of https://github.com/meatballhat/packer into f-google-disk-type 10 years ago
step_create_instance_test.go Delete GCE disk on SIGINT. 11 years ago
step_create_ssh_key.go Update code.google.com/gosshold/ssh to point to golang.org/x/crypto/ssh, since this has been moved into core now 11 years ago
step_create_ssh_key_test.go builder/googlecompute: tests for #867 12 years ago
step_instance_info.go Adds support for using the internal IP rather than NAT IP in GCE 11 years ago
step_instance_info_test.go Adds support for using the internal IP rather than NAT IP in GCE 11 years ago
step_teardown_instance.go Create GCE image from persistent disk instead of from a tarball. 11 years ago
step_teardown_instance_test.go builder/googlecompute: fix formatting directives 11 years ago
step_test.go builder/googlecompute: driver and create instance tests 12 years ago