mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 18:30:41 -05:00
RFC952 restricts hostname not to use underline(_) and period(.), so private cloud with legacy DNS system does not allow just to use image_name for name of server. Add instance_name config option for servers which packer creates to make instance_name configurable. If instance_name is not specified, by default it works like the past using image_name for instance_name. |
||
|---|---|---|
| .. | ||
| access_config.go | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| image_config.go | ||
| image_config_test.go | ||
| run_config.go | ||
| run_config_test.go | ||
| server.go | ||
| ssh.go | ||
| step_add_image_members.go | ||
| step_allocate_ip.go | ||
| step_create_image.go | ||
| step_get_password.go | ||
| step_key_pair.go | ||
| step_key_pair_test.go | ||
| step_load_flavor.go | ||
| step_run_source_server.go | ||
| step_stop_server.go | ||
| step_update_image_visibility.go | ||
| step_wait_for_rackconnect.go | ||