summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chef-utils/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/chef-utils/README.md b/chef-utils/README.md
index c94dc29312..a5eafeae65 100644
--- a/chef-utils/README.md
+++ b/chef-utils/README.md
@@ -120,6 +120,19 @@ Architecture Helpers allow you to determine the processor architecture of your n
* `s390x?`
* `s390?`
+### Cloud Helpers
+
+* `cloud?` - if the node is running in any cloud, including internal ones
+* `ec2?` - if the node is running in ec2
+* `gce?` - if the node is running in gce
+* `rackspace?` - if the node is running in rackspace
+* `eucalyptus?` - if the node is running under eucalyptus
+* `linode?` - if the node is running in linode
+* `openstack?` - if the node is running under openstack
+* `azure?` - if the node is running in azure
+* `digital_ocean?` - if the node is running in digital ocean
+* `softlayer?` - if the node is running in softlayer
+
### Train Helpers
**EXPERIMENTAL**: APIs may have breaking changes any time without warning