~rodsmith/maas-cert-server/fix-deployment-failures

« back to all changes in this revision

Viewing changes to usr/sbin/maniacs-setup

  • Committer: Jeff Lane
  • Author(s): Rod Smith
  • Date: 2015-08-07 00:30:46 UTC
  • mfrom: (30.1.1 setup-14.04.3)
  • Revision ID: jeff_lane-20150807003046-yg4p40t90qclxwc8
Updated maniacs-setup script to pull down 14.04.3 images, as well as earlier versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
    echo "*"
597
597
    get_yn "* Do you want to import the 12.04 point-release images, too" "N"
598
598
    if [ "$YN" = "Y" ] ; then
599
 
        local versions=(14.04.2 14.04.1 14.04 12.04 12.04.1 12.04.2 12.04.3 12.04.4 12.04.5)
 
599
        local versions=(14.04.3 14.04.2 14.04.1 14.04 12.04 12.04.1 12.04.2 12.04.3 12.04.4 12.04.5)
600
600
    else
601
 
        local versions=(14.04.2 14.04.1 14.04)
 
601
        local versions=(14.04.3 14.04.2 14.04.1 14.04)
602
602
    fi
603
603
    local is_i386=`maas admin boot-resources read | grep i386`
604
604
    for release in ${versions[@]}; do