-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add flavor for CAPI. #203
Add flavor for CAPI. #203
Conversation
Is this working already? |
I had all machines in Waiting state, but did not yet try to allocate all of them. But probably it works, yes. |
Third Machine is stuck in PXE booting somehow. You only run make, with env set to capms right? |
Ethernet8 not up.
|
You must first build the SONiC image and use this when starting up the containerlab in order to include the config_db.json into the switch. |
Makefile
Outdated
password-machine01: | ||
@$(MAKE) --no-print-directory _password MACHINE_UUID=e0ab02d2-27cd-5a5e-8efc-080ba80cf258 | ||
@$(MAKE) --no-print-directory _free-machine MACHINE_NAME=machine01 MACHINE_UUID=00000000-0000-0000-0000-000000000001 |
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.
Why _password
instead of _free-machine
?
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.
Description
This is for our work on cluster-api-provider-metal-stack.
We need one more machine there to serve as a worker node and also we need to increase disk size and CPU cores in order to accommodate the Kubernetes components and pass the
kubeadm
pre-flight checks.