diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-10-08 09:33:20 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-10-17 14:35:07 +0000 |
commit | 2f5317d594411424be9bffeb4ccfe441e7b50530 (patch) | |
tree | 62cb091db415ac9067a040ca209fd2413ccb2137 /resources/tools/testbed-setup/ansible | |
parent | cf4c60a780c0090174634ca87289001d7f02fc99 (diff) |
Script for PXE host staging
Introducing script for staging server via PXE and controlling
CIMC/IPMI reboot.
Change-Id: I1667e1906e7de73b7bca994d82de75e12c0d382a
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/ansible')
-rw-r--r-- | resources/tools/testbed-setup/ansible/production | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/resources/tools/testbed-setup/ansible/production b/resources/tools/testbed-setup/ansible/production index f2364031b6..465796546e 100644 --- a/resources/tools/testbed-setup/ansible/production +++ b/resources/tools/testbed-setup/ansible/production @@ -1,20 +1,20 @@ all: children: -# haswell: -# children: -# tg: -# hosts: -# 10.30.51.16: null #t1-tg1 -# 10.30.51.20: null #t2-tg1 -# 10.30.51.24: null #t3-tg1 -# sut: -# hosts: -# 10.30.51.17: null #t1-sut1 -# 10.30.51.18: null #t1-sut2 -# 10.30.51.21: null #t2-sut1 -# 10.30.51.22: null #t2-sut2 -# 10.30.51.25: null #t3-sut1 -# 10.30.51.26: null #t3-sut2 + haswell: + children: + tg: + hosts: + 10.30.51.16: null #t1-tg1 + 10.30.51.20: null #t2-tg1 + 10.30.51.24: null #t3-tg1 + sut: + hosts: + 10.30.51.17: null #t1-sut1 + 10.30.51.18: null #t1-sut2 + 10.30.51.21: null #t2-sut1 + 10.30.51.22: null #t2-sut2 + 10.30.51.25: null #t3-sut1 + 10.30.51.26: null #t3-sut2 # virl: # WARNING, DO NOT ENABLE VIRL UNLESS YOU KNOW WHAT YOU ARE DOING # hosts: # 10.30.51.28: null #t4-virl1 |