~julian-edwards/maas/commissioning_error_check_bug_1239668

« back to all changes in this revision

Viewing changes to etc/maas/import_ephemerals

  • Committer: Tarmac
  • Author(s): Raphael Badin
  • Date: 2013-10-09 07:58:23 UTC
  • mfrom: (1656.2.4 use-new-import-script)
  • Revision ID: tarmac-20131009075823-f68tyd0oxs2sbi50
[r=andreserl][bug=][author=rvb] Use maas-import-ephemerals.py instead of maas-import-ephemerals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## get default settings from import_pxe_files
2
 
[ ! -f /etc/maas/import_pxe_files ] || . /etc/maas/import_pxe_files
3
 
 
4
 
# CLOUD_IMAGES_ARCHIVE sets the URL where the script can download Ubuntu
5
 
# cloud images.  This used to be called REMOTE_IMAGES_MIRROR, and the old
6
 
# name is still supported for compatibility with older installations.
7
 
if [ -n "$REMOTE_IMAGES_MIRROR" ]; then
8
 
    CLOUD_IMAGES_ARCHIVE="$REMOTE_IMAGES_MIRROR"
9
 
fi
10
 
#CLOUD_IMAGES_ARCHIVE="https://cloud-images.ubuntu.com"
11
 
 
12
 
#TARGET_NAME_PREFIX="iqn.2004-05.com.ubuntu:maas:"
13
 
#DATA_DIR="/var/lib/maas/ephemeral"
14
 
#RELEASES="precise"
15
 
#ARCHES="amd64/generic i386/generic"
16
 
#TARBALL_CACHE_D="" # set to cache downloaded content