module CNFManager::GenerateConfig
Defined in:
tasks/utils/generate_config.crClass Method Summary
- .export_manifest(config_src, output_file = "./cnf-testsuite.yml", airgapped = false, generate_tar_mode = false)
- .generate_config(config_src, output_file = "./cnf-testsuite.yml")
- .generate_initial_testsuite_yml(config_src, config_yml_path = "./cnf-testsuite.yml")
-
.images_from_config_src(config_src, airgapped = false, generate_tar_mode = false)
get list of image:tags from helm chart/helm directory/manifest file note: config_src must be an absolute path if a directory, todo: make this more resilient
Class Method Detail
def self.export_manifest(config_src, output_file = "./cnf-testsuite.yml", airgapped = false, generate_tar_mode = false)
#
def self.generate_initial_testsuite_yml(config_src, config_yml_path = "./cnf-testsuite.yml")
#
get list of image:tags from helm chart/helm directory/manifest file note: config_src must be an absolute path if a directory, todo: make this more resilient