Update repo for stable/ocata

Change-Id: I8a90b70f6a9316842ba465de7a438b9632cba9b7
This commit is contained in:
Jesse Pretorius 2017-02-08 10:43:31 +00:00
parent 11eb14e258
commit 9b3d6fe797
3 changed files with 5 additions and 5 deletions

View File

@ -38,4 +38,4 @@ galera_client_fatal_deprecations: false
## Tunable overrides
galera_client_my_cnf_overrides: {}
mariadb_repo_filename: "MariaDB"
mariadb_repo_filename: "MariaDB"

View File

@ -1,8 +1,8 @@
- name: apt_package_pinning
src: https://git.openstack.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
version: origin/stable/ocata
- name: pip_install
src: https://git.openstack.org/openstack/openstack-ansible-pip_install
scm: git
version: master
version: origin/stable/ocata

View File

@ -56,7 +56,7 @@ commands =
[testenv:tests_clone]
commands =
bash -c "if [ ! -d "{toxinidir}/tests/common" ]; then \
git clone https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
git clone -b stable/ocata https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
fi"
@ -82,7 +82,7 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h=stable/ocata
[testenv:ansible-syntax]