Skip to content

Enable EIM scenario setup#1349

Draft
jkossak wants to merge 6 commits intomainfrom
decomp-apiv2
Draft

Enable EIM scenario setup#1349
jkossak wants to merge 6 commits intomainfrom
decomp-apiv2

Conversation

@jkossak
Copy link
Contributor

@jkossak jkossak commented Jan 21, 2026

Description

This PR adds a new profile that allows for setting 'scenario' flag to 'vpro' in apiv2 helm chart.

Related PRs:

Fixes # (issue)

Any Newly Introduced Dependencies

Please describe any newly introduced 3rd party dependencies in this change. List their name, license information and how they are used in the project.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist:

  • I agree to use the APACHE-2.0 license for my code changes
  • I have not introduced any 3rd party dependency changes
  • I have performed a self-review of my code

{{- if .Values.enableDefaultTraefikRateLimit }}
- orch-configs/profiles/default-traefik-rate-limit.yaml
{{- end }}
{{- if .Values.enableEIMvPROOnly }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this parameter enableEIMvPROOnly set?

Copy link
Contributor Author

@jkossak jkossak Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be set in some preset file, similar to what we have in https://github.com/open-edge-platform/scorch/blob/main/presets/dev-coder.yaml , then deployment is started with mage deploy:kindPreset my-preset-file.yaml . Also the profile could be added to a new cluster configuration for modular vpro in https://github.com/open-edge-platform/edge-manageability-framework/tree/main/orch-configs/clusters - if we are going to have one.

Copy link
Contributor Author

@jkossak jkossak Jan 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK setting scenario to vpro can be done in the common profile for modular vpro - such as in this PR : https://github.com/open-edge-platform/edge-manageability-framework/pull/1320/changes#diff-f993c15d5bc8ac484c3bda4b8532fee69481771b57cdb8cec21e39bdbda86f36R9

{{- end }}
{{- if .Values.enableEIMvPROOnly }}
- orch-configs/profiles/enable-eim-vpro-only.yaml
{{- end }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add this parameter enableEIMvPROOnly in the onprem tpl file as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added to generate_cluster_yaml.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants