Skip to content

Asgard Configuration

Joe Sondow edited this page Aug 16, 2013 · 14 revisions

Optional functions of Asgard can be enabled by editing ~/.asgard/Config.groovy

// List of relevant Amazon Web Services account numbers as strings, starting with the 
// account primarily used by this Asgard instance. All other accounts in the list are
// candidates for cross-account sharing of resources such as Amazon Machine Images 
// (AMIs). When an AMI gets used in an Auto Scaling Group in the current account,
// Asgard then attempts to grant launch permissions for that AMI to all other accounts
// in this list.
grails.awsAccounts = ['123456789012', '098765432109']

// Map of interesting AWS account numbers to account nicknames. These will be 
// displayed on the home page and may also be used in some parts of the user 
// interface to show the account nickname instead of the account number.
grails.awsAccountNames = ['123456789012': 'test', '098765432109': 'prod']
Clone this wiki locally