Sylvia Moss
2152fa3313
Accept content library path in iso_paths ( #9801 )
2020-08-24 16:54:30 +02:00
Adrien Delorme
fbfe31ceaf
update flock + go mod tidy ( #9805 )
2020-08-24 10:49:43 +02:00
Marin Salinas
8166dad533
Merge pull request #5 from marinsalinas/step_cleanup_volumes
...
refactor: change step_cleanup_volumes to new OSC SDK
2020-08-21 15:03:47 -05:00
Marin Salinas
aba6e104ae
Merge pull request #6 from marinsalinas/step_security_group
...
Step Security Group
2020-08-21 13:33:30 -05:00
PacoDw
8274d4848c
chore: added forece_deregister in the test case to verify the step_deregister_omi
2020-08-21 13:30:21 -05:00
PacoDw
071854ea4a
chore: implemented OSC API in step_deregister_omi
2020-08-21 13:29:41 -05:00
PacoDw
a13dfe1f42
chore: added GetRegion() and NewOSCClientByRegion functions
2020-08-21 13:29:27 -05:00
PacoDw
60bd61dc18
chore: removed security group filter function, it was moved to step_security_group file
2020-08-21 11:31:00 -05:00
PacoDw
c3a4b60ea5
chore: implemented OSC API in step_security_group
2020-08-21 11:30:10 -05:00
Marin Salinas
7a45e4c8b0
refactor: change step tag bsu volumes to new OSC SDK
2020-08-21 10:40:14 -05:00
Marin Salinas
c58d6f9b33
refactor: migrate run vm step to new SDK
2020-08-21 10:10:25 -05:00
Adrien Delorme
7de6c21a8a
HCL: document contextual source variable usage ( #9799 )
...
It is possible to use ${source.name} and ${source.type}, this was not documented before
2020-08-21 13:37:08 +02:00
Adrien Delorme
f28c06a861
HCL: re-add the option to set a command for inspec ( #9800 )
2020-08-21 13:32:21 +02:00
Marin Salinas
6f0bb33c9a
refactor: change tags ssh file to new OSC SDK
2020-08-20 20:35:51 -05:00
Marin Salinas
e5c14044fb
refactor: change tags file to new OSC SDK
2020-08-20 19:12:38 -05:00
Marin Salinas
addc3dd6e7
refactor: change step_cleanup_volumes to new OSC SDK
2020-08-20 18:33:02 -05:00
Marin Salinas
d9a7626249
Merge pull request #4 from marinsalinas/step_public_ip
...
Step public ip
2020-08-20 18:04:03 -05:00
PacoDw
7745369dce
chore: set true associate_public_ip_address attribute to test the step_public_ip
2020-08-20 14:00:13 -05:00
PacoDw
86966ecfee
:chore: implemented OSC API in pre_public_ip step
2020-08-20 13:59:25 -05:00
Sylvia Moss
ada2a431ef
Modularise vCenter rest client ( #9793 )
2020-08-20 17:55:25 +02:00
Sylvia Moss
99800619b7
Add HCL2 examples to the virtualbox builders ( #9788 )
2020-08-20 15:43:38 +02:00
Megan Marsh
5b27fc7d61
update changelog
2020-08-19 07:43:03 -07:00
Sylvia Moss
a1524bf96a
Add option to also import OVF templates to the Content Library ( #9755 )
2020-08-19 13:20:25 +02:00
Megan Marsh
01d45d67c8
Merge pull request #9785 from hashicorp/document_7067
...
document workaround for upstream bug
2020-08-18 14:27:51 -07:00
Marin Salinas
6f6a656486
Merge pull request #3 from marinsalinas/step_key_pair
...
Step Key Pair
2020-08-18 16:20:35 -05:00
Megan Marsh
6307710485
document workaround for upstream bug
2020-08-18 14:12:14 -07:00
Megan Marsh
229e80bcba
Merge pull request #9784 from hashicorp/cleanup_local_vs_remote_output_directories
...
implement a remote_output_directory option, and heavily comment outpu…
2020-08-18 14:11:32 -07:00
PacoDw
232d5a3ce6
chore: changed oapi to osc
2020-08-18 15:06:00 -05:00
Megan Marsh
a2cfaace59
extract output dir configuration and defaulting into the step_output_dir, using pointers to make sure they get set properly back on the main config
2020-08-18 12:50:06 -07:00
Megan Marsh
3b2bedf794
implement a remote_output_directory option, and heavily comment output code
2020-08-18 12:50:00 -07:00
PacoDw
43e9d43ebd
chore: removed API attribute
2020-08-18 13:52:49 -05:00
Marin Salinas
7d8f28e1a3
Merge pull request #2 from marinsalinas/step_source_info
...
Step source info
2020-08-18 13:34:16 -05:00
Marin Salinas
8b2cdc5821
refactor: change step_network_info to new OSC SDK
2020-08-18 13:33:45 -05:00
Marin Salinas
8649496c6c
refactor: change new sdk on step_source_omi_info
2020-08-18 13:33:45 -05:00
Marin Salinas
daefa4d086
chore: update vendor dependencies
2020-08-18 13:33:45 -05:00
PacoDw
4431bb87b2
:chore: added api key to specify the API connection
2020-08-18 13:33:45 -05:00
PacoDw
823b957a1f
:chore: implemented OSC connection in pre_validate file
2020-08-18 13:33:45 -05:00
PacoDw
22481d1ac2
:chore: added OSC Connection in builder file
2020-08-18 13:32:38 -05:00
PacoDw
1fbe715c13
:chore: added OSC Connection in builder file
2020-08-18 12:23:39 -05:00
Wilken Rivera
20eeffee0d
integration/secretsmanager: Add support for AWS SharedConfig file ( #9781 )
...
This changes updates the AWS Secrets manager session authentication
logic to support reading the AWS configuration file for default
credentials and region settings, if they are not provided via
environment variables.
* Modify error output a little to remove stutter "error ... : error ...`
Results before change
```
unset AWS_REGION
⇶ ~/pkg/packer build amazon-ebs_secretsmanager_shell-local.json
template: root:1:3: executing "root" at <aws_secretsmanager `packer/test/keys`
`shell`>: error calling aws_secretsmanager: Error getting secret: MissingRegion:
could not find region configuration
```
Results after change
```
unset AWS_REGION
⇶ ~/pkg/packer build amazon-ebs_secretsmanager_shell-local.json
null: output will be in this color.
==> null: Running local shell script: /tmp/packer-shell721444992
null: powershell
Build 'null' finished after 4 milliseconds 121 microseconds.
==> Wait completed after 4 milliseconds 192 microseconds
==> Builds finished. The artifacts of successful builds are:
```
2020-08-18 10:51:48 -04:00
Megan Marsh
b0d2201d55
Merge pull request #9782 from hashicorp/fix_9151
...
fully destroy vm if it was cancelled or errored
2020-08-18 07:22:18 -07:00
Megan Marsh
0a5cd953fc
fully destroy vm if it was cancelled or errored
2020-08-17 14:07:58 -07:00
Megan Marsh
aa2418cf01
add progress tracker to vmware-esx iso upload. Add colored prefix to … ( #9779 )
...
* add progress tracker to vmware-esx iso upload. Add colored prefix to tracker to make it clear which build a tracker belongs to.
* fix mock; fix tests
2020-08-17 14:35:42 -04:00
Megan Marsh
c88ff4ec45
add colored prefix to progress tracker bar so it's clearer what build an uploading file belongs to ( #9780 )
2020-08-17 14:32:13 -04:00
Megan Marsh
d74b47b734
Merge pull request #9777 from hashicorp/fix_9756
...
Add aws_polling config option to override env variables
2020-08-17 10:49:38 -07:00
sylviamoss
3cdf1d6234
trigger netlify
2020-08-17 18:09:16 +02:00
sylviamoss
1a0d5a93ee
fix max_attempts typo
2020-08-17 17:58:22 +02:00
sylviamoss
788dc32598
add aws_polling config option to override env variables
2020-08-17 17:15:32 +02:00
PacoDw
1bfb2d9170
:chore: implemented transport file to make the OSC API Connection
2020-08-17 10:04:28 -05:00
PacoDw
1055007cba
:chore: added OSC API Client Connection
2020-08-17 10:02:00 -05:00