Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support creation of cross hostedzone Route53 alias records. #575

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Commits on May 22, 2014

  1. Support creation of cross hostedzone Route53 alias records.

    Enhances the api to allow creation of alias records where the target
    could be in a different hosted zone and also supports setting the target
    health check flag on the alias record.
    The different hosted zone is quite common if we are creating an alias to
    an Amazon Load Balancer.
    Also, without the health check flag being set, the AWS api will throw an
    exception when creating an alias to an ELB.
    Finally, when creating an alias record, the api was failing because an
    empty ResourceRecord was being passed to the create request.
    Melvin Cardozo committed May 22, 2014
    Configuration menu
    Copy the full SHA
    f8cd91b View commit details
    Browse the repository at this point in the history
  2. Add missing argument to the delete of a cross hosted zone alias record.

    The hosted zone id of the alias target is different from that of the
    hosted zone from which the record is being removed. Using the hosted
    zone id of the zone from which the record is being deleted is not
    correct.
    Melvin Cardozo committed May 22, 2014
    Configuration menu
    Copy the full SHA
    fd4da2e View commit details
    Browse the repository at this point in the history
  3. Reformat extra long lines.

    Melvin Cardozo committed May 22, 2014
    Configuration menu
    Copy the full SHA
    10d4ec9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2014

  1. an automated deployment should execute arbitrary steps

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    678f398 View commit details
    Browse the repository at this point in the history
  2. introduce better spacing around inputs for specifying a deployment

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    b50b2f4 View commit details
    Browse the repository at this point in the history
  3. give option to show all AMIs for auto deployment

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    d4508a9 View commit details
    Browse the repository at this point in the history
  4. during auto deployment, next ASG should not be disabled even if previ…

    …ous ASG is
    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    dcf72cd View commit details
    Browse the repository at this point in the history
  5. maintain selects per subnet

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    60b1bc6 View commit details
    Browse the repository at this point in the history
  6. better display of selected values in selects

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    72cf174 View commit details
    Browse the repository at this point in the history
  7. fix tests

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    052ca20 View commit details
    Browse the repository at this point in the history
  8. add comment

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    35899c3 View commit details
    Browse the repository at this point in the history
  9. get all ELBs from AWS

    Apparently there is a limit of 400 ELBs per request, and we need to start using the "optional" marker to get the rest.
    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    3698cc9 View commit details
    Browse the repository at this point in the history
  10. Moved user data provider implementations into a userdata package.

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    009bbab View commit details
    Browse the repository at this point in the history
  11. Refactored junit RelationshipTests to spock RelationshipSpec

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    25c02e6 View commit details
    Browse the repository at this point in the history
  12. Stopped using a deprecated method

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    10a838b View commit details
    Browse the repository at this point in the history
  13. Removing assumption that user data has unix "export" keyword.

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    66052c8 View commit details
    Browse the repository at this point in the history
  14. ASGARD-1309 Platform-independent user data format

    Similar to a properties file.
    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    27a7bd7 View commit details
    Browse the repository at this point in the history
  15. Declared PropertiesUserDataProvider managed bean for use by config file

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    ba244c4 View commit details
    Browse the repository at this point in the history
  16. The list of selectable VPCs for a new Security Group is now filtered …

    …to ones that have a purpose.
    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    c057db4 View commit details
    Browse the repository at this point in the history
  17. ASGARD-1316 - Account-specific Windows user data format

    This allows Asgard for certain AWS accounts to use properties file formatted user data for all windows AMI deployments, without changing the behavior of Asgard managing other AWS accounts.
    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    58717bb View commit details
    Browse the repository at this point in the history
  18. Triggering another pull request build

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    d53e086 View commit details
    Browse the repository at this point in the history
  19. capacity should be supplied to deployment template

    claymccoy authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    1fb3cf2 View commit details
    Browse the repository at this point in the history
  20. Logging for new dev runtime environment

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    135a6af View commit details
    Browse the repository at this point in the history
  21. AllowRole laptop unit tests

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    569653f View commit details
    Browse the repository at this point in the history
  22. Removed extra blank line

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    5cfb760 View commit details
    Browse the repository at this point in the history
  23. Enabled the option of targeting multiple target account for image rep…

    …lication from a single source account.
    
    The old code assumed that there could only be a single target account for image replication.
    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    5b3e6c8 View commit details
    Browse the repository at this point in the history
  24. Release notes for asgard-1.5

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    763e6a0 View commit details
    Browse the repository at this point in the history
  25. Fixed typo in variable name

    Joe Sondow authored and Melvin Cardozo committed Jun 9, 2014
    Configuration menu
    Copy the full SHA
    41bb95d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2014

  1. SWF task was not found when it had no log messages

    because last() throws an exception for an empty Collection
    claymccoy authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    22990f4 View commit details
    Browse the repository at this point in the history
  2. Suggested fix for issue Netflix#334

    In order to support automatically taking any block device mapping of an AMI into an ASG they can be taken from the image itself. Any default EBS volumes on the AMI will be mounted as usual. 
    
    This solves the issue we've been having with asgard not mounting the ephemeral disks in the AMI
    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    c62b01c View commit details
    Browse the repository at this point in the history
  3. Preserve the old signature for backwards compability

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    fd5dd75 View commit details
    Browse the repository at this point in the history
  4. Fixed style

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    efbeaff View commit details
    Browse the repository at this point in the history
  5. Update AwsAutoScalingService.groovy

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    2cf47d8 View commit details
    Browse the repository at this point in the history
  6. Surpress errors for trailing whitespace

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    5af97fb View commit details
    Browse the repository at this point in the history
  7. Merge config with those on ami

    Gives presedence for those in the configuration
    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    2bd6972 View commit details
    Browse the repository at this point in the history
  8. Added tests for merge

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    4555d6c View commit details
    Browse the repository at this point in the history
  9. Removed a tab

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    09f95a3 View commit details
    Browse the repository at this point in the history
  10. Removed a tab

    OskarKjellin authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    5a597d9 View commit details
    Browse the repository at this point in the history
  11. Revert "Merge pull request Netflix#589 from OskarKjellin/patch-1"

    This reverts commit ff6e5e1, reversing
    changes made to d527213.
    claymccoy authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    14c421c View commit details
    Browse the repository at this point in the history
  12. Do not disable the next ASG if there is a problem enabling the previo…

    …us ASG.
    
    We do not want to disable the whole ASG.
    claymccoy authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    6b72eb2 View commit details
    Browse the repository at this point in the history
  13. fixes to keep test from stalling in Coudbees

    claymccoy authored and Melvin Cardozo committed Jun 25, 2014
    Configuration menu
    Copy the full SHA
    01872f1 View commit details
    Browse the repository at this point in the history