testsuite
testsuite copied to clipboard
[Feature] CNF installation (4), Create and use common manifest
4th step of #2120.
Testsuite currently has methods for creation of manifest files from helm charts. As a part of CNF installation redesign, we need some changes for this process:
- Add possibility to create combined manifest by adding manifests from different deployment methods (helm and manifest). (
cnfs/common_manifest.yml
) - Change test functionality to use common manifest in cases, where generated manifests are used.
- Move all connected functionality to the
tasks/utils/cnf_installation
folder, renamemanifest.cr
tomanifest_deployment.cr
and create newmanifest.cr
that would be containing the code.
Prerequisites for this issue are: #2095, #2124.