Commit 4e7db0f
authored
feat(cluster): Install copr main NetworkManager RPM on NM_VERSION=latest (#1385)
This commit enhances the development cluster setup to support testing with
the latest NetworkManager builds from COPR. Key changes include:
- Add NM_VERSION environment variable support to cluster-up workflow
- When NM_VERSION=latest, install NetworkManager from COPR
networkmanager/NetworkManager-main repository during cluster setup
- Rename "future" terminology to "latest" for nmstate periodic testing
- Rename automation/nmstate-future-reporter to nmstate-latest-reporter
- Update NMSTATE_PIN variable to NMSTATE_VERSION for consistency
- Enhance Slack bot to report both nmstate and NetworkManager versions
with clickable links to COPR build pages
- Add COPR API integration to fetch build IDs for version tracking
This allows developers to test kubernetes-nmstate with bleeding-edge
NetworkManager builds alongside nmstate-git, helping identify
compatibility issues early in the development cycle.
Signed-off-by: Enrique Llorente <[email protected]>1 parent d5e2ab7 commit 4e7db0f
File tree
16 files changed
+543
-310
lines changed- .github/workflows
- automation
- nmstate-future-reporter
- nmstate-latest-reporter
- hack
- cluster
- deploy/handler
- hack
16 files changed
+543
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
199 | 205 | | |
200 | 206 | | |
201 | 207 | | |
| |||
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| 286 | + | |
280 | 287 | | |
281 | 288 | | |
282 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments