|
121 | 121 | "CONFIG_whisk_scheduler_queue_gracefulShutdownTimeout": "{{ scheduler.queue.gracefulShutdownTimeout }}"
|
122 | 122 | "CONFIG_whisk_scheduler_queue_maxRetentionSize": "{{ scheduler.queue.maxRetentionSize }}"
|
123 | 123 | "CONFIG_whisk_scheduler_queue_maxRetentionMs": "{{ scheduler.queue.maxRetentionMs }}"
|
124 |
| - "CONFIG_whisk_scheduler_queue_maxBlackboxRetentionMs": "{{ scheduler.queue.maxBlackboxRetentionMs }}" |
125 | 124 | "CONFIG_whisk_scheduler_queue_throttlingFraction": "{{ scheduler.queue.throttlingFraction }}"
|
126 | 125 | "CONFIG_whisk_scheduler_queue_durationBufferSize": "{{ scheduler.queue.durationBufferSize }}"
|
127 | 126 | "CONFIG_whisk_durationChecker_timeWindow": "{{ durationChecker.timeWindow }}"
|
128 | 127 |
|
129 |
| - "CONFIG_whisk_watcher_eventNotificationDelayMs": "{{ watcher.eventNotificationDelayMs }}" |
130 |
| - |
131 | 128 | "TZ": "{{ docker.timezone }}"
|
132 | 129 |
|
133 |
| - "CONFIG_whisk_info_date": "{{ whisk.version.date }}" |
134 |
| - "CONFIG_whisk_info_buildNo": "{{ docker.image.tag }}" |
135 |
| - |
136 | 130 | "KAFKA_HOSTS": "{{ kafka_connect_string }}"
|
137 | 131 | "CONFIG_whisk_kafka_replicationFactor":
|
138 | 132 | "{{ kafka.replicationFactor | default() }}"
|
139 |
| - "CONFIG_whisk_kafka_topics_cacheInvalidation_retentionBytes": |
140 |
| - "{{ kafka_topics_cacheInvalidation_retentionBytes | default() }}" |
141 |
| - "CONFIG_whisk_kafka_topics_cacheInvalidation_retentionMs": |
142 |
| - "{{ kafka_topics_cacheInvalidation_retentionMS | default() }}" |
143 |
| - "CONFIG_whisk_kafka_topics_cacheInvalidation_segmentBytes": |
144 |
| - "{{ kafka_topics_cacheInvalidation_segmentBytes | default() }}" |
145 |
| - "CONFIG_whisk_kafka_topics_completed_retentionBytes": |
146 |
| - "{{ kafka_topics_completed_retentionBytes | default() }}" |
147 |
| - "CONFIG_whisk_kafka_topics_completed_retentionMs": |
148 |
| - "{{ kafka_topics_completed_retentionMS | default() }}" |
149 |
| - "CONFIG_whisk_kafka_topics_completed_segmentBytes": |
150 |
| - "{{ kafka_topics_completed_segmentBytes | default() }}" |
151 |
| - "CONFIG_whisk_kafka_topics_health_retentionBytes": |
152 |
| - "{{ kafka_topics_health_retentionBytes | default() }}" |
153 |
| - "CONFIG_whisk_kafka_topics_health_retentionMs": |
154 |
| - "{{ kafka_topics_health_retentionMS | default() }}" |
155 |
| - "CONFIG_whisk_kafka_topics_health_segmentBytes": |
156 |
| - "{{ kafka_topics_health_segmentBytes | default() }}" |
| 133 | + "CONFIG_whisk_kafka_topics_scheduler_retentionBytes": |
| 134 | + "{{ kafka_topics_scheduler_retentionBytes | default() }}" |
| 135 | + "CONFIG_whisk_kafka_topics_scheduler_retentionMs": |
| 136 | + "{{ kafka_topics_scheduler_retentionMS | default() }}" |
| 137 | + "CONFIG_whisk_kafka_topics_scheduler_segmentBytes": |
| 138 | + "{{ kafka_topics_scheduler_segmentBytes | default() }}" |
| 139 | + "CONFIG_whisk_kafka_topics_creationAck_retentionBytes": |
| 140 | + "{{ kafka_topics_creationAck_retentionBytes | default() }}" |
| 141 | + "CONFIG_whisk_kafka_topics_creationAck_retentionMs": |
| 142 | + "{{ kafka_topics_creationAck_retentionMS | default() }}" |
| 143 | + "CONFIG_whisk_kafka_topics_creationAck_segmentBytes": |
| 144 | + "{{ kafka_topics_creationAck_segmentBytes | default() }}" |
157 | 145 | "CONFIG_whisk_kafka_topics_prefix":
|
158 | 146 | "{{ kafka.topicsPrefix }}"
|
159 | 147 | "CONFIG_whisk_kafka_topics_userEvent_prefix":
|
|
170 | 158 | "{{ kafka.ssl.keystore.password }}"
|
171 | 159 | "ZOOKEEPER_HOSTS": "{{ zookeeper_connect_string }}"
|
172 | 160 |
|
173 |
| - "LIMITS_ACTIONS_INVOKES_PERMINUTE": "{{ limits.invocationsPerMinute }}" |
174 | 161 | "LIMITS_ACTIONS_INVOKES_CONCURRENT": "{{ limits.concurrentInvocations }}"
|
175 |
| - "LIMITS_TRIGGERS_FIRES_PERMINUTE": "{{ limits.firesPerMinute }}" |
176 |
| - "LIMITS_ACTIONS_SEQUENCE_MAXLENGTH": "{{ limits.sequenceMaxLength }}" |
177 | 162 |
|
178 | 163 | "CONFIG_whisk_couchdb_protocol": "{{ db.protocol }}"
|
179 | 164 | "CONFIG_whisk_couchdb_host": "{{ db.host }}"
|
|
187 | 172 | "CONFIG_whisk_db_actionsDdoc": "{{ db_whisk_actions_ddoc | default() }}"
|
188 | 173 | "CONFIG_whisk_db_activationsDdoc": "{{ db_whisk_activations_ddoc | default() }}"
|
189 | 174 | "CONFIG_whisk_db_activationsFilterDdoc": "{{ db_whisk_activations_filter_ddoc | default() }}"
|
190 |
| - "WHISK_API_HOST_PROTO": "{{ whisk_api_host_proto | default('https') }}" |
191 |
| - "WHISK_API_HOST_PORT": "{{ whisk_api_host_port | default('443') }}" |
192 |
| - "WHISK_API_HOST_NAME": "{{ whisk_api_host_name | default(groups['edge'] | first) }}" |
193 | 175 | "CONFIG_whisk_userEvents_enabled": "{{ user_events | default(false) | lower }}"
|
194 | 176 |
|
195 | 177 | "CONFIG_whisk_memory_min": "{{ limit_action_memory_min | default() }}"
|
|
200 | 182 | "CONFIG_whisk_timeLimit_max": "{{ limit_action_time_max | default() }}"
|
201 | 183 | "CONFIG_whisk_timeLimit_std": "{{ limit_action_time_std | default() }}"
|
202 | 184 |
|
203 |
| - "CONFIG_whisk_concurrencyLimit_min": "{{ limit_action_concurrency_min | default() }}" |
204 |
| - "CONFIG_whisk_concurrencyLimit_max": "{{ limit_action_concurrency_max | default() }}" |
205 |
| - "CONFIG_whisk_concurrencyLimit_std": "{{ limit_action_concurrency_std | default() }}" |
206 |
| - |
207 | 185 | "RUNTIMES_MANIFEST": "{{ runtimesManifest | to_json }}"
|
208 | 186 | "CONFIG_whisk_runtimes_defaultImagePrefix":
|
209 | 187 | "{{ runtimes_default_image_prefix | default() }}"
|
|
234 | 212 | "CONFIG_whisk_etcd_lease_timeout": "{{ etcd.lease.timeout }}"
|
235 | 213 | "CONFIG_whisk_etcd_pool_threads": "{{ etcd.pool_threads }}"
|
236 | 214 | "CONFIG_whisk_cluster_name": "{{ whisk.cluster_name | lower }}"
|
237 |
| - "CONFIG_whisk_deployment_type": "vm" |
238 | 215 |
|
239 | 216 | "CONFIG_whisk_scheduler_username": "{{ scheduler.username }}"
|
240 | 217 | "CONFIG_whisk_scheduler_password": "{{ scheduler.password }}"
|
|
0 commit comments