openshift / openshift/ci-chat-bot
support injecting additional manifests
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 46
- Forks
- 118
- Avg merge
- 21h 40m
- Merged PRs (30d)
- 8
Description
It'd be really useful to support https://github.com/openshift/installer/blob/master/docs/user/customization.md#install-time-customization-for-machine-configuration
so that we can more easily test arbitrary "day 1" changes.
Strawman:
launch 4.6 gcp,custom=https://github.com/cgwalters/playground,openshift/instance-store-testing
Where the semantics here would be:
custom=<GITREPO,SUBDIR>
And the referenced tree would contain objects to inject.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the OpenShift install-time customization documentation linked in the issue, then trace the launch command and its handling of configuration arguments. Define how custom=<GITREPO,SUBDIR> should fetch and locate manifests, and verify that objects from the referenced tree are injected for day-one testing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, go
- Domain
- cli, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100