style95 commented on code in PR #5333:
URL: https://github.com/apache/openwhisk/pull/5333#discussion_r991747423
##########
ansible/roles/controller/tasks/deploy.yml:
##########
@@ -154,6 +154,7 @@
"CONFIG_whisk_info_date": "{{ whisk.version.date }}"
"CONFIG_whisk_info_buildNo": "{{ docker.image.tag }}"
+ "CONFIG_whisk_cluster_name": "{{ whisk.cluster_name | lower }}"
Review Comment:
This is one of the mandatory configs.
This is used as a prefix for the ETCD data.
When we deploy a new version, each version of the components can communicate
with each other with based on this information.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]