https://github.com/dhellmann/ansible-openstack-dev
Configures a server to be useful for OpenStack development
https://github.com/dhellmann/ansible-openstack-dev
Last synced: 10 months ago
JSON representation
Configures a server to be useful for OpenStack development
- Host: GitHub
- URL: https://github.com/dhellmann/ansible-openstack-dev
- Owner: dhellmann
- Created: 2015-03-08T15:56:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-08-02T19:43:53.000Z (almost 6 years ago)
- Last Synced: 2025-06-09T02:01:55.422Z (about 1 year ago)
- Language: Shell
- Size: 23.4 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
openstack-dev
=============
Configure a VM with some of the dependencies needed for OpenStack
development and prepare it to have the source repositories checked
out.
Creates a directory (openstack_dev_repos_dir) containing a script to
check out all OpenStack repositories.
Checks out a copy of the global requirements repository, including the
tool for building wheels for all of the known dependencies to speed
unit test environment building (it does not run the script).
Requirements
------------
None
Role Variables
--------------
* openstack_dev_repos_dir
Base directory where source repositories will be checked
out. Defaults to $HOME/repos.
Dependencies
------------
- dhellmann.python-dev
- dhellmann.devpi
Example Playbook
----------------
- hosts: servers
roles:
- { role: dhellmann.openstack-dev, openstack_dev_repos_dir: "/mnt/repos" }
License
-------
BSD
Author Information
------------------
Doug Hellmann