Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Check asg health check is done #188

Merged

Commits on Feb 23, 2016

  1. Add automatic upgrades to cloud-init.

    This change adds in automatic package upgrades to user data for
    instances when we are using linux AMIs.
    
    * Add some default user data to have updates on boot on Linux AMIs by default
    * Update expected user data in tests
    Niall Creech committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    5429a6e View commit details
    Browse the repository at this point in the history
  2. Update to latest Ubuntu 14.04 LTS AMI

    Niall Creech committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    873666b View commit details
    Browse the repository at this point in the history
  3. Allow the ASG config to use ELB healthchecks

    This change adds the ability to configure the ASG from
    the cloudformation file in more detail.
    Niall Creech committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    7cfc5ed View commit details
    Browse the repository at this point in the history
  4. Merge pull request #185 from ministryofjustice/add_upgrade_to_cloud_init

    Add automatic upgrades to cloud-init.
    mattpep committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    2d8263c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2016

  1. Modified instance-cycling

      - Added a delay to wait the ASG::HealthCheckGracePeriod
      - Add missing VPC class import to fab_tasks
      - Removed a `pass` statement no longer needed
      - Added a check on number of instances during the instance cycling loop
    Niall Creech authored and Benedetto Lo Giudice committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    b66dcd8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add_cycle_instances_task' into check_asg_health_check_i…

    …s_done
    Benedetto Lo Giudice committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    6549ce2 View commit details
    Browse the repository at this point in the history