committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 77 additions and 28 deletions
Split View
Diff Options
-
10.gitlab-ci/packet.yml
-
2README.md
-
27Vagrantfile
-
12roles/bootstrap-os/tasks/bootstrap-fedora.yml
-
15roles/container-engine/docker/tasks/main.yml
-
2roles/kubernetes/preinstall/vars/fedora.yml
-
16test-infra/image-builder/roles/kubevirt-images/defaults/main.yml
-
3tests/cloud_playbooks/roles/packet-ci/defaults/main.yml
-
9tests/files/packet_fedora30-weave.yml
-
9tests/files/packet_fedora31-flannel.yml
@ -1,5 +1,5 @@ |
|||
--- |
|||
required_pkgs: |
|||
- libselinux-python |
|||
- libselinux-python3 |
|||
- device-mapper-libs |
|||
- conntrack |
@ -0,0 +1,9 @@ |
|||
--- |
|||
# Instance settings |
|||
cloud_image: fedora-30 |
|||
mode: default |
|||
|
|||
# Kubespray settings |
|||
deploy_netchecker: true |
|||
dns_min_replicas: 1 |
|||
kube_network_plugin: weave |
@ -0,0 +1,9 @@ |
|||
--- |
|||
# Instance settings |
|||
cloud_image: fedora-31 |
|||
mode: default |
|||
|
|||
# Kubespray settings |
|||
deploy_netchecker: true |
|||
dns_min_replicas: 1 |
|||
kube_network_plugin: flannel |
Write
Preview
Loading…
Cancel
Save