Skip to content

Instantly share code, notes, and snippets.

@yeshess
Last active October 16, 2017 08:09
Show Gist options
  • Save yeshess/59b1aa4a28c61a48dae805e4a54051cf to your computer and use it in GitHub Desktop.
Save yeshess/59b1aa4a28c61a48dae805e4a54051cf to your computer and use it in GitHub Desktop.
my.server.type:
derived_from: tosca.nodes.Compute
properties:
ssh_public_key_filename:
type: string
iaas_url:
type: string
attributes:
ip_address:
type: string
interfaces:
Standard:
create: scripts/create-instance.sh
configure: scripts/configure-configure-instance.sh
start: scripts/start.sh
stop: scripts/stop.sh
delete: scripts/delete.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment