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

Commit

Permalink
Merge pull request #8 from oshercc/yevgeny/telemetry-invoker
Browse files Browse the repository at this point in the history
add invoker option to openshift-install invocation to set the name of…
  • Loading branch information
yevgeny-shnaidman authored Jun 18, 2020
2 parents 49d83d1 + 5d72007 commit 42c8223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process-ignition-manifests-and-kubeconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def main():
if not os.path.isfile(os.path.join(config_dir, 'install-config.yaml')):
raise Exception("install config file not located in installer dir")

command = "%s/openshift-install create ignition-configs --dir %s" % (work_dir, config_dir)
command = "OPENSHIFT_INSTALL_INVOKER=\"assisted-installer\" %s/openshift-install create ignition-configs --dir %s" % (work_dir, config_dir)
try:
subprocess.check_output(command, shell=True, stderr=sys.stdout)
except Exception as ex:
Expand Down

0 comments on commit 42c8223

Please sign in to comment.