summaryrefslogtreecommitdiffstats
path: root/lib/launch_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/launch_helper.rb')
-rw-r--r--[-rwxr-xr-x]lib/launch_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/launch_helper.rb b/lib/launch_helper.rb
index 2033f3ddb..0fe5ea6dc 100755..100644
--- a/lib/launch_helper.rb
+++ b/lib/launch_helper.rb
@@ -21,6 +21,10 @@ module OpenShift
def self.get_gce_host_types()
return Dir.glob("#{MYDIR}/../playbooks/gce/*").map { |d| File.basename(d) }
end
+
+ def self.get_aws_host_types()
+ return Dir.glob("#{MYDIR}/../playbooks/aws/*").map { |d| File.basename(d) }
+ end
end
end
end