commit e9836ff807de28ce17a16c5ac9aff30d9d5f44d7
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Mon Jun 29 12:12:24 2020 -0500
fix(pool): Fix pool validate to generate consistent errors
M models/pool.go
commit 56c07eb0300f3c53ba1bc291805fa5718530726f
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Jun 22 12:25:18 2020 -0500
feat(override-bootenvs): Add basic bootenv override functions.
We need a mechanism to allow for dynamic override of bootenvs to reign
in the bootenv explosions being caused by ESXi and others, and to
allow for user customizations of bootenvs that do not result in having
to copy everything that uses those bootenvs.
Along the way, switch to using deepcopy instead of JSON for model
cloning purposes.
M go.mod
M go.sum
M models/bootenv.go
M models/utils.go
commit e7e0f8d21301571512d73b3dffac77dfa8960fe0
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Jun 24 12:40:16 2020 -0500
fix(pool) - add validate to the model
M models/pool.go
commit f1435ca2ff0c11f42749ff7e8eafbce49f4e744a
Author: Shane Gibson <shane@rackn.com>
Date: Wed Jun 24 10:00:02 2020 -0700
bug(doc): Fix spelling, add install example
M doc/setup/kvm.rst
commit 8dd0f82e875c00dec4e0c74c1a59140eaf9dba4c
Author: Shane Gibson <shane@rackn.com>
Date: Wed Jun 24 09:54:39 2020 -0700
bug(doc): Fix broken RST in KVM setup doc
M doc/setup/kvm.rst
commit e35ea0c2b691326cace4cc56d560b7eb8eb9e703
Author: Shane Gibson <shane@rackn.com>
Date: Tue Jun 23 19:29:50 2020 -0700
enhance(doc): Add KVM Setup environment document
A doc/setup/kvm.rst
commit 506889bbfe8f0cf450691c60fe6c17ebf940a53b
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 18:09:10 2020 -0500
docs: fix more formatting issues
M doc/arch/provision.rst
M doc/setup/esxi.rst
commit 58a5d6f3f39d163da263238d45e98fb8e55992f5
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 18 21:46:42 2020 -0500
docs: Add ux rel_notes
M conf.py
A doc/rel_notes/rackn-ux/.keep-me
M doc/release.rst
commit de241b55365508c793025a62626ecebec934c404
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 14:39:03 2020 -0500
docs(rel_notes): fix duplicate refs.
M tools/build_rel_notes.sh
commit 5addb080cab51542fe61d3ff7689c0ce62141074
Author: Carl Perry <carlp@rackn.com>
Date: Tue Jun 23 14:01:50 2020 -0500
More minor edits
M doc/setup/hyper-v.rst
commit 7a9a4d2ccb9aa176e67b5ee8d8a993c1b19e1079
Author: Carl Perry <carlp@rackn.com>
Date: Tue Jun 23 13:58:32 2020 -0500
Minor corrections based on feedback
M doc/setup/hyper-v.rst
commit 370187408a059186f2ec0e5f38e4164bf98dfe00
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Jun 22 22:24:01 2020 -0500
fix(whoami): Ignore obviously terrible DMI information
So, it turns out there are lists of known lying serial and asset
information that we should filter out when calculating a fingerprint.
Filter that stuff out.
M models/whoami.go
commit 26e2b2b32a4fd7ca6435be94fbbe3c89420eda02
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Jun 19 09:57:06 2020 -0500
build: update sprig to v3.1.0 (need get function)
M go.mod
M go.sum
M models/templateInfo.go
commit 92caa5c9baf6f51922c2ad2863bd6cb47bd213b3
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Thu Jun 18 21:38:42 2020 -0500
docs: more release notes
This has lots of errors for the moment. It will get better.
M conf.py
A doc/rel_notes/drp-content/.keep_me
A doc/rel_notes/drp-plugins/.keep_me
A doc/rel_notes/drp-server/.keep_me
A doc/rel_notes/rackn-cohesity/.keep_me
A doc/rel_notes/rackn-plugins/.keep_me
A doc/rel_notes/rackn-solidfire/.keep_me
M doc/release.rst
commit 3a73d65e9227840fa8d46bb9c7222e16ede8ba5b
Author: Carl Perry <carlp@rackn.com>
Date: Thu Jun 18 11:32:04 2020 -0500
docs: Add example configuration for Hyper-V environment
Adds detailed description on how to build a DRP environment
targeted at Hyper-V for Windows 10 Pro or Enterprise. Can be
adapted to work with Hyper-V Hypervisor as well. Builds a complete
lab environment with a target machine and a DRP Endpoint using
the stable branch installer. The endpoint runs on a Debain 10
Virtual Machine, and one or more target Virtual Machines. The
target instaces are network isolated to allow for reproduction
of other environments with conflicting IP space.
A doc/setup/hyper-v.rst
commit 4a6443b3889606ced19d1a00aeecac9228b703cd
Author: Rob Hirschfeld <rob@rackn.com>
Date: Mon Feb 10 16:12:31 2020 -0600
make hard link more obvious
M doc/install.rst
End of Note