diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-30 12:24:34 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-01-30 12:24:34 -0800 |
commit | b193f951dc51307cdc8573f952cba993f9760fdc (patch) | |
tree | 5cef72823e929712dc5713671405c5d6a28dec10 /chef-utils | |
parent | 2fefda5ac60751933181eb98e25daad8d972bfcf (diff) | |
download | chef-b193f951dc51307cdc8573f952cba993f9760fdc.tar.gz |
add docs for cloud helperslcg/chef-sugar-cloud
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |