From 45c352857073042391ee03f9f2c7f37547ea22f8 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 31 May 2018 06:39:45 +0000 Subject: Add s17-t33-tg1 into ansible/pxe Change-Id: I1e44a17391b19aa09042d02e6f072a7ee3738bb8 Signed-off-by: Peter Mikus --- resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml | 4 ++++ resources/tools/testbed-setup/ansible/production | 1 + 2 files changed, 5 insertions(+) create mode 100644 resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml (limited to 'resources/tools/testbed-setup/ansible') diff --git a/resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml b/resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml new file mode 100644 index 0000000000..598ccff127 --- /dev/null +++ b/resources/tools/testbed-setup/ansible/host_vars/10.30.51.49.yaml @@ -0,0 +1,4 @@ +--- +# file: host_vars/10.30.51.49.yaml + +hostname: "s17-t33-tg1" diff --git a/resources/tools/testbed-setup/ansible/production b/resources/tools/testbed-setup/ansible/production index 77bb20344c..ee25c46326 100644 --- a/resources/tools/testbed-setup/ansible/production +++ b/resources/tools/testbed-setup/ansible/production @@ -26,6 +26,7 @@ all: hosts: 10.30.51.45: null #s2-t21-tg1 10.30.51.48: null #s11-t31-tg1 + 10.30.51.49: null #s17-t33-tg1 sut: hosts: 10.30.51.44: null #s1-t21-sut1 -- cgit 1.2.3-korg