packer-cn/builder/yandex
GennadySpb 804fefef17
yandex-import: allow set custom API endpoint (#9850)
* Separate Access Config from yandex builder Config

* make use of Access Config explicit

* Move `MaxRetries` into AccessConfig

* NewDriverYC use AccessConfig instead Config

* yandex-import PP use common Access Config

Now support set custom API Endpoint

* yandex-export PP use common Access Config

Now support set custom API Endpoint too (as yandex-import)

* fix test

* Tiny doc updates.
2020-08-31 15:29:20 +02:00
..
testdata Terraform code to quick provision instance with assigned SA. 2020-06-17 16:23:54 +03:00
access_config.go yandex-import: allow set custom API endpoint (#9850) 2020-08-31 15:29:20 +02:00
artifact.go make inner image accessible from other packages 2020-07-08 22:01:52 +03:00
artifact_test.go make inner image accessible from other packages 2020-07-08 22:01:52 +03:00
builder.go yandex-import: allow set custom API endpoint (#9850) 2020-08-31 15:29:20 +02:00
builder_acc_test.go Fix test 2020-06-17 17:23:52 +03:00
builder_test.go Bulk update 'yandex' builder 2019-04-12 01:00:54 +03:00
config.go yandex-import: allow set custom API endpoint (#9850) 2020-08-31 15:29:20 +02:00
config.hcl2spec.go yandex-import: allow set custom API endpoint (#9850) 2020-08-31 15:29:20 +02:00
config_test.go Rename config key name 2020-07-16 17:29:45 +03:00
driver.go Rename arg 2020-04-27 02:37:10 +03:00
driver_yc.go yandex-import: allow set custom API endpoint (#9850) 2020-08-31 15:29:20 +02:00
image.go Fill up build variables (aka `generated_data`) 2020-07-09 16:21:21 +03:00
ssh.go Support GPU instances, allow set source image by name 2019-09-10 17:52:42 +03:00
step_create_image.go Rename config key name 2020-07-16 17:29:45 +03:00
step_create_instance.go Fill up build variables (aka `generated_data`) 2020-07-09 16:21:21 +03:00
step_create_instance_test.go Bulk fixes and enhancements 2019-06-11 12:28:37 +03:00
step_create_ssh_key.go Make some steps exportable, add 'GetInstanceMetadata' method 2020-04-27 02:19:08 +03:00
step_instance_info.go Support GPU instances, allow set source image by name 2019-09-10 17:52:42 +03:00
step_teardown_instance.go Make some steps exportable, add 'GetInstanceMetadata' method 2020-04-27 02:19:08 +03:00
step_wait_cloudinit_script.go Make some steps exportable, add 'GetInstanceMetadata' method 2020-04-27 02:19:08 +03:00
template_func.go Revert "Revert "remove clean_ami_name and clean_image_name; complete the deprecation for these functions in favor of clean_resource_name"" 2019-11-04 14:28:40 -08:00
util.go Bulk update builder (doc, acc test) 2019-04-12 01:00:54 +03:00