Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend OCL with deployer tool version #1940

Closed
4 tasks done
swaroopar opened this issue Sep 13, 2024 · 1 comment · Fixed by #1952
Closed
4 tasks done

extend OCL with deployer tool version #1940

swaroopar opened this issue Sep 13, 2024 · 1 comment · Fixed by #1952
Labels
Accepted Issues that have been accepted and planned enhancement New feature or request OCL Something for the configure language

Comments

@swaroopar
Copy link
Contributor

swaroopar commented Sep 13, 2024

In order to ensure the deployer script is executed with the correct version of the tool for which the deployer scripts were developed, it is necessary to also store the version of the deployer tool in OCL.

  • Add new type DeployerTool with two fields -> DeployerKind and version.
  • OCL to have DeployerTool field and remove DeployerKind
  • The version must support specific version, greater than or equal to and lesser than or equal to. Any other format must be rejected.
  • Update all samples.

The version should be passed on to deployer later as part of other user stories.

@swaroopar swaroopar added enhancement New feature or request OCL Something for the configure language Accepted Issues that have been accepted and planned labels Sep 13, 2024
@baixinsui
Copy link
Contributor

I will take it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issues that have been accepted and planned enhancement New feature or request OCL Something for the configure language
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants