style95 commented on code in PR #5333:
URL: https://github.com/apache/openwhisk/pull/5333#discussion_r992896239
##########
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:
If no configuration is provided, the default value `whisk` will be used.
But the problem is if you use different values for each deployment to
distinguish them, it wouldn't work as the scheduler data in ETCD only applies
the prefix.
Controllers fetch scheduler endpoints with this prefix and schedulers fetch
available invokers with this prefix.
--
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]