-
Notifications
You must be signed in to change notification settings - Fork 3
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
MAAS config #1
Comments
Found the issue: set boot-file-name=pxelinux.0( it was netboot.xyz.kpxe) |
Set to manual. Now its commissioned and in Ready state. Will play more tomorrow. |
Yep, setting to manual is the correct way for these boards. When I was using MAAS it looks something like this:
The config in this repository for the MikroTik probably doesn't have MAAS as the default. I had a couple different options to do preseed Ubuntu or netboot.xyz. I would switch between them doing something like:
Then when they are done booting I would turn off PXE boot with:
Hope that helps! |
I just changed the next-server to maas IP and the boot-file-name to pxelinux.0. Deployed the nodes from maas. The only problem was hostnames as for some reason maas was using some of his own, not the one from dhcp(hex). |
MAAS will always generate a hostname. You need to click on the hostname to edit it after it shows up in MAAS (you can edit is before comissioning). After that, it will stay tied to that MAC address in MAAS. I used Kubespray (https://github.com/kubernetes-incubator/kubespray) to build my Kubernetes cluster. I think it is the easiest to use for own hardware. My inventory file looked something like this (change your IP to match if using different subnet):
|
Yep, changed the name in the MAAS gui before deploying. Will check Kuberspray. One thing: as MAAS seats on one of the nodes (udoo1) I was planing to use as master, but if I need to provision the cluster more then one I guess it will be manual uninstall. Do you have the same setup? I was also thinking getting one more node in the case just for deployment purposes. I think that if you dont power all the nodes at one, one extra board will be ok for that power supply. |
Hi Andy,
I tried to install and configure maas to node provisioning without much success. I did set next-server on hex to maas node(192.168.33.11) . Set maas with forwarding DNS to router. Looks like have to open the kuber to see whats posting on boot. Any tips are appreciated.
Cheers,
Gjorgji
The text was updated successfully, but these errors were encountered: