This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from digitalrebar/content-reorg
Content reorg
- Loading branch information
Showing
79 changed files
with
1,263 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
This is some notes to remind Greg about how this gets built in travis. | ||
|
||
e-info.tgz.enc is an encrypted tar ball that contains the following files: | ||
cicd | ||
cicd.pub | ||
dr_info | ||
|
||
cicd and cicd.pub are private/public keys that are registered with RackN to be injected into the | ||
created nodes in packet. all the test commands use those keys. | ||
|
||
dr_info is the packet variables needed to drive packet - API key and Project key | ||
|
||
These are tarred up and encrypt by travis with a key in travis land. | ||
|
||
.travis.yaml uses the key in travis and the encrypted tarball to run unit tests if enabled. | ||
|
||
On Greg's laptop there are unencrypyt files and the base travis keys. | ||
|
||
If this needs to be updated, travis command from cli can be used to re-encrypt the file. | ||
This would be accompanied with an update to .travis.yaml to make sure we use the correct | ||
key in travis. This is non-obvious and a little tricky. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Digital Rebar Provision Community Content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
drp-community-content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/digitalrebar/provision-content |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
Name: "centos-7-install" | ||
Description: "CentOS-7 installer that points to the latest CentOS 7 release." | ||
OS: | ||
Name: "centos-7" | ||
IsoFile: "CentOS-7-x86_64-Minimal-1708.iso" | ||
IsoSha256: "bba314624956961a2ea31dd460cd860a77911c1e0a56e4820a12b9c5dad363f5" | ||
IsoUrl: "http://mirrors.kernel.org/centos/7.4.1708/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso" | ||
Kernel: "images/pxeboot/vmlinuz" | ||
Initrds: | ||
- "images/pxeboot/initrd.img" | ||
BootParams: >- | ||
ksdevice=bootif | ||
ks={{.Machine.Url}}/compute.ks | ||
method={{.Env.InstallUrl}} | ||
inst.geoloc=0 | ||
-- | ||
{{if .ParamExists "kernel-console"}}{{.Param "kernel-console"}}{{end}} | ||
RequiredParams: | ||
OptionalParams: | ||
- "operating-system-disk" | ||
- "provisioner-default-password-hash" | ||
- "kernel-console" | ||
- "proxy-servers" | ||
Templates: | ||
- ID: "default-pxelinux.tmpl" | ||
Name: "pxelinux" | ||
Path: "pxelinux.cfg/{{.Machine.HexAddress}}" | ||
- ID: "default-elilo.tmpl" | ||
Name: "elilo" | ||
Path: "{{.Machine.HexAddress}}.conf" | ||
- ID: "default-ipxe.tmpl" | ||
Name: "ipxe" | ||
Path: "{{.Machine.Address}}.ipxe" | ||
- ID: "centos-7.ks.tmpl" | ||
Name: "compute.ks" | ||
Path: "{{.Machine.Path}}/compute.ks" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.