X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fsrc%2Fmain%2FPlaybooks%2Fansible_huawei_downloadnesw%400.00.yml;h=47359f57ee44fc6a20252b09cc3a96aa1839d8f6;hb=226baa784e543bef038cffe091f734d22b34a256;hp=10e25b3494a2e463366696c2eab563ac8bc246e0;hpb=4675317e8a55b431671db4886b53a104fb731ac2;p=sdnc%2Foam.git diff --git a/installation/ansible-server/src/main/Playbooks/ansible_huawei_downloadnesw@0.00.yml b/installation/ansible-server/src/main/Playbooks/ansible_huawei_downloadnesw@0.00.yml index 10e25b34..47359f57 100644 --- a/installation/ansible-server/src/main/Playbooks/ansible_huawei_downloadnesw@0.00.yml +++ b/installation/ansible-server/src/main/Playbooks/ansible_huawei_downloadnesw@0.00.yml @@ -12,10 +12,10 @@ ne_identifier: "{{neIdentifier}}" when: neIdentifier is defined - - name: compatible with parameter pnfId + - name: compatible with parameter pnfName set_fact: - ne_identifier: "{{pnfId}}" - when: neIdentifier is not defined and pnfId is defined + ne_identifier: "{{pnfName}}" + when: neIdentifier is not defined and pnfName is defined - name: execute downloadNESw operation shell: ./swm/downloadNESw --swToBeDownloaded {{sw_to_be_downloaded}} --neIdentifier {{ne_identifier}}