Skip to content
Rodolphe Quiédeville edited this page Jun 4, 2014 · 3 revisions

Configuration

Build parameters

  • play (string) : forum, edxapp, xqueue, etc

  • deployment (string) : edx, edge, etc

  • environment (string) : stage,prod, etc

  • refs (yaml) : repo revisions to pass to abbey. This is provided in YAML yntax, and we put the contents in a file that abbey reads. Refs are different from 'vars' in that each ref is set as a tag on output AMI.

  • vars (yaml) : other vars to pass to abbey. This is provided in YAML syntax, and we put the contents in a file that abbey reads.

  • configuration (string) The GITREF of configuration to use. Leave blank to default to master.

  • configuration_secure (string) : The GITREF of configuration-secure repository to use. Leave blank to default to master.

  • base_ami (string) : Optional AMI to use as base AMI for abbey instance, see Single-AWS-server-installation-using-Amazon-Machine-Image

  • use_blessed (boolean) : whether or not to use blessed AMIs