-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For loop to delete resources and store tempest configs more persisten…
…tly (#25) * Cleanup of openstack resources after a rally run - snapshots - volumes - images - projects - domains Did not add more (instances, security groups, networks) because we don't see those being left behind now in one environment. - #CCCP-2222 * Set the for loop per environment * Store tempest configs persistently If we store tempest.configs in /tmp then they might get cleaned up by reboots or perhaps services that clean that place up. Put them in rally user's home directory instead. And the dictionary with the cloud settings can be accessed by {{ item.value.keyname }} from inside the jinja2 template for tempest_run.sh
- Loading branch information
Showing
4 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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