~ubuntu-branches/ubuntu/utopic/maas/utopic-security

« back to all changes in this revision

Viewing changes to etc/maas/import_pxe_files

  • Committer: Package Import Robot
  • Author(s): Julian Edwards, Julian Edwards, Andres Rodriguez
  • Date: 2014-08-21 18:38:27 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20140821183827-9xyb5u2o4l8g3zxj
Tags: 1.6.1+bzr2550-0ubuntu1
* New upstream bugfix release:
  - Auto-link node MACs to Networks (LP: #1341619)

[ Julian Edwards ]
* debian/maas-region-controller.postinst: Don't restart RabbitMQ on
  upgrades, just ensure it's running.  Should prevent a race with the
  cluster celery restarting.
* debian/rules: Pull upstream branch from the right place.

[ Andres Rodriguez ]
* debian/maas-region-controller.postinst: Ensure cluster celery is
  started if it also runs on the region.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file replaces an older one called import_isos.  Include that here for
2
 
# compatibility.
3
 
if [ -f /etc/maas/import_isos ]
4
 
then
5
 
    cat >&2 <<EOF
6
 
 
7
 
Including obsolete /etc/maas/import_isos in configuration.  This file has been
8
 
superseded by import_pxe_files.  Please see if it can be removed.
9
 
 
10
 
EOF
11
 
    . /etc/maas/import_isos
12
 
fi
13
 
 
14
 
 
15
 
#RELEASES="precise quantal raring saucy trusty"
16
 
#ARCHES="amd64/generic i386/generic armhf/highbank armhf/generic"
17
 
#LOCALE="en_US"
18
 
#IMPORT_EPHEMERALS=1