File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cookbooks/aws-parallelcluster-platform/test/controls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010# See the License for the specific language governing permissions and limitations under the License.
1111
1212control 'tag:install_expected_versions_of_nvidia_imex_installed' do
13- only_if { [ 'yes' , true , 'true' ] . include? ( node [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] ) }
13+ only_if { [ 'yes' , true , 'true' ] . include? ( node [ 'cluster' ] [ 'nvidia' ] [ 'enabled' ] ) && ! os_properties . alinux2? }
1414
1515 nvidia_imex_service = 'nvidia-imex'
1616
4141end
4242
4343control 'tag:config_nvidia_fabric_manager_enabled' do
44- only_if { instance . nvs_switch_enabled? && node [ 'cluster' ] [ 'node_type' ] == "ComputeFleet" }
44+ only_if { instance . nvs_switch_enabled? && node [ 'cluster' ] [ 'node_type' ] == "ComputeFleet" && ! os_properties . alinux2? }
4545
4646 describe service ( 'nvidia-imex' ) do
4747 it { should be_enabled }
You can’t perform that action at this time.
0 commit comments