X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sdnc-a1-controller%2Foam%2Finstallation%2Fansible-server%2Fsrc%2Fmain%2FPlaybooks%2Fansible_huawei_upgrade%400.00.yml;fp=sdnc-a1-controller%2Foam%2Finstallation%2Fansible-server%2Fsrc%2Fmain%2FPlaybooks%2Fansible_huawei_upgrade%400.00.yml;h=0000000000000000000000000000000000000000;hb=6a24cde9bbcc101fca02204ca6f1c69ada049790;hp=87e84ab14b0a285d47d77981bc1da980666891db;hpb=22ca33237c833c90e3626bf1132e72282e207ea5;p=nonrtric.git diff --git a/sdnc-a1-controller/oam/installation/ansible-server/src/main/Playbooks/ansible_huawei_upgrade@0.00.yml b/sdnc-a1-controller/oam/installation/ansible-server/src/main/Playbooks/ansible_huawei_upgrade@0.00.yml deleted file mode 100644 index 87e84ab1..00000000 --- a/sdnc-a1-controller/oam/installation/ansible-server/src/main/Playbooks/ansible_huawei_upgrade@0.00.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- hosts: all - tasks: - - name: create a temporary file for additional data - file: - path: /tmp/tmp-{{Id}} - state: touch - become: false - - - name: prepare additional data - shell: echo {{additionalData}} > /tmp/tmp-{{Id}} - become: false - - - name: execute upgrade software operation - shell: ./swm/upgrade-software.sh {{pnfId}} {{oldSwVersion}} {{targetSwVersion}} /tmp/tmp-{{Id}} - - - name: remove the temporary file - file: - path: /tmp/tmp-{{Id}} - state: absent - become: false