Commit Graph

246 Commits

Author SHA1 Message Date
Daniel Koschützki
da63294ed4 Added the packer init block to the local and netinstall centos example 2021-04-15 18:03:55 +02:00
Daniel Koschützki
8a32e10dc3 Updated examples/readme.md for the ubuntu example 2021-04-15 18:03:55 +02:00
Daniel Koschützki
81c219f5fb removed centos8 json example and kickstart 2021-04-15 18:03:55 +02:00
daniel
b06e8e4c22 Added a commented example of a centos8 build 2021-04-15 18:02:41 +02:00
Daniel Koschützki
9156283acd Moved some files around ind docs/ 2021-04-15 18:02:41 +02:00
daniel
0d9c90bfb3 Added a commented example of a centos8 build 2021-04-15 18:02:41 +02:00
daniel
5f97c22606 added local DVD install example 2021-04-15 18:02:41 +02:00
daniel
fb4d888419 updated examples/README.md to refekt current state 2021-04-15 18:02:41 +02:00
daniel
dc747b585c added centos8-netinstall 2021-04-15 18:02:41 +02:00
Dom Del Nano
a472fd2b02
Merge pull request #20 from ddelnano/update-shutdown-docs
Update docs on  and remove it from the examples in favor of the default behavior
2021-03-30 22:48:30 -07:00
Dom Del Nano
8835d6069f Update docs on and remove it from the examples in favor of the default behavior 2021-03-30 22:46:14 -07:00
Dom Del Nano
e4b9d11d85
Merge pull request #18 from ddelnano/ensure-vm-is-cleaned-up-on-wait-for-ip-step
Ensure vm is cleaned up when build is interrupted on the wait for ip step
2021-03-23 23:41:55 -07:00
Dom Del Nano
fd4034839f Update go.mod to reflect currently supported go version 2021-03-23 23:36:50 -07:00
Dom Del Nano
5a484e08d0 Add a shared vm cleanup struct and function and ensure that the wait for ip step uses it 2021-03-23 23:36:34 -07:00
Dom Del Nano
cefc156ea4
Merge pull request #17 from ddelnano/add-documentation-for-network-names
Add documentation for the `network_names` configuration option
2021-03-23 22:45:50 -07:00
Dom Del Nano
30f276e4da Use consistent naming for variable types 2021-03-23 22:44:10 -07:00
Dom Del Nano
aec4d8e24c Add documentation for the network_names configuration option 2021-03-23 22:42:26 -07:00
Dom Del Nano
20da456f23
Merge pull request #15 from ebrainte/master
Replace conn master host > instance host
2021-03-16 19:40:13 -07:00
Ariel Sandor
64fb82b190
Update step_type_boot_command.go 2021-03-16 09:13:24 -03:00
Ariel Sandor
fb1d23ca8e
Update step_type_boot_command.go 2021-03-16 09:09:39 -03:00
Ariel Sandor
dbff7f1ada Replace conn master host > instance host 2021-03-15 10:00:20 -03:00
Dom Del Nano
a7026bb1fe
Merge pull request #13 from ddelnano/upgrade-to-packer-sdk
Upgrade to packer sdk
2021-03-10 20:56:34 -08:00
Dom Del Nano
33cca1ae7d Fix issues with ubuntu example 2021-03-09 23:31:01 -08:00
Dom Del Nano
870a6d1475 Remove prerelease suffix 2021-03-09 22:29:34 -08:00
Dom Del Nano
ea75b25c5e Add v prefix to version number 2021-03-09 22:08:44 -08:00
Dom Del Nano
794e5834eb Update release version in main.go 2021-03-09 21:49:53 -08:00
Dom Del Nano
4f96ba4bad Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade 2021-03-09 21:30:51 -08:00
Dom Del Nano
f854587116 Use go 1.16 2021-03-09 21:16:49 -08:00
Dom Del Nano
ce98892ce2 Use go 1.16 2021-03-09 21:13:18 -08:00
Dom Del Nano
63821d62e0 Add github workflow to master for #10: 2021-03-09 20:52:39 -08:00
Dom Del Nano
51ed1d7c5a Use go 1.14 2021-03-09 20:52:02 -08:00
Dom Del Nano
f71febe2e1 Add github workflow on release 2021-03-09 20:50:20 -08:00
Dom Del Nano
705baaa476 Another fix 2021-03-09 00:03:23 -08:00
Dom Del Nano
a0c3a73803 Don't run unit test on goreleaser 2021-03-08 23:59:41 -08:00
Dom Del Nano
4632737bdc Update goreleaser with the packer template 2021-03-08 23:55:10 -08:00
Daniel Koschützki
657145a852 ran gofmt 2021-02-24 00:02:50 +01:00
Daniel Koschützki
68ad75e139 removed no longer needed plugin/ dir
with the new sdk version a new rpc server was introduced that seamlessly
handles multiple builder types.
2021-02-24 00:02:32 +01:00
Daniel Koschützki
5414483285 updated the readme 2021-02-23 23:58:09 +01:00
Daniel Koschützki
000bba48b3 added a new main with the new rpc server 2021-02-23 23:54:28 +01:00
Daniel Koschützki
9d066f31d1 Ran the migrator tool from hashicorp and fixed all resulting compile errors 2021-02-23 23:54:28 +01:00
Daniel Koschützki
2266bc8af7 removed KeyboardInteractive from ssh auth methods
packer doesn't seem to support KeyboardInteractive ssh authentication
anymore
2021-02-23 23:54:28 +01:00
Daniel Koschützki
b380fa3a13 ran go mod tidy 2021-02-23 23:54:28 +01:00
Daniel Koschützki
945160857e added vendor/* to .gitignore
added packer-plugin-xenserver to .gitignore
2021-02-23 23:54:28 +01:00
Dom Del Nano
fbb343a371
Update README.md 2021-01-13 23:10:33 -08:00
Dom Del Nano
f584aa6a5c
Merge pull request #5 from ddelnano/upgrade-to-latest-packer-version
Upgrade builder to latest packer version
2021-01-13 23:00:43 -08:00
Dom Del Nano
906728b229 Upgrade packer and ensure that provisioners work 2021-01-13 22:15:33 -08:00
Dom Del Nano
8526cde728 Add hcl2 spec configuration and fix tests 2021-01-03 19:21:11 -08:00
Dom Del Nano
3d078501fd Upgrade packer to v1.6.5 2021-01-03 14:08:24 -08:00
Dom Del Nano
1a562a2190
Merge pull request #3 from ddelnano/add-examples-of-using-packer-builder
Add start of centos 8 and ubuntu 20.04 examples
2021-01-03 00:19:58 -08:00
Dom Del Nano
4869b524d8 Remove unnecesary step 2021-01-03 00:00:06 -08:00