Skip to content

Commit 8cc0422

Browse files
Remove RTTCC disabling role. Now part of Agent
1 parent 7c166cf commit 8cc0422

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

playbooks/new_nodes.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@
174174
when: enroot|default(true)|bool
175175
- include_role:
176176
name: tuned
177-
- include_role:
178-
name: rttcc
179-
when: shape == "BM.GPU.H100.8" and cluster_network|bool
180177

181178
- hosts: compute
182179
tasks:

playbooks/resize_add.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,6 @@
176176
when: enroot|default(true)|bool
177177
- include_role:
178178
name: tuned
179-
- include_role:
180-
name: rttcc
181-
when: shape == "BM.GPU.H100.8" and cluster_network|bool
182179

183180
- hosts: all
184181
become: true

playbooks/site.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,6 @@
293293
when: enroot|default(true)|bool
294294
- include_role:
295295
name: tuned
296-
- include_role:
297-
name: rttcc
298-
when: shape == "BM.GPU.H100.8" and cluster_network|bool
299296

300297
- hosts: all
301298
become: true

0 commit comments

Comments
 (0)