Created
          March 24, 2016 21:03 
        
      - 
      
- 
        Save mcallaway/bf2e2d858b5008b7448f 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
    
  
  
    
  | heat_template_version: 2014-10-16 | |
| description: server cluster | |
| parameters: | |
| size: | |
| type: number | |
| default: 2 | |
| description: How many servers | |
| resources: | |
| cluster: | |
| type: OS::Heat::ResourceGroup | |
| properties: | |
| count: {get_param: size} | |
| resource_def: | |
| type: coreos.yaml | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment