delete obsoleted zte pod info 93/49993/1
authorzhihui wu <wu.zhihui1@zte.com.cn>
Thu, 4 Jan 2018 02:01:31 +0000 (10:01 +0800)
committerzhihui wu <wu.zhihui1@zte.com.cn>
Thu, 4 Jan 2018 02:01:31 +0000 (10:01 +0800)
Delete zte pod info in yardstick/etc/yardstick/nodes.

Change-Id: Ie22fd9fa4b84529f0b2a7d113776d3559106e67a
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
etc/yardstick/nodes/zte_pod1.yaml [deleted file]

diff --git a/etc/yardstick/nodes/zte_pod1.yaml b/etc/yardstick/nodes/zte_pod1.yaml
deleted file mode 100644 (file)
index ec6e464..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-##############################################################################
-# Copyright (c) 2017 ZTE corporation and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
----
-# sample config file about the POD information, including the
-# name/IP/user/ssh key of Bare Metal and Controllers/Computes
-#
-# The options of this config file include:
-# name: the name of this node
-# role: node's role, support role: Master/Controller/Comupte/BareMetal
-# ip: the node's IP address
-# user: the username for login
-# key_filename:the path of the private key file for login
-
-nodes:
--
-    name: node1
-    role: Controller
-    ip: 10.20.0.20
-    user: root
-    key_filename: /root/.ssh/id_rsa
--
-    name: node2
-    role: Controller
-    ip: 10.20.0.21
-    user: root
-    key_filename: /root/.ssh/id_rsa
--
-    name: node3
-    role: Controller
-    ip: 10.20.0.22
-    user: root
-    key_filename: /root/.ssh/id_rsa
--
-    name: node4
-    role: Compute
-    ip: 10.20.0.23
-    user: root
-    key_filename: /root/.ssh/id_rsa
--
-    name: node5
-    role: Compute
-    ip: 10.20.0.24
-    user: root
-    key_filename: /root/.ssh/id_rsa