diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-04 00:23:03 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-02-05 13:31:22 +0000 |
commit | c94ed1d5ce17bc8ec8ae9c9d8051fd6ca975f94d (patch) | |
tree | 0fab348f57d810df7a2e7c48d6f8aa0c5b93cada /ci | |
parent | 91c88faaf0494b9410f1db5ee0b736fc4ee259c7 (diff) |
modified the att nuc environment to auto populate server with
wake on lan.
Change-Id: I2e49aad42e628cb3ddc1448bc02f59942b74bd33
(cherry picked from commit 3cf3ead1aed39feab4447d55b97c979225c8a72f)
Diffstat (limited to 'ci')
-rw-r--r-- | ci/maas/att/virpod1/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/maas/att/virpod1/deployment.yaml b/ci/maas/att/virpod1/deployment.yaml index 9a36dc8c..effeab2b 100644 --- a/ci/maas/att/virpod1/deployment.yaml +++ b/ci/maas/att/virpod1/deployment.yaml @@ -103,7 +103,7 @@ demo-maas: - "<controller1-mac>" power: type: ether_wake - address: <controller1-mac> + mac_address: <controller1-mac> - name: compute1 tags: compute @@ -112,7 +112,7 @@ demo-maas: - "<compute1-mac>" power: type: ether_wake - address: <compute1-mac> + mac_address: <compute1-mac> # Contains the virtual machine parameters for creating the Juju bootstrap # node virtual machine |