Merge "Updates to support ignored packages and external indexes"

This commit is contained in:
Jenkins 2016-10-27 16:09:29 +00:00 committed by Gerrit Code Review
commit bb2a0b6e1c

View File

@ -30,6 +30,7 @@ tempest_git_repo: https://git.openstack.org/openstack/tempest
tempest_git_install_branch: d9deee8cf2754f7677a41d785d6fc7e57fdc994d # HEAD of "master" as of 12.10.2016
tempest_git_dest: "/opt/tempest_{{ tempest_git_install_branch | replace('/', '_') }}"
tempest_git_project_group: utility_all
tempest_git_install_fragments: "venvwithindex=True&ignorerequirements=True"
## Rally service
@ -37,3 +38,4 @@ rally_git_repo: https://git.openstack.org/openstack/rally
rally_git_install_branch: edb093d9be82f1bd1cd853712c911ff20b2a02bf # HEAD of "master" as of 12.10.2016
rally_git_dest: "/opt/rally_{{ rally_git_install_branch | replace('/', '_') }}"
rally_git_project_group: utility_all
rally_git_install_fragments: "venvwithindex=True&ignorerequirements=True"