Skip to content

Commit

Permalink
Merge pull request openshift#1889 from barbacbd/CORS-3488
Browse files Browse the repository at this point in the history
CORS-3488: Add GCP CAPI installer to tech preview feature set.
  • Loading branch information
openshift-merge-bot[bot] authored May 14, 2024
2 parents 88a8afe + 6754b27 commit 944467d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
| ------ | --- | --- | --- | --- | --- | --- |
| ClusterAPIInstall| | | | | | |
| ClusterAPIInstallAzure| | | | | | |
| ClusterAPIInstallGCP| | | | | | |
| ClusterAPIInstallIBMCloud| | | | | | |
| EventedPLEG| | | | | | |
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
| AutomatedEtcdBackup| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| CSIDriverSharedResource| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ChunkSizeMiB| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ClusterAPIInstallAWS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ClusterAPIInstallGCP| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ClusterAPIInstallNutanix| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ClusterAPIInstallOpenStack| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
| ClusterAPIInstallPowerVS| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
Expand Down
1 change: 1 addition & 0 deletions features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ var (
reportProblemsToJiraComponent("Installer").
contactPerson("bfournie").
productScope(ocpSpecific).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateClusterAPIInstallIBMCloud = newFeatureGate("ClusterAPIInstallIBMCloud").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
{
"name": "ClusterAPIInstallAzure"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallIBMCloud"
},
Expand Down Expand Up @@ -65,6 +62,9 @@
{
"name": "ClusterAPIInstallAWS"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallNutanix"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
{
"name": "ClusterAPIInstallAzure"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallIBMCloud"
},
Expand Down Expand Up @@ -65,6 +62,9 @@
{
"name": "ClusterAPIInstallAWS"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallNutanix"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
{
"name": "ClusterAPIInstallAzure"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallIBMCloud"
},
Expand Down Expand Up @@ -65,6 +62,9 @@
{
"name": "ClusterAPIInstallAWS"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallNutanix"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
{
"name": "ClusterAPIInstallAzure"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallIBMCloud"
},
Expand Down Expand Up @@ -65,6 +62,9 @@
{
"name": "ClusterAPIInstallAWS"
},
{
"name": "ClusterAPIInstallGCP"
},
{
"name": "ClusterAPIInstallNutanix"
},
Expand Down

0 comments on commit 944467d

Please sign in to comment.