diff options
author | narindergupta <narinder.gupta@canonical.com> | 2017-04-28 12:04:55 +0200 |
---|---|---|
committer | narindergupta <narinder.gupta@canonical.com> | 2017-04-28 12:04:55 +0200 |
commit | 6baf75637c2543d26e5887f3cb5903b10185e3e1 (patch) | |
tree | 71b84383ebc2c658ceccc63d49bc333c753d2fcb /labconfig | |
parent | bdd8b40ac6b40cb126b4b13f1ae74f7dfeffcd68 (diff) |
modfiied the mac address also reimport the iamges.
Change-Id: I362481f7456ac6b93d5f11ac2ea62f8fe5330e99
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/lenovo/pod1/labconfig.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/labconfig/lenovo/pod1/labconfig.yaml b/labconfig/lenovo/pod1/labconfig.yaml index 3e9cfecb..ba56362a 100644 --- a/labconfig/lenovo/pod1/labconfig.yaml +++ b/labconfig/lenovo/pod1/labconfig.yaml @@ -69,10 +69,10 @@ lab: nics: - ifname: intf100 spaces: [admin] - mac: ["00:1E:67:E0:0A:4B"] + mac: ["24:8a:07:3f:95:fe"] - ifname: intf101 spaces: [floating] - mac: ["00:1E:67:E0:0A:4C"] + mac: ["24:8a:07:3f:95:ff"] power: type: ipmi address: 192.0.5.129 |