summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkubi <jean.gaoliang@huawei.com>2016-02-23 15:17:51 -0500
committerAna Cunha <ana.cunha@ericsson.com>2016-02-23 12:54:52 +0000
commit21ac7f414dd77d37d5c7ced49c4644b1c580ca02 (patch)
tree036e2fcb126049b774bd5d2f0bda11ab0de07454 /etc
parentcb2f7c2eb7291e6365ea319db1daebd1939b3ded (diff)
ipv6-bug-fix: update physical pod yaml configure
due to the configure of huawei sc physical pod has been changed, ipv6 testing failed, so i update the pod.yaml in yardstick to make it run successfully again JIRA: YARDSTICK-186 Signed-off-by: kubi <jean.gaoliang@huawei.com> (cherry picked from commit 790e54ca0806f4b826fbe77f260f1b3127324507) Change-Id: I883608e49aec5805a41ce20085504aebb0999eb9
Diffstat (limited to 'etc')
-rw-r--r--etc/yardstick/nodes/compass_sclab_physical/pod.yaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/etc/yardstick/nodes/compass_sclab_physical/pod.yaml b/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
index 01881f7a7..b6ff772c8 100644
--- a/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
+++ b/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
@@ -11,26 +11,32 @@
nodes:
-
- name: node2
+ name: node1
role: Controller
ip: 192.168.10.10
user: root
password: root
-
- name: node3
+ name: node2
role: Controller
ip: 192.168.10.11
user: root
password: root
-
+ name: node3
+ role: Controller
+ ip: 192.168.10.12
+ user: root
+ password: root
+-
name: node4
role: Compute
- ip: 192.168.10.12
+ ip: 192.168.10.13
user: root
password: root
-
name: node5
role: Compute
- ip: 192.168.10.13
+ ip: 192.168.10.14
user: root
password: root