Commit a4af15e
File tree
7 files changed
+160
-120
lines changed- capi-lab
- config
- crd/bases
- manager
7 files changed
+160
-120
lines changed- .github/workflows/base-image.yaml+40
- .github/workflows/integration.yaml+14-5
- .gitignore-1
- Makefile+87-71
- README.md+16-23
- apt-transport-https.tar.gz
- compose.yaml+92-15
- control-plane/config-patches/docker.io/hosts.toml+1
- control-plane/config-patches/gcr.io/hosts.toml+1
- control-plane/config-patches/ghcr.io/hosts.toml+1
- control-plane/config-patches/quay.io/hosts.toml+1
- control-plane/config-patches/registry.k8s.io/hosts.toml+1
- control-plane/kind.yaml+28-14
- deploy_control_plane.yaml+2-3
- deploy_gardener.yaml+110-50
- deploy_partition.yaml+12-40
- files/certs/gardener-admission-controller/client.json-17
- files/certs/gardener-admission-controller/server.json-24
- files/certs/gardener-apiserver/client.json-17
- files/certs/gardener-apiserver/server.json-24
- files/certs/gardener-controller-manager/client.json-17
- files/certs/gardener-controller-manager/server.json-24
- files/certs/gardener-etcd/client.json-17
- files/certs/gardener-etcd/server.json-23
- files/certs/gardener-kube-aggregator/client.json-17
- files/certs/metal-admission-controller/client.json-17
- files/certs/metal-admission-controller/server.json-24
- files/certs/virtual-admin/client.json-17
- files/certs/virtual-gardener-apiserver/client.json-17
- files/certs/virtual-kube-apiserver/admin-client.json-17
- files/certs/virtual-kube-apiserver/server.json-28
- files/certs/virtual-kube-controller-manager/client.json-17
- files/certs/virtual-service-account-token/client.json-17
- files/ssh/config+1-2
- images/machine/Dockerfile+8-2
- images/machine/entrypoint.sh+22
- images/machine/launch.py+83
- images/machine/mirror_tap_to_lan.sh+1-1
- images/machine/openipmi/ipmisim1.emu+39
- images/machine/openipmi/lan.conf+77
- images/machine/openipmi/lancontrol.py+172
- images/machine/remove_mirror.sh
- images/sonic/Dockerfile+6-2
- images/sonic/base-202311/Dockerfile
- images/sonic/base-202411/Dockerfile+25
- images/sonic/base-202505/Dockerfile+25
- images/sonic/launch.py+26
- inventories/group_vars/all/images.yaml+5
- inventories/group_vars/control-plane/auditing.yaml+1-2
- inventories/group_vars/control-plane/gardener/apiserver.yaml-3
- inventories/group_vars/control-plane/gardener/certificates.yaml-37
- inventories/group_vars/control-plane/gardener/dns.yaml-6
- inventories/group_vars/control-plane/gardener/extensions.yaml+8-1
- inventories/group_vars/control-plane/gardener/gardener.yaml-17
- inventories/group_vars/control-plane/gardener/gardenlet.yaml+22
- inventories/group_vars/control-plane/gardener/operator.yaml+31
- inventories/group_vars/control-plane/gardener/virtual_garden.yaml-5
- inventories/group_vars/control-plane/headscale.yaml+13
- inventories/group_vars/control-plane/ipam_db.yaml+2
- inventories/group_vars/control-plane/masterdata_db.yaml+2
- inventories/group_vars/control-plane/metal.yml+5-1
- inventories/group_vars/control-plane/metal_db.yaml+2
- inventories/group_vars/control-plane/powerdns.yaml+9-4
- inventories/group_vars/cumulus/main.yaml-16
- inventories/group_vars/leaves/main.yaml-2
- mini-lab.capms.yaml+29-22
- mini-lab.cumulus.yaml-60
- mini-lab.sonic.yaml+18-20
- roles/cumulus/files/bridgemac.json-7
- roles/cumulus/files/daemons-2
- roles/cumulus/files/[email protected]-10
- roles/cumulus/files/ifreload.service-10
- roles/cumulus/files/[email protected]-10
- roles/cumulus/files/lldpd.d/portsubtype.conf-2
- roles/cumulus/files/lldpd.d/tx-interval.conf-1
- roles/cumulus/handlers/main.yaml-63
- roles/cumulus/tasks/main.yaml-29
- roles/cumulus/tasks/mgmt_vrf.yaml-22
- roles/cumulus/tasks/router.yaml-76
- roles/cumulus/tasks/switch_plane.yaml-13
- roles/cumulus/templates/frr.conf.j2-41
- roles/cumulus/templates/interfaces.j2-51
- roles/cumulus/templates/ports.conf.j2-5
- roles/cumulus/templates/resolv.conf.j2-3
- roles/gardener-istio-patch/tasks/main.yaml+58
- roles/ingress-controller/defaults/main.yaml+4
- roles/ingress-controller/tasks/main.yaml+9-18
- roles/ingress-controller/templates/values.yaml+5-1
- roles/minio/templates/values.yaml.j2+1
- roles/powerdns/defaults/main.yaml+4-3
- roles/powerdns/templates/powerdns.yaml.j2+3-1
- roles/sonic/tasks/frr-reload.yaml+2-1
- roles/sonic/tasks/main.yaml+14
- scripts/manage_vms.py-167
- scripts/roll_certs.sh+1-12
- scripts/vms_entrypoint.sh-28
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
134 | | - | |
| 136 | + | |
135 | 137 | | |
136 | 138 | | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| 157 | + | |
| 158 | + | |
152 | 159 | | |
153 | 160 | | |
154 | 161 | | |
| |||
Lines changed: 21 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | | - | |
99 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
| |||
111 | 119 | | |
112 | 120 | | |
113 | 121 | | |
114 | | - | |
| 122 | + | |
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
121 | | - | |
| 129 | + | |
122 | 130 | | |
| 131 | + | |
| 132 | + | |
123 | 133 | | |
124 | 134 | | |
125 | 135 | | |
126 | | - | |
| 136 | + | |
127 | 137 | | |
128 | 138 | | |
| 139 | + | |
| 140 | + | |
129 | 141 | | |
130 | 142 | | |
131 | 143 | | |
132 | 144 | | |
133 | 145 | | |
134 | 146 | | |
| 147 | + | |
135 | 148 | | |
136 | 149 | | |
137 | 150 | | |
| |||
141 | 154 | | |
142 | 155 | | |
143 | 156 | | |
| 157 | + | |
| 158 | + | |
144 | 159 | | |
145 | 160 | | |
146 | 161 | | |
| |||
Lines changed: 21 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
112 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
125 | 133 | | |
126 | 134 | | |
127 | 135 | | |
128 | | - | |
| 136 | + | |
129 | 137 | | |
130 | 138 | | |
131 | 139 | | |
132 | 140 | | |
133 | 141 | | |
134 | 142 | | |
135 | | - | |
| 143 | + | |
136 | 144 | | |
| 145 | + | |
| 146 | + | |
137 | 147 | | |
138 | 148 | | |
139 | 149 | | |
140 | | - | |
| 150 | + | |
141 | 151 | | |
142 | 152 | | |
| 153 | + | |
| 154 | + | |
143 | 155 | | |
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
147 | 159 | | |
148 | 160 | | |
| 161 | + | |
149 | 162 | | |
150 | 163 | | |
151 | 164 | | |
| |||
156 | 169 | | |
157 | 170 | | |
158 | 171 | | |
| 172 | + | |
| 173 | + | |
159 | 174 | | |
160 | 175 | | |
161 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | | - | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
105 | 106 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments