Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move configurations to templates #168

Open
thebsdbox opened this issue May 12, 2020 · 0 comments
Open

Move configurations to templates #168

thebsdbox opened this issue May 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@thebsdbox
Copy link
Collaborator

Currently we've builtin:

  • preseed
  • booty
  • kickstart

pldrctl create deployment -a 172.16.1.15 -m 00:50:56:a5:29:2c -c booty

These have generally hardcoded configuration and can only be used once, this Issue is to track the capability to create a configuration based upon these as templates.

Something like:

Would configure a BOOTy configuration from the template with some settings and name it pullImage

pldrctl create config --template booty \
--sourceDevice /dev/sda
--destinationAddress http://192.168.0.12/images
--name pullImage

pldrctl create deployment -a 172.16.1.15 -m 00:50:56:a5:29:2c -c pullImage

pldrctl create config --template preseed \
--packages openssh cloud-utils
--noSwap
--name kubernetes

pldrctl create deployment -a 172.16.1.16 -m 00:50:56:a5:f9:24 -c kubernetes

@thebsdbox thebsdbox added the enhancement New feature or request label May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant