-
Notifications
You must be signed in to change notification settings - Fork 0
Vesuvius dnsmasq netboot #6
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
base: main
Are you sure you want to change the base?
Conversation
…ted addresses for dhcp clients on cluster vlan
this is hugely important and a major blocker
| inherit role clusterInit; | ||
|
|
||
| enable = true; | ||
| token = "garbage secret"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use real secret
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be added to the agenix secrets
mikhail729
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect cluster master IP address. Ideally the k3s server should only be listening on the cluster Vlan rather than all interfaces as well.
there's still some possible issues with the script (hence the paranoid `echo` after `hostname`)
|
summary for myself tomorrow (yes i mean wednesday): there's some lingering bugs and misconfigurations + we need like fifty new |
b977dc7 to
95545c0
Compare
|
moved eri's commit to #11 |
…ping the store off the root ssd note that this is live on the machine, which *no longer has a native /nix*. this means that deploying any config which does not include the bind mount (e.g. master) will **break everything**. be duly warned.
| ./ipa.nix | ||
| ./netboot.nix | ||
|
|
||
| ../common/nfs.nix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we mount Dirtycow on Vesuvius? We're planning to migrate most things onto Bastille and Dirtycow will be moved to McBryde so the latency might not be very good. Also in that migration, the IP will change too (probably should use IPv6 addresses too so we're 21st century compliant. Dirtycow's shares are already setup for our IPv6 subnet).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's so ipa users (which you should use!!!!!) have homedirs. also: why not?
when the IP changes we can change the config.
…me script in favor of dhcp hostnames
there's some minor problems