commit bfa9193594f3ee73afa2eda5cd5cb1f63b5358ed
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 29 14:12:39 2020 -0500
build: update to v4.4.0-alpha03
M go.mod
M go.sum
commit 7fefd8debe4bcc14859c38e0d97940f1525cea7f
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 25 14:26:42 2020 -0500
fix(drp-community-content): setup.tmpl should not use proxies
M content/templates/setup.tmpl
commit a1325324f2c78513b0f003b05bd74d4c8f346309
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 24 18:36:36 2020 -0500
feat(drp-community-content): add start of u20.04 bootenv/stage
A content/bootenvs/ubuntu-20.04-install.yml
A content/stages/ubuntu-20.04.yml
commit d67bb64d963dcdd01003d193827c051781b281a0
Author: Shane Gibson <shane@rackn.com>
Date: Sun Jun 28 17:14:42 2020 -0700
feat(packer-builder): Add no color output option as default
M packer-builder/content/tasks/packer-builder-build-image.yaml
commit d7fa6ffd32287c87882440419ef335480e29808b
Author: Shane Gibson <shane@rackn.com>
Date: Sun Jun 28 14:52:39 2020 -0700
feat(packer-builder): fix packer binary version
M packer-builder/packer/setup-tools.sh
commit 070314499d1a84ad674dbe4d444dc9f569eb568c
Author: Shane Gibson <shane@rackn.com>
Date: Sun Jun 28 14:46:45 2020 -0700
feat(packer-builder): Fixes and cleanup (for real)
M packer-builder/content/params/packer-builder-build-image.yaml
A packer-builder/content/params/packer-builder-git-branch.yaml
A packer-builder/content/params/packer-builder-work-dir.yaml
M packer-builder/content/tasks/packer-builder-build-image.yaml
M packer-builder/content/tasks/packer-builder-git-packer.yaml
M packer-builder/content/tasks/packer-builder-hypervisor-setup.yaml
D packer-builder/content/templates/packer-builder-git-packer.sh.tmpl
A packer-builder/content/templates/packer-builder-intall-tools.sh.tmpl
A packer-builder/content/workflows/packer-setup-only.yaml
M packer-builder/packer/setup-kvm.sh
M packer-builder/packer/setup-tools.sh
commit 5ea6681cc2cdc06bbe2c26c7e47bb462de6b0000
Author: Shane Gibson <shane@rackn.com>
Date: Sun Jun 28 12:55:49 2020 -0700
feat(packer-builder): Initial checkin of Packer Builder
A packer-builder/README.md
A packer-builder/content/._Author.meta
A packer-builder/content/._CodeSource.meta
A packer-builder/content/._Color.meta
A packer-builder/content/._Copyright.meta
A packer-builder/content/._Description.meta
A packer-builder/content/._DisplayName.meta
A packer-builder/content/._DocUrl.meta
A packer-builder/content/._Documentation.meta
A packer-builder/content/._Icon.meta
A packer-builder/content/._License.meta
A packer-builder/content/._Name.meta
A packer-builder/content/._Source.meta
A packer-builder/content/._Tags.meta
A packer-builder/content/._Type.meta
A packer-builder/content/params/packer-builder-build-image.yaml
A packer-builder/content/params/packer-builder-hypervisor.yaml
A packer-builder/content/params/packer-builder-make-override.yaml
A packer-builder/content/params/packer-builder-var-file.yaml
A packer-builder/content/stages/packer-builder-build-image.yaml
A packer-builder/content/stages/packer-builder-git-packer.yaml
A packer-builder/content/stages/packer-builder-prep.yaml
A packer-builder/content/tasks/packer-builder-build-image.yaml
A packer-builder/content/tasks/packer-builder-git-packer.yaml
A packer-builder/content/tasks/packer-builder-hypervisor-setup.yaml
A packer-builder/content/tasks/packer-builder-intall-tools.yaml
A packer-builder/content/templates/packer-builder-git-packer.sh.tmpl
A packer-builder/content/templates/packer-builder-hypervisor-setup-kvm.sh.tmpl
A packer-builder/content/workflows/packer-build-image-only.yaml
A packer-builder/content/workflows/packer-setup-and-build.yaml
A packer-builder/packer/.gitignore
A packer-builder/packer/LICENSE
A packer-builder/packer/Makefile
A packer-builder/packer/README.md
A packer-builder/packer/STATUS.md
A packer-builder/packer/alpine-test.sh
A packer-builder/packer/do-win10
A packer-builder/packer/do-win2019
A packer-builder/packer/linux-ubuntu-1804.json
A packer-builder/packer/linux-ubuntu-1804/kickseed
A packer-builder/packer/linux-ubuntu-1804/preseed-ubuntu-1804
A packer-builder/packer/scripts/additional/Vagrantfile
A packer-builder/packer/scripts/additional/mount-system-partition.ps1
A packer-builder/packer/scripts/additional/provision-adk.ps1
A packer-builder/packer/scripts/additional/provision-chocolatey.ps1
A packer-builder/packer/scripts/additional/ps.ps1
A packer-builder/packer/scripts/additional/summary.ps1
A packer-builder/packer/scripts/disable-windows-updates.ps1
A packer-builder/packer/scripts/eject-media.ps1
A packer-builder/packer/scripts/enable-remote-desktop.ps1
A packer-builder/packer/scripts/get-windows-updates-from-packer-log.sh
A packer-builder/packer/scripts/install-choco-packages.ps1
A packer-builder/packer/scripts/install-chocolatey.ps1
A packer-builder/packer/scripts/libvirt-fix-cpu-driver.ps1
A packer-builder/packer/scripts/make-setup.sh
A packer-builder/packer/scripts/optimize.ps1
A packer-builder/packer/scripts/post-processor-check.sh
A packer-builder/packer/scripts/post-processor-convert.sh
A packer-builder/packer/scripts/provision-cloudbase-init.ps1
A packer-builder/packer/scripts/provision-openssh.ps1
A packer-builder/packer/scripts/provision-powershell.ps1
A packer-builder/packer/scripts/provision.ps1
A packer-builder/packer/scripts/rackn-cleanup.sh
A packer-builder/packer/scripts/rackn-setup.ps1
A packer-builder/packer/scripts/rackn-setup.sh
A packer-builder/packer/scripts/virtualbox-prevent-vboxsrv-resolution-delay.ps1
A packer-builder/packer/scripts/vmtools.ps1
A packer-builder/packer/scripts/winrm.ps1
A packer-builder/packer/setup-kvm.sh
A packer-builder/packer/setup-tools.sh
A packer-builder/packer/spice.snippet.txt
A packer-builder/packer/templates/Vagrantfile-uefi.template
A packer-builder/packer/templates/Vagrantfile.template
A packer-builder/packer/variables-scratch.json
A packer-builder/packer/variables.json
A packer-builder/packer/windows-10-1903.json
A packer-builder/packer/windows-10-1909.json
A packer-builder/packer/windows-10-vsphere.json
A packer-builder/packer/windows-10.json
A packer-builder/packer/windows-10/autounattend.xml
A packer-builder/packer/windows-2012-r2.json
A packer-builder/packer/windows-2012-r2/autounattend.xml
A packer-builder/packer/windows-2016-vsphere.json
A packer-builder/packer/windows-2016.json
A packer-builder/packer/windows-2016/autounattend.xml
A packer-builder/packer/windows-2019-uefi.json
A packer-builder/packer/windows-2019-uefi/autounattend.xml
A packer-builder/packer/windows-2019-vsphere.json
A packer-builder/packer/windows-2019.json
A packer-builder/packer/windows-2019/autounattend.xml
commit c9bf539a14dfa77af8abee8e498593f716f3864e
Author: Shane Gibson <shane@rackn.com>
Date: Fri Jun 26 09:56:51 2020 -0700
fix(vmware-lib): Change the container context to match dockerhub images
M vmware-lib/content/contexts/govc.yaml
M vmware-lib/content/contexts/vcsa-deploy.yaml
commit 1bbf35ca7add6cc6164fbe357e9f85a8e3c93abd
Author: Rob Hirschfeld <rob@rackn.com>
Date: Thu Jun 25 16:25:13 2020 -0500
refactor(provision-content): reorder to set prefs first
M content/stages/bootstrap-base.yaml
commit 751518fe9e5335c9f41f74517ff794de640892d1
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Jun 18 11:49:45 2020 -0500
feat(agent): Add content for installing the agent.
This adds content for installing drpcli in Agent mode on supported
operating systems, and modifies Sledgehammer to use this functionality
instead of the runner template.
M content/bootenvs/sledgehammer.yml
A content/params/drp-agent.auto-update.yaml
A content/params/drp-agent.skip-runnable.yaml
A content/stages/drp-agent.yaml
A content/tasks/drp-agent-install.yaml
M content/tasks/set-machine-ip.yaml
A content/templates/drp-agent-cfg.yaml.tmpl
M drp-prom-mon/profiles/install-grafana.yml
M image-builder/._Documentation.meta
M image-builder/workflows/image-builder-centos.yaml
M image-builder/workflows/image-builder-rhel.yaml
M image-builder/workflows/image-builder-ubuntu-bionic.yaml
M integrations/rose/new-packet-cluster.tf
M krib/workflows/krib-install-cluster.yaml
M os-other/workflows/rhel-server-7-install.yaml
M proxmox/content/._Documentation.meta
M proxmox/content/workflows/lab-drp-setup.yaml
M rose/workflows/rose-install-cluster.yaml
M task-library/workflows/centos-7-base.yaml
M task-library/workflows/centos-base.yaml
M task-library/workflows/fedora-base.yaml
M task-library/workflows/ubuntu-base.yaml
M validation/stages/validation-post-install.yaml
commit b9aa03c5d94c377f81ce6c0fd850eda6dea669ca
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Thu Jun 18 09:40:00 2020 -0500
feat(centos7): Add a centos-7-base workflow
A task-library/workflows/centos-7-base.yaml
commit bb5e2dccbdcdf691523dc67bb132425514ca453e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 24 11:38:43 2020 -0500
build: add aws cli to travis
M .travis.yml
commit 115489513d8c8482abb96740a45cf847e0e73872
Author: Shane Gibson <shane@rackn.com>
Date: Tue Jun 23 16:11:10 2020 -0700
enhance(drp-community-content): Add Machine object name set Stage from Param 'hostname'
A content/stages/set-machine-name-from-hostname.yaml
M content/tasks/set-hostname.yaml
A content/tasks/set-machine-name-from-hostname.yaml
M content/templates/set-hostname.sh.tmpl
A content/templates/set-machine-name-from-hostname.sh.tmpl
commit 803dd81540e3682d11e5be389c36eae399e06f3e
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 17:23:31 2020 -0500
docs: Fix formatting errors in docs
M content/params/access-keys-global.yaml
M content/params/access-keys-shared.yaml
M content/params/access-keys.yaml
M content/tasks/ssh-access.yaml
commit 91fefcf0142688df2e50fe041554d5fc0003d396
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Jun 23 15:02:33 2020 -0500
doc(content): add Meta.type to all items
M content/bootenvs/centos-7.6.1810.yml
M content/bootenvs/centos-7.7.1908.yml
M content/bootenvs/centos-7.8.2003.yml
M content/bootenvs/centos-7.yml
M content/bootenvs/centos-8.yml
M content/bootenvs/custom-ipxe.yaml
M content/bootenvs/debian-8.yml
M content/bootenvs/debian-9.yml
M content/bootenvs/discovery.yml
M content/bootenvs/fedora-31.yml
M content/bootenvs/sledgehammer.yml
M content/bootenvs/ubuntu-16.04.yml
M content/bootenvs/ubuntu-18.04-arm64-hwe.yml
M content/bootenvs/ubuntu-18.04.yml
M content/params/access-ssh-root-mode.yaml
M content/params/catalog_url.yaml
M content/params/cloud-availability-zone.yaml
M content/params/cloud-instance-id.yaml
M content/params/cloud-instance-type.yaml
M content/params/cloud-public-hostname.yaml
M content/params/cloud-public-ipv4.yaml
M content/params/cloud-vendor.yaml
M content/params/custom-ipxe.yaml
M content/params/detected-bios-mode.yaml
M content/params/dns-domain.yaml
M content/params/dns-search-domains.yaml
M content/params/dns-servers.yaml
M content/params/erase-hard-disk-set.yaml
M content/params/extra-packages.yaml
M content/params/gohai-inventory.yaml
M content/params/gohai-skip.yaml
M content/params/hostname.yaml
M content/params/kernel-console.yaml
M content/params/kernel-options.yaml
M content/params/kexec-ok.yaml
M content/params/kickstart-base-packages.yaml
M content/params/last-boot-macaddr.yaml
M content/params/local-repo.yaml
M content/params/local-security-repo.yaml
M content/params/machine-meta.color.yaml
M content/params/machine-meta.icon.yaml
M content/params/machine-plugin.yaml
M content/params/net-interface-config.yaml
M content/params/net-interface-topology.yaml
M content/params/ntp-servers.yaml
M content/params/operating-system-disk.yaml
M content/params/package-repositories.yaml
M content/params/part-scheme.yaml
M content/params/provisioner-default-fullname.yaml
M content/params/provisioner-default-password-hash.yaml
M content/params/provisioner-default-uid.yaml
M content/params/provisioner-default-user.yaml
M content/params/proxy-servers.yaml
M content/params/rs-debug-enable.yaml
M content/params/runner-tmpdir.yaml
M content/params/select-kickseed.yaml
M content/params/sledgehamer-enforce.yaml
M content/params/sledgehamer-reboot-if-not-in-sledgehammer.yaml
M content/params/start-over.yaml
M content/params/timezone.yaml
M content/params/ubuntu-hwe-kernel.yaml
M content/params/ux-air-gap.yaml
M content/params/zero-hard-disks-for-os-install.yaml
M content/profiles/root-access-example.yml
M content/stages/aws-discover.yaml
M content/stages/bootstrap-base.yaml
M content/stages/centos-7.6.1810.yml
M content/stages/centos-7.7.1908.yml
M content/stages/centos-7.yml
M content/stages/centos-8.yml
M content/stages/centos-setup-repos.yaml
M content/stages/complete-nobootenv.yaml
M content/stages/complete-nowait.yaml
M content/stages/complete.yml
M content/stages/debian-8.yml
M content/stages/debian-9.yml
M content/stages/discover-no-gohai.yaml
M content/stages/discover-nobootenv.yaml
M content/stages/discover.yaml
M content/stages/enforce-sledgehammer.yaml
M content/stages/erase-hard-disk-set.yaml
M content/stages/exit-context.yaml
M content/stages/fedora-31.yml
M content/stages/finish-install.yaml
M content/stages/gce-discover.yaml
M content/stages/lock-machine.yaml
M content/stages/machine-meta.yaml
M content/stages/prep-install.yaml
M content/stages/reorder-uefi-bootorder.yaml
M content/stages/sledgehammer-wait.yaml
M content/stages/ubuntu-16.04.yml
M content/stages/ubuntu-18.04-arm64-hwe.yml
M content/stages/ubuntu-18.04.yml
M content/stages/write-sledgehammer-to-disk.yaml
M content/tasks/aws-discover.yaml
M content/tasks/bootstrap-discovery-iso.yaml
M content/tasks/bootstrap-prefs.yaml
M content/tasks/bootstrap-ssh.yaml
M content/tasks/centos-drp-only-repos.yaml
M content/tasks/configure-network.yaml
M content/tasks/enforce-sledgehammer.yaml
M content/tasks/erase-hard-disk-set.yaml
M content/tasks/erase-hard-disks-for-os-install.yaml
M content/tasks/fix-uefi-boot-order.yaml
M content/tasks/gce-discover.yaml
M content/tasks/gohai.yaml
M content/tasks/lock-machine.yaml
M content/tasks/machine-meta-setter.yaml
M content/tasks/set-hostname.yaml
M content/tasks/set-machine-ip-joinup.yaml
M content/tasks/set-machine-ip.yaml
M content/tasks/ubuntu-drp-only-repos.yaml
M content/tasks/write-sledgehammer-to-disk.yaml
M content/workflows/bootstrap-base.yaml
M content/workflows/discover-base.yaml
commit 80550565daaf854b5e089438addebc65bc495c05
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 15:17:23 2020 -0500
docs(rel-notes): fix duplicate refs
M tools/build_rel_notes.sh
commit 934f060c581b40d529e38109bc3b19a1a2fdc978
Author: Daniel Speichert <Daniel_Speichert@comcast.com>
Date: Wed Apr 8 12:41:01 2020 -0400
task-library: allow download-tools to use proxy
A content/params/no-proxy.yaml
M task-library/templates/download-tools.tmpl
commit f9bac594787dba3b0183748088700ecea02195dd
Author: Daniel Speichert <Daniel_Speichert@comcast.com>
Date: Mon Apr 13 15:57:14 2020 -0400
krib: Fix for metallb configs
M krib/templates/krib-metallb.sh.tmpl
commit 6033e6503b495240c48b9daf0cab5c68e2a5dd15
Author: Daniel Speichert <Daniel_Speichert@comcast.com>
Date: Mon Jun 22 15:42:23 2020 -0400
krib: move to use download() and apply proxy when necessary
MetalLB manifests are updated per newest installation instructions.
M krib/templates/krib-config.sh.tmpl
M krib/templates/krib-dashboard.sh.tmpl
M krib/templates/krib-helm-init.sh.tmpl
M krib/templates/krib-ingress-nginx-tillerless.sh.tmpl
M krib/templates/krib-ingress-nginx.sh.tmpl
M krib/templates/krib-metallb.sh.tmpl
M krib/templates/krib-runtime-install.sh.tmpl
A krib/templates/krib-runtime-proxy.tmpl
commit 62253e7a1bd0df2dcefedc92b9289d72295e22d2
Author: Daniel Speichert <Daniel_Speichert@comcast.com>
Date: Mon Jun 22 15:43:59 2020 -0400
krib: docker/apply-http-proxy param to install proxy env vars
Applies HTTP_PROXY and NO_PROXY from proxy-servers and no-proxy env vars.
A krib/params/docker-apply-http-proxy.yaml
M krib/templates/docker-install.sh.tmpl
commit af38c804ff50fe826473482a21973af342497d28
Author: Daniel Speichert <Daniel_Speichert@comcast.com>
Date: Mon Jun 22 15:35:08 2020 -0400
krib: fix metallb upstream branch name
M krib/params/krib-metallb-version.yaml
commit 3ccf2ad4f1b2cccbf30308c7f3b00c7b9652a4f8
Author: Rob Hirschfeld <rob@rackn.com>
Date: Sat Jun 20 12:49:32 2020 -0500
refactor(contents): add multiple scopes for access-keys
doc(content): update icons and add docs
A content/params/access-keys-global.yaml
A content/params/access-keys-shared.yaml
M content/params/access-keys.yaml
M content/stages/ssh-access.yaml
M content/tasks/ssh-access.yaml
M content/templates/access-keys.sh.tmpl
commit 5e84bbd2d3198b1902ffef58e36a4dd37cdd9afa
Author: Shane Gibson <shane@rackn.com>
Date: Thu Jun 18 21:16:58 2020 -0700
enhance(dev-library): Add Hello World workflow
A dev-library/stages/hello-world.yaml
A dev-library/tasks/hello-world.yaml
A dev-library/workflows/hello-world.yaml
commit e10833a950cf1dd011a8b08f635f1a875555f54f
Author: Rob Hirschfeld <rob@rackn.com>
Date: Wed Jun 17 12:11:54 2020 -0500
refactor(task-library): if missing, create the runner context during docker context bootstrap
M task-library/tasks/bootstrap-contexts.yaml
commit 8e0bfe482310338ef12401685894ee962a1caf7e
Author: Rob Hirschfeld <rob@rackn.com>
Date: Tue Jun 16 15:00:01 2020 -0500
doc(burnin): start adding type to meta data
A burnin/._Type.meta
M burnin/params/burnin-cpumem-duration.yml
M burnin/params/burnin-cpumem-memory-reserve.yml
M burnin/params/burnin-disk-destructive.yml
M burnin/params/burnin-disk-test-ssd.yml
M burnin/params/burnin-reboot-count.yml
M burnin/params/burnin-reboot-progress.yml
M burnin/params/burnin-reboot-skip.yml
M burnin/params/burnin-skip.yml
M burnin/stages/burnin-reboot.yml
M burnin/stages/burnin-reset.yml
M burnin/stages/burnin.yml
M burnin/stages/shred.yml
M burnin/tasks/burnin_complete.yml
M burnin/tasks/burnin_reboot.yml
M burnin/tasks/burnin_reboot_reset.yml
M burnin/tasks/burnin_reset.yml
M burnin/tasks/cpumem_stress.yml
M burnin/tasks/disk_stress.yml
M burnin/tasks/shred.yml
M content/stages/discover-no-gohai.yaml
M content/stages/discover-nobootenv.yaml
commit 853c77418adabeee6be6b04f08a41c91fd9ca44f
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 16 13:38:54 2020 -0500
build: add rel_note building
M .travis.yml
A tools/build_rel_notes.sh
commit 7802a038ff3d0cf8efa7ca5cac75ec8d576bdf0a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 16 10:34:01 2020 -0500
fix(flash): in flash-list, curl doesn't die on 404 and should
M flash/tasks/dell-firmware-flash-list.yml
M flash/tasks/hpe-firmware-flash-list.yml
M flash/tasks/lenovo-firmware-flash-list.yml
commit 6915a5d73b30cc0febbc81d6648dd43606a7b1e0
Author: Shane Gibson <shane@rackn.com>
Date: Mon Jun 15 15:38:20 2020 -0700
enhance(vmware-lib): Add Tags and Prerequisites
A vmware-lib/._Prerequisites.meta
A vmware-lib/._Tags.meta
commit 15a8246c8b3ddb93da71f3fc173dc92ca4d4c8e7
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Sun Jun 14 16:39:58 2020 -0500
docs: tweak README
M README.rst
End of Note