Concurrent Scale Up Down workloads files and docs#89
Open
wabouhamad wants to merge 1 commit intoopenshift-scale:masterfrom
Open
Concurrent Scale Up Down workloads files and docs#89wabouhamad wants to merge 1 commit intoopenshift-scale:masterfrom
wabouhamad wants to merge 1 commit intoopenshift-scale:masterfrom
Conversation
Contributor
Author
|
@mffiedler @chaitanyaenr PTAL |
| start_time=$(date +%s) | ||
| my_time=$(date +%Y-%m-%d-%H%M) | ||
|
|
||
| ansible-playbook -vv -e api_url=${CONCURRENT_SCALEUP_API_URL} -e login_username="kubeadmin" -e login_passwd=${CONCURRENT_SCALEUP_KUBEADMIN_PASSWD} scale_up_complete.yaml 2>&1 | tee /tmp/output_scale_up_complete-${my_time}.log |
Member
There was a problem hiding this comment.
How many nodes do we need at the minimum to run the workload?
| start_time=$(date +%s) | ||
| my_time=$(date +%Y-%m-%d-%H%M) | ||
|
|
||
| ansible-playbook -vv -e api_url=${CONCURRENT_SCALEUP_API_URL} -e login_username="kubeadmin" -e login_passwd=${CONCURRENT_SCALEUP_KUBEADMIN_PASSWD} scale_up_complete.yaml 2>&1 | tee /tmp/output_scale_up_complete-${my_time}.log |
Member
There was a problem hiding this comment.
Think we need to parameterize the login username as well?
There was a problem hiding this comment.
@wabouhamad Suggest updating the PR to use my new changes which take advantage of existing KUBECONFIG and which avoid the need for login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the initial commit of the Concurrent Scale Up Down workloads testcase. The following files have been added or modified: