summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-01-30 12:24:34 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-30 16:28:05 -0800
commit5c6febdffcdf42b43273263e69687fc9d5e27a9e (patch)
tree5f151bfd8f54723acc51293b0f926f5b632e2e36
parent3deb212a106aa89d6541ef88e2f3e81701fb8468 (diff)
downloadchef-5c6febdffcdf42b43273263e69687fc9d5e27a9e.tar.gz
add docs for cloud helpers
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-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