Skip to content

Instantly share code, notes, and snippets.

@pojntfx
Created February 16, 2020 08:38
Show Gist options
  • Save pojntfx/61ca201ec9c96b2bbdc52ff4901e14f1 to your computer and use it in GitHub Desktop.
Save pojntfx/61ca201ec9c96b2bbdc52ff4901e14f1 to your computer and use it in GitHub Desktop.
CTPF Services 2020

CTPF Architecture

CTPF Builders

  • ipxebuilderd
    • Create(platform int, script string) (error, string)
  • pxepackagerd
    • Create(biosUrlAMD64 string, uefiUrlAMD64 string) (error, string)

CTPF Datacenters

  • dhcpdd
    • ...github
  • tftpd
    • Download(packagePackageUrl string) error
  • woldand
    • List() (error, []string)
    • Wake(macAddress string) error

CTPF Node

  • supernoded
    • ...github
  • edged
    • ...github
  • dhcpdd
    • ...github
  • dhclientd
    • ...github
  • k3sd
    • ...github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment