summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2023-11-29 16:44:17 +0800
committer付明卫 <[email protected]>2023-12-10 12:37:39 +0000
commit4ecad45965b02fc6c3cda2ec3371cab7adc93763 (patch)
treece0e728660ce8898407574c493d24790fb21e997 /tools
parentda989c356ce070c714c4aaaedf8efcea82a187f9 (diff)
feature:TSG-17838:构建TSG 9140 NPB容器化镜像rel-23.12
Diffstat (limited to 'tools')
-rw-r--r--tools/ansible-HAL-server13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/ansible-HAL-server b/tools/ansible-HAL-server
deleted file mode 100644
index d2acc80a..00000000
--- a/tools/ansible-HAL-server
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-PROFILE_ID=$1
-PROJECTDIR=$2
-TARGET_DIR=$3
-YUM_CONF_PATH=$4
-
-echo "----------------------------- Ansible HAL-server ----------------------------"
-echo "$PROFILE_ID"
-
-echo "[$PROFILE_ID]" > $PROJECTDIR/ansible/install_config/hosts
-echo "server ansible_connection=local" >> $PROJECTDIR/ansible/install_config/hosts
-ansible-playbook -i $PROJECTDIR/ansible/install_config/hosts $PROJECTDIR/ansible/HAL_deploy.yml -e "rpm_repo_config_path=$YUM_CONF_PATH PROFILE_ID=$PROFILE_ID path_download=$TARGET_DIR"