Commit 35c8d3b
committed
Introduce two env vars for UEP customization
- `GC_USER_PYTHON_VERSION`
- `GC_USER_SDK_VERSION`
If the information is available in the `user_runtime` data structure, also
export these two environment variables. These two bits of information have
proven critical to helping administrators customize UEP installs. In
particular, the latter (SDK) variable is necessary to get Parsl versions to
match up on the interchange and workers. (An unfortunate detail that we must
accommodate until Parsl implements a less-strict communication policy.)
Setting these environment variables means that administrators don't have to go
through an awkward set of steps to read stdin, parse the input, and rewrite the
stdin just to get this information from the template.
[sc-41149]1 parent 826f6c6 commit 35c8d3b
File tree
4 files changed
+48
-3
lines changed- changelog.d
- compute_endpoint
- globus_compute_endpoint/endpoint
- tests/unit
- docs/endpoints
4 files changed
+48
-3
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
1178 | 1184 | | |
1179 | 1185 | | |
1180 | 1186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
341 | 347 | | |
342 | 348 | | |
343 | 349 | | |
| |||
578 | 584 | | |
579 | 585 | | |
580 | 586 | | |
581 | | - | |
| 587 | + | |
582 | 588 | | |
583 | 589 | | |
584 | 590 | | |
| |||
592 | 598 | | |
593 | 599 | | |
594 | 600 | | |
595 | | - | |
596 | 601 | | |
597 | 602 | | |
598 | | - | |
| 603 | + | |
599 | 604 | | |
600 | 605 | | |
601 | 606 | | |
| |||
1688 | 1693 | | |
1689 | 1694 | | |
1690 | 1695 | | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
1691 | 1712 | | |
1692 | 1713 | | |
1693 | 1714 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
718 | 730 | | |
719 | 731 | | |
720 | 732 | | |
| |||
0 commit comments