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

[Feature] Separate manifest installation mode from helm #2105

Closed
kosstennbl opened this issue Jul 12, 2024 · 0 comments
Closed

[Feature] Separate manifest installation mode from helm #2105

kosstennbl opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kosstennbl
Copy link
Collaborator

Currently we have 3 installation methods: ManifestDirectory, HelmDirectory, HelmChart.
ManifestDirectory installation mode works completely independently from Helm, it uses KubectlClient to install cnf from manifests.

Issue is that the code that is needed for ManifestDirectory install mode functionality - placed in Helm library of CNF-testsuite project.
I think, that this code should be separated from Helm library and be an independent module in Testsuite.
Also, in my opinion, InstallMethod enum shouln't be bound to Helm library either. It should be an internal testsuite thing.

@kosstennbl kosstennbl added the enhancement New feature or request label Jul 12, 2024
kosstennbl pushed a commit to kosstennbl/cnf-testsuite that referenced this issue Jul 18, 2024
Move installation methods enum from helm repo
Move Manifest-related functionality from helm repo

Refs: cnti-testcatalog#2105
Signed-off-by: Konstantin Yarovoy <[email protected]>
kosstennbl pushed a commit to kosstennbl/cnf-testsuite that referenced this issue Jul 18, 2024
Move installation methods enum from helm repo
Move Manifest-related functionality from helm repo

Refs: cnti-testcatalog#2105
Signed-off-by: Konstantin Yarovoy <[email protected]>
kosstennbl pushed a commit to kosstennbl/cnf-testsuite that referenced this issue Jul 19, 2024
Move installation methods enum from helm repo
Move Manifest-related functionality from helm repo

Refs: cnti-testcatalog#2105
Signed-off-by: Konstantin Yarovoy <[email protected]>
martin-mat pushed a commit that referenced this issue Jul 24, 2024
Move installation methods enum from helm repo
Move Manifest-related functionality from helm repo

Refs: #2105

Signed-off-by: Konstantin Yarovoy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant