-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Remove other older and unsupported content from origin #19262
Remove other older and unsupported content from origin #19262
Conversation
a1fcd50
to
1193bf7
Compare
Will probably wait until #19261 is merged, but required for 3.10 in order to get the renames (I can break out those changes if necessary). Once this is merged we can change ansible to use the new names. |
Scott, note that I am removing all of the old master services, and a bunch of unused node cruft. I'd like to fixup the node stuff so that it is correct for all deployments, but not quite there yet (it's going to be broken the moment we split out the node). |
1193bf7
to
f1ba367
Compare
/test integration |
0a46564
to
65e7c6a
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
65e7c6a
to
094fec5
Compare
/retest |
@mfojtik this contains a change to oc cluster up to make --image behave like --imageformat, not like a prefix. We are dropping support for the prefix across all components because of changes in how we're going to do CI, the move to use quay, and making openshift-ansible consistent. This PR removes all non-compliant names in the origin repo, and anything that is required to be part of cluster up and tested as a unit with a cluster install must be in the standard image format. Please review your part (this is blocking OCP because we've already made the renames there). |
5f1a41e
to
6ceb4d9
Compare
/retest |
1 similar comment
/retest |
/test extended_conformance_install |
6ceb4d9
to
08e6867
Compare
/retest |
All of the referenced content is no longer used * Remove system services for master - this is not supported * Remove unused contrib files * Remove old examples * Remove hello-openshift Future changes can remove / alter the other node services.
We drop openvswitch, rename node to origin-node, and remove system container support for anything except node.
Prefixes aren't a thing, but image formats are. Required for CI.
08e6867
to
0f66868
Compare
New changes are detected. LGTM label has been removed. |
/retest |
/test gcp |
/test all |
GCP job looks like a flake, go ahead and get this in? |
Yeah wanted one more run then will merge |
It looks like Line 516 in fedbc3b
|
Fun, this pr burned the bridge behind it. |
fixing the test here: #19421 |
Bridges are made to be burned.
…On Wed, Apr 18, 2018 at 11:12 PM, Ben Parees ***@***.***> wrote:
fixing the test here: #19421
<#19421>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19262 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p2Ut-FkVdLcYyHeBsoFKkJtWK5rvks5tqACogaJpZM4TLS1A>
.
|
Federation is no longer supported. Cluster capacity is removed in the other prerequisite. Purge the base images down.
Replace origin with origin-control-plane and node with origin node.
Change
--image
inoc cluster up
to meanimage format
, like ansible.--tag
stays the same.