commit 4f695b602a12bdd9e78aa9acb408dfd9cf9cbede
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Mar 2 10:05:33 2018 -0600
Add icons/color to local/none bootenvs
M api/bootenv_test.go
M api/contents_test.go
M cli/test-data/output/TestBootEnvCli/bootenvs.list.2/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.3/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.33d4eb22c5df62e83097c23fc4597c5a/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.4/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.5/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.708af06cd4868a90764f58b0dd2011f9/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.Available=true/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.Name=ignore/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.OnlyUnknown=false/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.OnlyUnknown=true/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.ReadOnly=true/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list.Valid=true/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.list/stdout.expect
M cli/test-data/output/TestBootEnvCli/bootenvs.show.ignore/stdout.expect
M cli/test-data/output/TestCorePieces/2df325711fa0d8b85ba33f9846817da8/stdout.expect
M cli/test-data/output/TestCorePieces/a98887b36060c32b63908a01f0020907/stdout.expect
commit 40e5142bd17c80f85847daf4f5e5d71ddc236d24
Author: Shane Gibson <shane@rackn.com>
Date: Thu Mar 1 07:06:08 2018 -0800
FAQ entry for non-fatal lpxelinux file not found
M doc/faq-troubleshooting.rst
commit 587cf101614fe156038b695874fc2fa0867247dc
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Feb 28 16:28:38 2018 -0600
Mkdir the path for task files.
M api/jobs.go
commit 84fc412ab38824faa4944fb84b8958ef4df94b92
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Wed Feb 28 13:42:56 2018 -0600
In order to assist the UX in figuring out subnet configuration,
the interface object now has three new fields.
DnsServers - a list of strings that are the DnsServers configured on the
DRP Endpoint. This can be used to help Subnet definition.
DnsDomain - a string that represents that domain in the /etc/resolv.conf
file or the host's domain if that isn't specified.
Gateway - The gateway address for the interface if specified. This way
the default gateway can be set for subnets that we know are using that
gateway.
The UX is updated to populate default options with these values if
present.
This PR also fixes a bug in the bundler command that would take invalid
yaml files and create empty objects.
M api/content.go
M models/interface.go
commit 666f367c89867f8039646daa2c6a0d1e884463e7
Author: Shane Gibson <shane@rackn.com>
Date: Mon Feb 26 10:51:20 2018 -0800
add Release Notes section
M doc/release.rst
End of Note