Skip to content

Commit

Permalink
Add test case for calico using etcd datatstore
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen committed Dec 14, 2023
1 parent cb848fa commit 4a517d9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci/packet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ packet_ubuntu22-calico-aio:
extends: .packet_pr
when: on_success

packet_ubuntu22-calico-etcd-datastore-aio:
stage: deploy-part2
extends: .packet_pr
when: on_success

packet_centos7-flannel-addons-ha:
extends: .packet_pr
stage: deploy-part2
Expand Down
29 changes: 29 additions & 0 deletions tests/files/packet_ubuntu22-calico-etcd-datastore-aio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# Instance settings
cloud_image: ubuntu-2204
mode: aio
vm_memory: 1600Mi

# Kubespray settings
auto_renew_certificates: true

# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
kube_proxy_mode: iptables
enable_nodelocaldns: False

containerd_registries:
"docker.io": "https://mirror.gcr.io"

containerd_registries_mirrors:
- prefix: docker.io
mirrors:
- host: https://mirror.gcr.io
capabilities: ["pull", "resolve"]
skip_verify: false
- prefix: 172.19.16.11:5000
mirrors:
- host: http://172.19.16.11:5000
capabilities: ["pull", "resolve", "push"]
skip_verify: true

calico_datastore: "etcd"

0 comments on commit 4a517d9

Please sign in to comment.