Commit 8506307
Merge pull request #686 from bogdando/nova02beta
nova02: Fix install nvidia driver w/o trusted crt and casting pci address as a string
Fix install nvidia driver w/o trusted crt
For http:// or https:// URLs:
Download the RPM with get_url and validate_certs: false to /tmp/.rpm on the target host.
Set nvidia_rpm_install_path to that local path for HTTP(S), or to the original value for file:// or local paths.
Install with dnf using nvidia_rpm_install_path (local file or path), so no HTTPS is done by dnf.
NOTE: eventually, we should switch to edpm accel driver role, but it needs to be shipped with rhoso to be consumed directly here
do not convert from YAML nvidia_pci_address
...because it will be translated into wrong (datatime) value.
Reviewed-by: Andrew Bays <andrew.bays@gmail.com>File tree
2 files changed
+35
-5
lines changed- dt/nova/nova02beta/edpm
- nodeset2
- nodeset
2 files changed
+35
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
80 | 94 | | |
81 | 95 | | |
82 | 96 | | |
83 | | - | |
| 97 | + | |
84 | 98 | | |
85 | 99 | | |
86 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
126 | 142 | | |
127 | 143 | | |
128 | 144 | | |
129 | | - | |
| 145 | + | |
130 | 146 | | |
131 | 147 | | |
132 | 148 | | |
| |||
0 commit comments