Skip to content

Instantly share code, notes, and snippets.

@jkilpatr
Created January 24, 2017 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkilpatr/768629ed655729dc54d57f2cbc9db858 to your computer and use it in GitHub Desktop.
Save jkilpatr/768629ed655729dc54d57f2cbc9db858 to your computer and use it in GitHub Desktop.
2017-01-24 01:26:27.155 5343 INFO rally.common.plugin.discover [-] Loading plugins from directories rally/rally-plugins/netcreate-boot/*
2017-01-24 01:26:27.159 5343 INFO rally.common.plugin.discover [-] Loaded module with plugins: rally/rally-plugins/netcreate-boot/netcreate_boot.py
2017-01-24 01:26:27.159 5343 INFO rally.common.plugin.discover [-] Loading plugins from directories rally/rally-plugins/netcreate-boot-ping/*
2017-01-24 01:26:27.161 5343 INFO rally.common.plugin.discover [-] Loaded module with plugins: rally/rally-plugins/netcreate-boot-ping/netcreate_nova-boot-fip-ping.py
2017-01-24 01:26:27.161 5343 INFO rally.common.plugin.discover [-] Loading plugins from directories rally/rally-plugins/subnet-router-create/*
2017-01-24 01:26:27.161 5343 INFO rally.common.plugin.discover [-] Loaded module with plugins: rally/rally-plugins/subnet-router-create/subnet-router-create.py
2017-01-24 01:26:27.869 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Task validation.
2017-01-24 01:26:27.934 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Task validation of scenarios names.
2017-01-24 01:26:27.935 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Completed: Task validation of scenarios names.
2017-01-24 01:26:27.935 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Task validation of syntax.
2017-01-24 01:26:27.941 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Completed: Task validation of syntax.
2017-01-24 01:26:27.941 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Task validation of semantic.
2017-01-24 01:26:27.941 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Task validation check cloud.
2017-01-24 01:26:28.306 5343 INFO rally.task.engine [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Completed: Task validation check cloud.
2017-01-24 01:26:28.310 5343 INFO rally.plugins.openstack.context.keystone.users [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Enter context: `users`
2017-01-24 01:26:29.179 5343 INFO rally.plugins.openstack.context.keystone.users [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Completed: Enter context: `users`
2017-01-24 01:26:29.865 5343 INFO rally.plugins.openstack.context.keystone.users [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Starting: Exit context: `users`
2017-01-24 01:26:33.032 5343 INFO rally.plugins.openstack.context.keystone.users [-] Task 8d51fd2f-1c47-4427-a515-f0d53a2a2c16 | Completed: Exit context: `users`
Task config is invalid: `Input task is invalid!
Subtask NovaServers.boot_and_list_server[0] has wrong configuration\Subtask configuration:
{'runner': {'type': 'constant', 'concurrency': 8, 'times': 64}, 'args': {'detailed': True, 'nics': [{'net-id': 'browbeat-private'}], 'flavor': {'name': 'm1.tiny'}, 'image': {'name': 'cirros'}}, 'sla': {'max_seconds_per_iteration': 60, 'failure_rate': {'max': 0}, 'max_avg_duration': 60}, 'context': {'users': {'users_per_tenant': 1, 'tenants': 1}, 'quotas': {'nova': {'instances': -1, 'ram': -1, 'cores': -1}, 'neutron': {'network': -1, 'port': -1}}}}
Reason:
Invalid scenario argument: 'Image '{'name': 'cirros'}' not found'`
Running Rally version 0.7.0
--------------------------------------------------------------------------------
Preparing input task
--------------------------------------------------------------------------------
Input task is:
---
NovaServers.boot_and_list_server:
-
args:
flavor:
name: m1.tiny
image:
name: cirros
nics:
- net-id: browbeat-private
detailed: true
runner:
concurrency: 8
times: 64
type: "constant"
context:
users:
tenants: 1
users_per_tenant: 1
quotas:
neutron:
network: -1
port: -1
nova:
instances: -1
cores: -1
ram: -1
sla:
max_avg_duration: 60
max_seconds_per_iteration: 60
failure_rate:
max: 0
Task syntax is correct :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment