-
Notifications
You must be signed in to change notification settings - Fork 2k
BYOR 4.0: test RHEL nodes scaleup in AWS #2637
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
BYOR 4.0: test RHEL nodes scaleup in AWS #2637
Conversation
This would setup a new AWS cluster using openshift-installer, run test/aws/scaleup playbook from openshift-ansible and run tests. The scaleup playbook would create additional machineset, provision it using openshift-ansible and drain CoreOS nodes to ensure the scaled up nodes are working correctly.
|
/cc @sdodson |
|
@vrutkovs Can we use the 'rehearsal' process demoed last week to test this new job? |
|
That requires existing template - and code committed in It tested this manually - and the playbook starts correctly. The nodes didn't join though, might be crio issue |
|
/lgtm |
|
/assign @droslean |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bbguimaraes, sdodson, vrutkovs 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 |
|
@vrutkovs: Updated the following 3 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…-40: Drop IMAGE_FORMAT Like f88b94e (ci-operator/templates/openshift/installer: Drop IMAGE_FORMAT, 2019-02-19, openshift#2910), but for the template that just came in (without using IMAGE_FORMAT) in e638cc3 (BYOR 4.0: add a template to test scaleup, 2019-01-18, openshift#2637).
This adds a new template and job definition to test RHEL nodes scaleup in 4.0 cluster.