Skip to content

Instantly share code, notes, and snippets.

@codyde
Created December 7, 2018 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codyde/776b5ba6260c1b6ac4660810dc8e8dd9 to your computer and use it in GitHub Desktop.
Save codyde/776b5ba6260c1b6ac4660810dc8e8dd9 to your computer and use it in GitHub Desktop.
Focused on Storage Constraint
inputs: {}
resources:
Cloud_Machine_1:
type: Cloud.Machine
properties:
constraints:
- tag: 'cloud:vsphere'
image: Ubuntu
flavor: small
networks:
- name: '${Cloud_Network_1.name}'
assignment: static
storage:
constraints:
- tag: "ds:mgt"
count: 1
Cloud_Network_1:
type: Cloud.Network
properties:
name: Core
networkType: existing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment