Revise branding mechanism for Console Operator#180
Revise branding mechanism for Console Operator#180openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/assign @benjaminapetersen @spadgett |
|
Thinking now, just to make sure we don't need to worry about |
|
I'd hold off on this change until we are also reading the configmap. Otherwise branding will be wrong for OKD. |
|
We should be able remove Dockerfile.rhel7 after this, but probably need to coordinate with ART |
|
@zherman0 are you doing the configmap as part of this PR, or separate?I imagine that part might need to come first. |
|
/hold Adding a hold to make sure we read the console-config config map in openshift-config-managed before going ahead with the Dockerfile changes. |
|
I was breaking things into smaller parts for my PRs, but since the configmap and this change are tightly coupled, I will put everything into this PR. For now I will set this as WIP. |
|
/test e2e-aws |
|
/retest |
|
/hold cancel |
|
/retest |
|
The test flakes we're seeing should be fixed by openshift/origin#22543 |
|
/retest |
|
@spadgett @benjaminapetersen - New unit tests added and commits squashed |
benjaminapetersen
left a comment
There was a problem hiding this comment.
1 rbac & a couple other qs, close!
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/lgtm We should get an e2e test for this as I expect we will not manually test it often. Created https://jira.coreos.com/browse/CONSOLE-1385 to track. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: benjaminapetersen, zherman0 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Update the default behavior of branding so that the one and only docker file now builds
ocpinstead ofokd.If the user instead wants to manually build openshift with
go buildormake build, that process will default tookd.