Commit 2fa70a9
committed
Set containerlab version in installation configuration
The containerlab installation script expects the CONTAINERLAB_VERSION
environment variable to contain the target clab version. We had to
modify the installation script each time we wanted to change the
version; this commit introduces an alternative mechanism and bumps
the containerlab version to 0.68.0:
* The environment variables depending on system defaults are specified
in the install.yml configuration file
* CONTAINERLAB_VERSION environment variable depends on clab.version
value (now set to 0.68.0)
* The 'netlab install' command sets the environment variables specified
in the install.yml configuration file before starting the scripts
Collateral fix:
* 'netlab install' recognized the 'dry-run' flag but did not pass it to
'external_commands' module.
Fixes #24981 parent 53c6d32 commit 2fa70a9
File tree
4 files changed
+23
-3
lines changed- netsim
- cli
- install
- providers
4 files changed
+23
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
87 | 99 | | |
88 | 100 | | |
89 | 101 | | |
| |||
274 | 286 | | |
275 | 287 | | |
276 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
277 | 292 | | |
278 | 293 | | |
279 | 294 | | |
280 | 295 | | |
281 | 296 | | |
282 | 297 | | |
283 | 298 | | |
| 299 | + | |
284 | 300 | | |
285 | 301 | | |
286 | 302 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments