Skip to content
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

Concurrent Scale Up Down workloads files and docs #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wabouhamad
Copy link
Contributor

This is the initial commit of the Concurrent Scale Up Down workloads testcase. The following files have been added or modified:

modified:   docs/README.md
new file:   docs/concurrent-scale-up-down.md
new file:   workloads/concurrent-scale-up-down.yml
new file:   workloads/files/workload-concurrent-scale-up-down-script-cm.yml
modified:   workloads/templates/workload-env.yml.j2
new file:   workloads/vars/concurrent-scale-up-down.yml

@wabouhamad
Copy link
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think we need to parameterize the login username as well?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wabouhamad Suggest updating the PR to use my new changes which take advantage of existing KUBECONFIG and which avoid the need for login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants