Package | Description |
---|---|
org.jclouds.scriptbuilder.domain.chef | |
org.jclouds.scriptbuilder.statements.chef |
Modifier and Type | Method and Description |
---|---|
RunList |
RunList.Builder.build() |
RunList |
Role.getRunlist() |
Modifier and Type | Method and Description |
---|---|
Role.Builder |
Role.Builder.runlist(RunList runlist) |
Constructor and Description |
---|
Role(String name,
com.google.common.base.Optional<String> description,
com.google.common.base.Optional<String> jsonDefaultAttributes,
com.google.common.base.Optional<String> jsonOverrideAttributes,
com.google.common.base.Optional<RunList> runlist) |
Modifier and Type | Method and Description |
---|---|
ChefSolo.Builder |
ChefSolo.Builder.runlist(RunList runlist)
The run list to be executed in the Chef Solo run.
|
Constructor and Description |
---|
ChefSolo(com.google.common.base.Optional<String> fileCachePath,
com.google.common.base.Optional<String> rolePath,
com.google.common.base.Optional<String> databagPath,
com.google.common.base.Optional<com.google.common.collect.ImmutableList<String>> cookbookPath,
com.google.common.base.Optional<String> cookbooksArchiveLocation,
com.google.common.base.Optional<String> jsonAttributes,
com.google.common.base.Optional<String> group,
com.google.common.base.Optional<Integer> interval,
com.google.common.base.Optional<String> logLevel,
com.google.common.base.Optional<String> logFile,
com.google.common.base.Optional<String> nodeName,
com.google.common.base.Optional<Integer> splay,
com.google.common.base.Optional<String> user,
com.google.common.base.Optional<List<Role>> roles,
com.google.common.base.Optional<List<DataBag>> databags,
com.google.common.base.Optional<RunList> runlist,
com.google.common.base.Optional<String> chefVersion) |
Copyright © 2009-2013 jclouds. All Rights Reserved.