From b193f951dc51307cdc8573f952cba993f9760fdc Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Thu, 30 Jan 2020 12:24:34 -0800 Subject: add docs for cloud helpers Signed-off-by: Lamont Granquist --- chef-utils/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chef-utils/README.md b/chef-utils/README.md index 4811b3e6b7..3a44cf7330 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 -- cgit v1.2.1