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-04 00:23:03 -0600 |
commit | 3cf3ead1aed39feab4447d55b97c979225c8a72f (patch) | |
tree | affe6c8ddb7460a25fec13906d4346d7ef107f83 /ci/maas/att/virpod1 | |
parent | f394a823013d15b1fa9039aed1384e2fdafc37db (diff) |
modified the att nuc environment to auto populate server with
wake on lan.
Change-Id: I2e49aad42e628cb3ddc1448bc02f59942b74bd33
Diffstat (limited to 'ci/maas/att/virpod1')
-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 |