Skip to content

Commit fd793cf

Browse files
committed
Update uni07eta to involve 3 compute nodes
For Octavia active-standby, the testing requires having at least 3 compute nodes, however so far there were only 2 nodes defined in this scenario. This commit alters the DT to match the current shape defined in the downstream job.
1 parent 5772e59 commit fd793cf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

examples/dt/uni07eta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ multiple backends and networker.
1717
| Role | Machine Type | Count |
1818
| ----------------- | ------------ | ----- |
1919
| Compact OpenShift | vm | 3 |
20-
| OpenStack Compute | vm | 2 |
20+
| OpenStack Compute | vm | 3 |
2121
| Networker | vm | 3 |
2222

2323
### Networks

examples/dt/uni07eta/edpm/values.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,22 @@ data:
125125
- name: tenant
126126
subnetName: subnet1
127127

128+
edpm-compute-2:
129+
ansible:
130+
ansibleHost: 192.168.122.102
131+
hostName: edpm-compute-2
132+
networks:
133+
- defaultRoute: true
134+
fixedIP: 192.168.122.102
135+
name: ctlplane
136+
subnetName: subnet1
137+
- name: internalapi
138+
subnetName: subnet1
139+
- name: storage
140+
subnetName: subnet1
141+
- name: tenant
142+
subnetName: subnet1
143+
128144
services:
129145
- bootstrap
130146
- download-cache

0 commit comments

Comments
 (0)