Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2798

CI/CD installation does not allow to specify custom app_data_path value (dest dir on infra node)

XMLWordPrintable

    • Hide

      When using CI/CD ansible installation/deployment user can't override hardcoded (app_data_path) destination path in:

      tools/cicdansible/roles/install/tasks/install.yml:
      ...
      42 - name: Generate resource location file
      43   copy:
      44     content: |
      45       resources_dir: {{ resources_dir }}
      46       resources_filename: {{ resources_filename }}
      47       aux_resources_filename: {{ aux_resources_filename }}
      48       app_data_path: /opt/onap/resources            <--- hardcoded path
      49     dest: "{{ installer_deploy_path }}/ansible/application/resources.yml"
      ...

       

       

      Show
      When using CI/CD ansible installation/deployment user can't override hardcoded ( app_data_path ) destination path in: tools/cicdansible/roles/install/tasks/install.yml: ... 42 - name: Generate resource location file 43 copy: 44 content: | 45 resources_dir: {{ resources_dir }} 46 resources_filename: {{ resources_filename }} 47 aux_resources_filename: {{ aux_resources_filename }} 48 app_data_path: /opt/onap/resources <--- hardcoded path 49 dest: "{{ installer_deploy_path }}/ansible/application/resources.yml" ...    

          mwilk mwilk
          mwilk mwilk
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: