diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-18 14:29:51 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-08-18 14:30:35 -0500 |
commit | 5a478309e4fd0ce1219f213b5691a1a6266c8eed (patch) | |
tree | b99a3c429ca2664e9b2d2d5d599f1fa597e3bc68 /ci | |
parent | 1098848cea7ad32b94d517dbb449f01e65410f76 (diff) |
modfiied to support att pod. Also change the IMAGE_UUID to capture
correct image.
Change-Id: I24db2273b9a2ff4ad5fd93c597372e62af3526b9
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_tpl/maas_tpl/maas-nodes.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/maas_tpl/maas-nodes.yaml b/ci/config_tpl/maas_tpl/maas-nodes.yaml index dc341851..e32dd7ca 100644 --- a/ci/config_tpl/maas_tpl/maas-nodes.yaml +++ b/ci/config_tpl/maas_tpl/maas-nodes.yaml @@ -21,7 +21,7 @@ type: ipmi user: {{ node.power.user }} {% elif node.power.type=='wakeonlan' %} - type: etherwake + type: ether_wake mac_address: {{ node.power.mac_address }} {% endif %} tags: {{ ' '.join(node.roles) }} |