
This patch includes the following: - Base configuration for OpenStack's CI Infrastructure. - Base documentation build configuration. - A Vagrantfile for local testing. - A base test configuration in order to execute the standard tests. - An updated README, and added a CONTRIBUTING file. - The extras folder and files have been updated to match current conventions. Change-Id: Ibc83d81de14eec533afae5b8c2cf0d07668d3ba0
17 lines
512 B
YAML
17 lines
512 B
YAML
- name: apt_package_pinning
|
|
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
|
|
scm: git
|
|
version: master
|
|
- name: galera_client
|
|
src: https://git.openstack.org/openstack/openstack-ansible-galera_client
|
|
scm: git
|
|
version: master
|
|
- name: pip_install
|
|
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
|
|
scm: git
|
|
version: master
|
|
- name: pip_lock_down
|
|
src: https://git.openstack.org/openstack/openstack-ansible-pip_lock_down
|
|
scm: git
|
|
version: master
|