Class ChefProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Databag that holds chef bootstrap hints, should be a json ball in the following format:static final String
To be used in conjunction withCHEF_UPDATE_GEM_SYSTEM
.static final String
The name of the Chef logger.static final String
Boolean property.static final String
Boolean property.static final String
Boolean property.static final String
The credential of the validator client used to allow nodes to autoregister in the Chef server.static final String
The name of the validator client used to allow nodes to autoregister in the Chef server.static final String
The version of the Chef gem to install when bootstrapping nodes. -
Method Summary
-
Field Details
-
CHEF_LOGGER
The name of the Chef logger.- See Also:
-
CHEF_BOOTSTRAP_DATABAG
Databag that holds chef bootstrap hints, should be a json ball in the following format:{"tag":{"run_list":["recipe[apache2]"]}}
- See Also:
-
CHEF_VALIDATOR_NAME
The name of the validator client used to allow nodes to autoregister in the Chef server.This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-
CHEF_VALIDATOR_CREDENTIAL
The credential of the validator client used to allow nodes to autoregister in the Chef server.This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-
CHEF_VERSION
The version of the Chef gem to install when bootstrapping nodes.If this property is not set, by default the latest available Chef gem will be installed. The values can be fixed versions such as '0.10.8' or constrained values such as '>= 0.10.8'.
This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-
CHEF_UPDATE_GEM_SYSTEM
Boolean property. Default (false).When bootstrapping a node, forces a gem system update before installing the Chef gems.
This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-
CHEF_GEM_SYSTEM_VERSION
To be used in conjunction withCHEF_UPDATE_GEM_SYSTEM
. This property will force the version of RubyGems to update the system to.This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-
CHEF_UPDATE_GEMS
Boolean property. Default (false).When bootstrapping a node, updates the existing gems before installing Chef.
This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-
CHEF_USE_OMNIBUS
Boolean property. Default (true).When bootstrapping a node, install the Chef client using the Omnibus installer.
This property must be set prior to running the
invalid reference
ChefService#createBootstrapScriptForGroup(String)
- See Also:
-