Clean up A1 controller code
[nonrtric.git] / sdnc-a1-controller / oam / installation / ansible-server / src / main / Playbooks / ansible_huawei_precheck@0.00.yml
diff --git a/sdnc-a1-controller/oam/installation/ansible-server/src/main/Playbooks/ansible_huawei_precheck@0.00.yml b/sdnc-a1-controller/oam/installation/ansible-server/src/main/Playbooks/ansible_huawei_precheck@0.00.yml
deleted file mode 100644 (file)
index b6614b6..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
----\r
-- hosts: all\r
-  tasks:\r
-  - name: create a temporary file for additional data\r
-    file: \r
-        path: /tmp/tmp-{{Id}}\r
-        state: touch\r
-    become: false\r
-\r
-  - name: prepare additional data\r
-    shell: echo {{additionalData}} > /tmp/tmp-{{Id}}\r
-    become: false\r
-\r
-  - name: execute pre-check operation\r
-    shell: ./swm/upgrade-pre-check.sh {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} {{ruleName}} /tmp/tmp-{{Id}}\r
-\r
-  - name: remove the temporary file\r
-    file:\r
-        path: /tmp/tmp-{{Id}}\r
-        state: absent\r
-    become: false\r