Skip to content

Instantly share code, notes, and snippets.

@smford22
Last active August 29, 2015 14:17
Show Gist options
  • Save smford22/f65e39baf45a84e9eb0a to your computer and use it in GitHub Desktop.
Save smford22/f65e39baf45a84e9eb0a to your computer and use it in GitHub Desktop.
analytic-cluster environment template for chefconf workshop
{
  "name": "<firstname-lastname>",
  "description": "An example environment for a Chef Server and Chef Analytics",
  "json_class": "Chef::Environment",
  "chef_type": "environment",
  "override_attributes": {
    "analytics-cluster": {
      "id": "<firstname-lastname>",
      "aws": {
        "key_name": "chefconf2015",
        "ssh_username": "root",
        "image_id": "ami-cda985fd",
        "subnet_id": "subnet-8f847cd6",
        "security_group_ids": "sg-63291806",
        "use_private_ip_for_ssh": false
      },
      "chef-server": {
        "flavor": "m3.medium",
        "organization": "chefadmin"
      },
      "analytics": {
        "flavor": "m3.medium"
      }
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment