Created
May 3, 2016 19:51
-
-
Save stefhen/0cd3c71d107822dd1bb76b6f755b5c46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name "stefhen-standalone" | |
rs_ca_ver 20131202 | |
short_description "Stefhen Tagging Test" | |
long_description "Stefhen Tagging Test long" | |
parameter "security_groups" do | |
label "security_groups" | |
type "string" | |
end | |
resource "standalone_server", type: "server" do | |
name "stefhen_standalone_server" | |
cloud_href "/api/clouds/3" | |
instance_type "m1.small" | |
ssh_key "stefhen-rightscale" | |
security_groups $security_groups | |
server_template find("Base ServerTemplate for Linux (v14.1.1)", revision: 68) | |
end | |
operation "launch" do | |
description "Launch server" | |
definition "launch" | |
end | |
define launch(@standalone_server) do | |
provision(@standalone_server) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment