Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
OCPBUGSM-15627 - currently removing setting pull secret in config.jso…
Browse files Browse the repository at this point in the history
…n under /root, will be solved as part of MGMT-1816 (#4)
  • Loading branch information
yevgeny-shnaidman authored Aug 13, 2020
1 parent b7c1107 commit 8ae5f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion render_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def set_pull_secret(config_dir):
# def prepare_generation_data(work_dir, config_dir, install_config, openshift_release_image):
def prepare_generation_data(config_dir, install_config):
prepare_install_config(config_dir, install_config)
set_pull_secret(config_dir)
# [TODO] - part of 4.6 , must be solved as part of MGMT-1816
# set_pull_secret(config_dir)
# [TODO] - remove comment after fixing subsystem
# oc_utils.extract_baremetal_installer(work_dir, openshift_release_image)

Expand Down

0 comments on commit 8ae5f28

Please sign in to comment.