Commit 7e919e2
MULTIARCH-5544: Added support to create s390x NodePool with kubevirt platform (#6239)
* feat: Updated nodepool_controller to support s390x nodepool for kubevirt platform and updated unit tests
Adds support to create s390x nodepool with kubevirt platform by updating nodepool controller and its unit tests
* feat: Updated CRD manifests to include s390x as a supported architecture and updated vendored dependencies
This adds changes to update nodepool CRD manifests to include s390x as a supported architecture
* feat: Added CEL Validations for s390x Nodepool architecture
This adds changes to add CEL Validations to Nodepool architecture
* feat: Added vendor changes for CEL Validations for s390x Nodepool architecture
This vendor changes to add CEL Validations to Nodepool architecture
* feat: Updated CEL Validations for s390x Nodepool architecture to nodepool level
These changes updates CEL Validations for s390x Nodepool architecture to nodepool level
* test: Added test cases for nodepool arch validation in create_cluster_test.go
These changes adds test cases for handling nodepool arch validation for kubevirt platform
* test: Added test cases for nodepool arch validation in create_cluster_test.go
These changes adds test cases for handling nodepool arch validation for kubevirt platform
* feat: Updated test cases for nodepool arch validation in create_cluster_test.go
These changes updates test cases for nodepool arch validation in create_cluster_test.go
* test: updated test case name
Signed-off-by: DAMISETTI-VEERABHADRARAO <[email protected]>
* fix: ran make verify for fixing the check
Signed-off-by: root <[email protected]>
* fix: Resolving commits in test/e2e/create_cluster_test.go
Signed-off-by: root <[email protected]>
* fix: updated test/e2e/create_cluster_test.go using make verify
Signed-off-by: root <[email protected]>
---------
Signed-off-by: DAMISETTI-VEERABHADRARAO <[email protected]>
Signed-off-by: root <[email protected]>
Signed-off-by: root <[email protected]>
Co-authored-by: root <[email protected]>
Co-authored-by: root <[email protected]>1 parent 9c695e2 commit 7e919e2
File tree
12 files changed
+57
-10
lines changed- api/hypershift/v1beta1
- zz_generated.featuregated-crd-manifests/nodepools.hypershift.openshift.io
- cmd
- cluster/core
- install/assets/hypershift-operator/zz_generated.crd-manifests
- docs/content/reference
- hypershift-operator/controllers/nodepool
- test/e2e
- vendor/github.com/openshift/hypershift/api/hypershift/v1beta1
12 files changed
+57
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
1458 | 1459 | | |
1459 | 1460 | | |
1460 | 1461 | | |
| 1462 | + | |
| 1463 | + | |
1461 | 1464 | | |
1462 | 1465 | | |
1463 | 1466 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
1644 | 1645 | | |
1645 | 1646 | | |
1646 | 1647 | | |
| 1648 | + | |
| 1649 | + | |
1647 | 1650 | | |
1648 | 1651 | | |
1649 | 1652 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | | - | |
716 | 715 | | |
717 | 716 | | |
718 | 717 | | |
719 | 718 | | |
720 | 719 | | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
1647 | 1648 | | |
1648 | 1649 | | |
1649 | 1650 | | |
| 1651 | + | |
| 1652 | + | |
1650 | 1653 | | |
1651 | 1654 | | |
1652 | 1655 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
1461 | 1462 | | |
1462 | 1463 | | |
1463 | 1464 | | |
| 1465 | + | |
| 1466 | + | |
1464 | 1467 | | |
1465 | 1468 | | |
1466 | 1469 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
1647 | 1648 | | |
1648 | 1649 | | |
1649 | 1650 | | |
| 1651 | + | |
| 1652 | + | |
1650 | 1653 | | |
1651 | 1654 | | |
1652 | 1655 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1138 | 1138 | | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | | - | |
1142 | | - | |
| 1141 | + | |
1143 | 1142 | | |
1144 | 1143 | | |
1145 | 1144 | | |
| |||
10325 | 10324 | | |
10326 | 10325 | | |
10327 | 10326 | | |
10328 | | - | |
10329 | | - | |
| 10327 | + | |
10330 | 10328 | | |
10331 | 10329 | | |
10332 | 10330 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
| 1348 | + | |
1337 | 1349 | | |
1338 | 1350 | | |
1339 | 1351 | | |
| |||
0 commit comments