Browse code

Add 3 nodes nodeset based on Ubuntu bionic

It is needed for example in neutron-tempest-dvr-ha-multinode-full
job.

Change-Id: I1b9dbb256e338d7018adb8b2ee97999ebd8eda44
Related-Bug: #1804844

Slawek Kaplonski authored on 2019/02/25 18:46:52
Showing 1 changed files
... ...
@@ -148,6 +148,41 @@
148 148
         nodes:
149 149
           - compute1
150 150
 
151
+- nodeset:
152
+    name: openstack-three-node-bionic
153
+    nodes:
154
+      - name: controller
155
+        label: ubuntu-bionic
156
+      - name: compute1
157
+        label: ubuntu-bionic
158
+      - name: compute2
159
+        label: ubuntu-bionic
160
+    groups:
161
+      # Node where tests are executed and test results collected
162
+      - name: tempest
163
+        nodes:
164
+          - controller
165
+      # Nodes running the compute service
166
+      - name: compute
167
+        nodes:
168
+          - controller
169
+          - compute1
170
+          - compute2
171
+      # Nodes that are not the controller
172
+      - name: subnode
173
+        nodes:
174
+          - compute1
175
+          - compute2
176
+      # Switch node for multinode networking setup
177
+      - name: switch
178
+        nodes:
179
+          - controller
180
+      # Peer nodes for multinode networking setup
181
+      - name: peers
182
+        nodes:
183
+          - compute1
184
+          - compute2
185
+
151 186
 - job:
152 187
     name: devstack-base
153 188
     parent: multinode