Skip to content

Commit

Permalink
MGMT-3726: use the new command for generation BIP ignition file (open…
Browse files Browse the repository at this point in the history
  • Loading branch information
osherdp committed Jan 21, 2021
1 parent 5c615a2 commit 600352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-infra/bootstrap_in_place.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def installer_generate(openshift_release_image):
bip_env = {"OPENSHIFT_INSTALL_RELEASE_IMAGE": openshift_release_image,
"OPENSHIFT_INSTALL_EXPERIMENTAL_BOOTSTRAP_IN_PLACE": "true",
"OPENSHIFT_INSTALL_EXPERIMENTAL_BOOTSTRAP_IN_PLACE_COREOS_INSTALLER_ARGS": "/dev/vda"}
utils.run_command_with_output(f"{INSTALLER_BINARY} create ignition-configs --dir={IBIP_DIR}", env=bip_env)
utils.run_command_with_output(f"{INSTALLER_BINARY} create single-node-ignition-config --dir={IBIP_DIR}", env=bip_env)


def download_live_image(download_path, rhcos_version=None):
Expand Down

0 comments on commit 600352b

Please sign in to comment.