Skip to content

Instantly share code, notes, and snippets.

@hughsaunders
Created January 22, 2014 10:28
Show Gist options
  • Save hughsaunders/8556554 to your computer and use it in GitHub Desktop.
Save hughsaunders/8556554 to your computer and use it in GitHub Desktop.
create rally deployment from environment variables
(.venv)stack@rally2:~/rally$ source ../devstack/openrc admin
(.venv)stack@rally2:~/rally$ rally-manage db recreate
(.venv)stack@rally2:~/rally$ rally deployment createfromenv
+--------------------------------------+----------------------------+----------+------------------+
| uuid | created_at | name | status |
+--------------------------------------+----------------------------+----------+------------------+
| 221be18a-11e7-47eb-af5c-1ea51291834e | 2014-01-22 10:26:33.959921 | from_env | deploy->finished |
+--------------------------------------+----------------------------+----------+------------------+
(.venv)stack@rally2:~/rally$ rally task start --deploy-id=221be18a-11e7-47eb-af5c-1ea51291834e --task doc/samples/tasks/keystone/create-user.json
2014-01-22 10:27:02.945 29453 WARNING rally.benchmark.runner [-] Unable to fully cleanup the cloud: 409-{u'NeutronError': {u'message': u'Removing default security group not allowed.', u'type': u'SecurityGroupCannotRemoveDefault', u'detail': u''}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment