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

Refactor the CI based docker-machine on Equinix Metal #11049

Open
yankay opened this issue Apr 3, 2024 · 1 comment
Open

Refactor the CI based docker-machine on Equinix Metal #11049

yankay opened this issue Apr 3, 2024 · 1 comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.

Comments

@yankay
Copy link
Member

yankay commented Apr 3, 2024

Which jobs are failing ?

Any job is based docker-machine on Equinix Metal

  • Kubespray CI / Kubespray CI - molecule_containerd
  • Kubespray CI / Kubespray CI - molecule_docker

The error job:
https://github.com/kubernetes-sigs/kubespray/pull/11048/checks?check_run_id=23389220718

Which tests are failing ?

The molecule_* tests

Since when has it been failing ?

2024-04-02

Reason for failure

The CI may be broken because the docker-machine metal uses the API "factory"; it's deprecated. The error logs from the docker-machine:

Apr  3 10:10:00 localhost gitlab-runner[4139064]: #033[31;1mERROR: Error creating machine: Error in driver during machine creation: POST https://api.equinix.com/metal/v1/projects/55a99bbb-8584-4d2b-8d24-2c60b4141118/devices: 422 The 'facility' parameter is not supported for organization 670f523c-7a91-4757-b152-a2160ca4c807. For more details, see https://feedback.equinixmetal.com/changelog/bye-facilities-hello-again-metros #033[0;m  #033[31;1mdriver#033[0;m=metal #033[31;1mname#033[0;m=runner-pu4ihlzh-c3-small-1712138995-42fb3699 #033[31;1moperation#033[0;m=create

When I try to run it mannly

root@docker-machine-runner:/tmp# /usr/local/bin/docker-machine create --driver metal --metal-api-key=yALRNfFrpfH8hkGAMqM48Z8Pq5zmNSfR --metal-project-id=55a99bbb-8584-4d2b-8d24-2c60b4141118 --metal-os=ubuntu_18_04 --metal-plan=c3.medium.x86 --metal-spot-price-max=0.5 --metal-spot-instance=true --metal-facility-code=am2 --metal-ttl=4h --engine-install-url=https://miouge1.github.io/docker-install/install.sh haha
Running pre-create checks...
Creating machine...
(haha) Creating SSH key...
(haha) Provisioning Equinix Metal server...
Error creating machine: Error in driver during machine creation: POST https://api.equinix.com/metal/v1/projects/55a99bbb-8584-4d2b-8d24-2c60b4141118/devices: 422 The 'facility' parameter is not supported for organization 670f523c-7a91-4757-b152-a2160ca4c807. For more details, see https://feedback.equinixmetal.com/changelog/bye-facilities-hello-again-metros

Anything else we need to know

Related to #10505

The Docker Machine is too old. There are two solutions:

  1. update the docker-machine metal driver to make the test run correctly.
  2. migrate the test to Kubevirt is more reasonable than fixing it.
@yankay yankay added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. and removed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Apr 3, 2024
@yankay
Copy link
Member Author

yankay commented Apr 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant