You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ramanifests directory
added additional code to support `.json` files in the extra-manifests directory when creating a config iso.
updated test cases as well to test added functionality.
Fixesopenshift#9134
Signed-off-by: xphyr <[email protected]>
Version
Platform:
baremetal
What happened?
When creating an IBI Config image, that contains an
extra-manifests
directory,.json
files are ignored and not added to the config ISO.What you expected to happen?
All appropriate configuration files including YAML, YML and JSON should be included and applied at configuration time.
How to reproduce it (as minimally and precisely as possible)?
install
directory with a subdirectory ofextra-manifests
install\extra-manifests
openshift-install417 image-based create config-image --dir install/
test.json
is NOT included inextra-manifests
on the ISO imageAnything else we need to know?
The problem exists here: https://github.com/openshift/installer/blob/master/pkg/asset/imagebased/configimage/extramanifests.go#L42
I am working on a PR now that addresses this issue, and will submit it later today. I will be sure to reference this issue in the PR request.
References
The text was updated successfully, but these errors were encountered: