csantanapr commented on a change in pull request #3955: Add an variable to set 
the timezone for all of components
URL: 
https://github.com/apache/incubator-openwhisk/pull/3955#discussion_r208926951
 
 

 ##########
 File path: ansible/roles/apigateway/tasks/deploy.yml
 ##########
 @@ -28,3 +29,6 @@
   until: result.status == 200
   retries: 12
   delay: 5
+
+- name: install tzdata on apigateway
+  shell: docker exec apigateway sh -c "apk add -u tzdata && api-gateway -s 
reload"
 
 Review comment:
   This is a hack, please add the package to the apigateway image in their repo 
here 
https://github.com/apache/incubator-openwhisk-apigateway/blob/master/Dockerfile#L27
   
   then you can bump the [version of the 
apigateway](https://github.com/apache/incubator-openwhisk/blob/master/ansible/group_vars/all#L253)
 in a subsequent PR 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to