-
Notifications
You must be signed in to change notification settings - Fork 117
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
IP address for VM is not properly determined #998
Comments
Unfortunately macOS's DHCP server is treating You need to disable DUID/IAID/non-MAC identifiers in your VM to work around that. See cirruslabs/linux-image-templates#39 for more details. |
Thanks @edigaryev for the response. Could it be disabled in the base image then |
Test with the macOS image - same problem:
|
Hmm, indeed. It seems that Could you please re-pull the image? It should work now. |
This is unlikely related. Are you running macOS 15 (Sequoia) on the host by a chance? If so, please see the top of the Gitlab Tart Executor's |
Hello, If it is still relevant, to make network:
version: 2
ethernets:
enp0s1:
dhcp4: true
dhcp-identifier: "mac" tested with ubuntu 24.10 |
Hi, guys,
After the upgrade to the latest version
2.23.0
of the tart and tart-gitlab-executor1.21.0-7973405
and pulling latest ubuntu image I am having a problemThe command
tart ip
shows wrong IP address for a virtual machine and pipelines stopped to work.Please see the screenshot:
Any clue what might be wrong?
The text was updated successfully, but these errors were encountered: