summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/resources/configdefinitions/config.provisioning.cloud.def
blob: 36523482ab201da97e23adc82e8477e166c53c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#
# Configures the features supported by a cloud service.
namespace=config.provisioning

# Are hosts provisioned dynamically on-demand?
dynamicProvisioning bool default=false

# Can nodes belonging to different applications be placed on the same host?
allowHostSharing bool default=true

# Do we need to reprovision a host to upgrade its operating system?
reprovisionToUpgradeOs bool default=false

# Should clusters in this cloud always require access control for both read and write operations?
requireAccessControl bool default=false