summaryrefslogtreecommitdiffstats
path: root/nodepool
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-03-08 14:24:43 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-03-08 14:24:43 -0800
commit93a561af00abace45cf2363d85e4541e63e3b3a2 (patch)
tree8102893c6a4d2eab087d0409398e6d37ec67758f /nodepool
parenteeea06eb5c693e1c03c72e69a67bb78550cb38a4 (diff)
Add new networks for multilink testing
Switch to Interlink1-6 networks for multilink labs Change-Id: I119a9751e96ebf787e23234cc53a5882b419976b Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'nodepool')
-rw-r--r--nodepool/nodepool.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml
index 70863a8c..f8676f69 100644
--- a/nodepool/nodepool.yaml
+++ b/nodepool/nodepool.yaml
@@ -53,9 +53,17 @@ providers:
networks:
- name: 'fdio'
public: True
- - name: 'TestNet1'
+ - name: 'Interlink1'
public: False
- - name: 'TestNet2'
+ - name: 'Interlink2'
+ public: False
+ - name: 'Interlink3'
+ public: False
+ - name: 'Interlink4'
+ public: False
+ - name: 'Interlink5'
+ public: False
+ - name: 'Interlink6'
public: False
images:
- name: 'trusty-multilink'