Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Gorbatov <[email protected]>
  • Loading branch information
sprait committed Nov 28, 2024
1 parent 26440b1 commit 068981d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflow_templates/build-and-test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- run: |
echo Enable ${{ needs.pull_request_info.outputs.edition }}
enable_se-plus:
enable_se_plus:
if: ${{ needs.pull_request_info.outputs.edition == 'SE+' }}
name: Enable SE+
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
- run: |
echo Enable ${{ needs.pull_request_info.outputs.edition }}
enable_se-plus:
enable_se_plus:
if: ${{ needs.pull_request_info.outputs.edition == 'SE+' }}
name: Enable SE+
needs:
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/_data/deckhouse-alerts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ alerts:
sourceFile: ee/se-plus/modules/021-cni-cilium/monitoring/prometheus-rules/egressgatewaypolicies.yaml
moduleUrl: 021-cni-cilium
module: cni-cilium
edition: se
edition: se+
description: |
There is orphan EgressGatewayPolicy in the cluster: with the name: `{{$labels.name}}` which has irrelevant EgressGateway name.
Expand Down
2 changes: 1 addition & 1 deletion editions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ editions:
modulesDir: "ee/se-plus/modules"
terraformProviders:
- vsphere
- ovirt
excludeModules:
- dashboard

Expand All @@ -61,7 +62,6 @@ editions:
terraformProviders:
- openstack
- vcd
- ovirt
- decort

- name: FE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ data: {}

// todo(31337Ghost) eliminate the following dirty hack after `ee` subdirectory will be merged to the root
// Used to make dhctl config function able to validate `VsphereClusterConfiguration`.
_ = os.Setenv("DHCTL_CLI_ADDITIONAL_SCHEMAS_PATHS", "/deckhouse/ee/candi")
_ = os.Setenv("DHCTL_CLI_ADDITIONAL_SCHEMAS_PATHS", "/deckhouse/ee/se-plus/candi")

a := HookExecutionConfigInit(emptyValues, `{}`)
Context("Cluster without module configuration, with secret (without nsx-t)", func() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func modules(deckhouseRoot string) (modules []module) {
md := module{
Name: file.Name(),
Path: filepath.Join("ee/se-plus/modules", file.Name()),
Edition: se,
Edition: sePlus,
}
modules = append(modules, md)
}
Expand Down

0 comments on commit 068981d

Please sign in to comment.