Commit Graph

436 Commits

Author SHA1 Message Date
daniel
dc747b585c added centos8-netinstall 2021-04-15 18:02:41 +02:00
Daniel Koschützki
de46204943 removed centos8 json example and kickstart 2021-04-15 16:14:49 +02:00
daniel
846ee51b46 Added a commented example of a centos8 build 2021-04-15 16:14:49 +02:00
daniel
efa6074a16 added local DVD install example 2021-04-15 16:14:49 +02:00
daniel
5dcec23317 added centos8-netinstall 2021-04-15 16:14:49 +02:00
Daniel Koschützki
76cc31fe6c Moved some files around ind docs/ 2021-04-15 16:14:49 +02:00
Dom Del Nano
ab6bbcea17 Update docs on and remove it from the examples in favor of the default behavior 2021-04-15 16:14:30 +02:00
Dom Del Nano
e9eae458a5 Update go.mod to reflect currently supported go version 2021-04-15 16:14:12 +02:00
Dom Del Nano
dbe697b852 Add a shared vm cleanup struct and function and ensure that the wait for ip step uses it 2021-04-15 16:14:12 +02:00
Dom Del Nano
ebbd6180b9 Use consistent naming for variable types 2021-04-15 16:14:12 +02:00
Dom Del Nano
5db3c95954 Add documentation for the network_names configuration option 2021-04-15 16:14:12 +02:00
Ariel Sandor
393edf4050 Update step_type_boot_command.go 2021-04-15 16:14:12 +02:00
Ariel Sandor
f566af1fae Update step_type_boot_command.go 2021-04-15 16:14:12 +02:00
Ariel Sandor
02d6278161 Replace conn master host > instance host 2021-04-15 16:14:12 +02:00
Dom Del Nano
649093bae2 Fix issues with ubuntu example 2021-04-15 16:14:12 +02:00
Dom Del Nano
9dded619c1 Remove prerelease suffix 2021-04-15 16:13:41 +02:00
Dom Del Nano
ff088d432f Add v prefix to version number 2021-04-15 16:13:41 +02:00
Dom Del Nano
8189a3f53c Update release version in main.go 2021-04-15 16:13:41 +02:00
Dom Del Nano
f3c88bc352 Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade 2021-04-15 16:13:41 +02:00
Dom Del Nano
3d6c58d35c Use go 1.16 2021-04-15 16:13:41 +02:00
Dom Del Nano
8b81550553 Use go 1.14 2021-04-15 16:13:41 +02:00
Dom Del Nano
6fd58d98e9 Another fix 2021-04-15 16:12:46 +02:00
Dom Del Nano
990069d2fd Don't run unit test on goreleaser 2021-04-15 16:12:46 +02:00
Dom Del Nano
d192d78cd9 Update goreleaser with the packer template 2021-04-15 16:12:46 +02:00
Dom Del Nano
a054887730 Use go 1.16 2021-04-15 16:12:46 +02:00
Dom Del Nano
2efce1b15b Add github workflow to master for #10: 2021-04-15 16:12:46 +02:00
Daniel Koschützki
29b2cc790b Removed the ubuntu specific section from examples/readme 2021-04-14 14:53:05 +02:00
Daniel Koschützki
8a95bb4c21 Merge branch 'add-more-examples' of github.com:4censord/packer-builder-xenserver into add-more-examples 2021-04-14 14:51:08 +02:00
Daniel Koschützki
92ab62aca0 Update the Ubuntu example to hcl and packer init 2021-04-14 14:44:41 +02:00
Daniel Koschützki
34779f1b85 Added packer init to Examples.md 2021-04-14 14:44:41 +02:00
Daniel Koschützki
b403283198 updated the example readme 2021-04-14 14:44:41 +02:00
Daniel Koschützki
4ba3117ab9 Added packer init and explanation to the commented example 2021-04-14 14:44:41 +02:00
Daniel Koschützki
cd705b51f9 Added the packer init block to the local and netinstall centos example 2021-04-14 14:44:41 +02:00
Daniel Koschützki
7f0fdc9f59 Updated examples/readme.md for the ubuntu example 2021-04-14 14:44:41 +02:00
Daniel Koschützki
d2e851bdfe removed centos8 json example and kickstart 2021-04-14 14:44:41 +02:00
daniel
5533ec97a5 Added a commented example of a centos8 build 2021-04-14 14:44: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
Daniel Koschützki
06436ebde5 Updated examples/readme.md for the ubuntu example 2021-03-12 22:20:09 +01:00
Daniel Koschützki
00934875d1 removed centos8 json example and kickstart 2021-03-12 22:19:08 +01:00