Supplement missing files

This commit is contained in:
wangmenglan
2024-06-20 19:12:42 +08:00
committed by 林鑫
parent 1716020449
commit 1d4c85d729
2 changed files with 3 additions and 17 deletions

View File

@@ -92,7 +92,7 @@ hasp_tools_rpm_version:
tsg_os_clixon_rpm_version:
cligen: cligen-5.8.0-release
clixon: clixon-5.8.2-a88ea52
tsg-os-mgnt-srv: tsg-os-mgnt-srv-1.2.37.62913a6
tsg-os-mgnt-srv: tsg-os-mgnt-srv-1.2.38.1375588
sce_rpm_version:
sce: sce-1.3.1.6b03470

View File

@@ -5,24 +5,10 @@
mode: 0755
with_items:
- tsg-os-HAL.sh
when: runtime_env == 'TSG-X-P0906'
- name: "cpu_amd: copy shell file to dest"
copy:
src: "{{ role_path }}/files/script/{{ item }}"
dest: /opt/tsg/tsg-os-HAL/scripts/
mode: 0755
with_items:
- cpu_amd.sh
when: runtime_env == 'TSG-X-P0906'
- name: "cpu_default: copy shell file to dest"
copy:
src: "{{ role_path }}/files/script/{{ item }}"
dest: /opt/tsg/tsg-os-HAL/scripts/
mode: 0755
with_items:
- cpu_default.sh
- build_clixon_default_db.sh
- set_nic_cpu_affinity.sh
when: runtime_env == 'TSG-X-P0906'
- name: "tsg-os-HAL: install numactl"