Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process_kernel_cmdline broken for token based builds #163

Open
donnydavis opened this issue Oct 4, 2019 · 0 comments
Open

process_kernel_cmdline broken for token based builds #163

donnydavis opened this issue Oct 4, 2019 · 0 comments

Comments

@donnydavis
Copy link

process_kernel_cmdline strips off any extra = signs in the kernel command line, thus I am unable to use foreman or any other sort of token based installer as many use an = sign for the token value.
The specific issue is this line where it is stripping off everything past the second = sign.
https://github.com/bryteise/ister/blob/master/ister.py#L1478

For foreman each time a system is booted to be provisioned, the url for ister.conf is dynamically generated. Ex

isterconf=http://$foreman_url/unattended/provision?token=c399245f-0c4b-4cda-b561-911d0f4bb760

When this url is hit from ister.py everything past token is stripped, thus does not work.

Thanks
~/DonnyD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant