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

Add VM scalling tests with cirros image #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vmoravec
Copy link

@vmoravec vmoravec commented Feb 15, 2016

A short how-to can be found in the features/scaling_vms.feature file.
Optional parameters are the number of VMs to spawn, number of floating IPs to create and assign; if not given there will be attempt to create & assign floating IPs to all VMs.

Included are patches for openstack commands.
Added new openstack commands:

  • keypair
  • security_rule
  • security_group
  • ip_floating
  • flavor
  • image

end
end

def delete name, options={}

Choose a reason for hiding this comment

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

Style/MethodDefParentheses: Use def with parentheses when there are parameters. (https://github.com/bbatsov/ruby-style-guide#method-parens)
Style/SpaceAroundEqualsInParameterDefault: Surrounding space missing in default value assignment. (https://github.com/bbatsov/ruby-style-guide#spaces-around-equals)

@vmoravec
Copy link
Author

Example of cct.log for a test using 150 VMs (spawned individually) with 20 floating ips:
http://pastebin.nue.suse.com/21390/src

Vladimir Moravec added 2 commits June 21, 2016 19:49
Update and fix running openstack commands;
Extend openstack commands by:
* keypair
* security_rule
* security_group
* ip_floating
* flavor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants