~smoser/ubuntu/wily/maas/lp1474417

« back to all changes in this revision

Viewing changes to etc/maas/templates/power/amt.template

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-04-15 14:41:32 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140415144132-anz6dn7ka9hso35i
Tags: 1.5+bzr2267-0ubuntu1
* New upstream bugfix release. Fixes:
  - Hardware Enablement for Cisco B-Series. (LP: #1300476)
  - Allow AMT power type to specify IP Address. (LP: #1308772)
  - Spurious failure when starting and creating lock files. (LP: 1308069)
  - Fix regression introduced by a security fix (LP: #1311433, LP: #1311433)
  - Fix usage of hardware enablement kernels by fixing the preseeds
    (LP: #1310082, LP: #1310076, LP: #1310082)
  - Fix parallel juju deployments. (LP: #1314409)
  - Clear distro_series when stopping node from WebUI (LP: #1316396)
  - Fix click hijacking (LP: #1298784)
  - Fix blocking API client when deleting a resource (LP: #1313556)
  - Do not import Trusty RC images by default (LP: #1311151)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# -*- mode: shell-script -*-
3
3
#
4
4
# Control a system via amttool
 
5
power_address='{{power_address}}'
5
6
power_change='{{power_change}}'
6
7
power_pass='{{power_pass}}'
7
8
ip_address='{{ip_address}}'
8
9
 
 
10
# The user specified power_address overrides any automatically determined
 
11
# ip_address.
 
12
if [ -n "$power_address" ]; then
 
13
  ip_address=$power_address
 
14
fi
 
15
 
9
16
echo amt.template starting $*
10
17
 
11
18
echo ip_address $ip_address