You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/06/27 17:50:47 UTC

[GitHub] houshengbo opened a new issue #3815: Apache incubator release 0.9.0, missing application.conf.j2

houshengbo opened a new issue #3815: Apache incubator release 0.9.0, missing application.conf.j2
URL: https://github.com/apache/incubator-openwhisk/issues/3815
 
 
   As the first time release under Apache as an incubator project, openwhisk does not package the directory tests, which leads to missing of application.conf.j2 during openwhisk installation with ansible script.
   
   There is PR to resolve it: https://github.com/apache/incubator-openwhisk/pull/3803.
   
   You can also bypass this issue by commenting out the following lines in ansible/tasks/writeWhiskProperties.yml:
   ```
   - name: write test's application conf overrides
     template:
             src: "{{ openwhisk_home }}/tests/src/test/resources/application.conf.j2"
            dest: "{{ openwhisk_home }}/tests/src/test/resources/application.conf"
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services