Merge "Cleanup after repo_build and pip_install retirement"

This commit is contained in:
Zuul 2020-05-14 23:11:12 +00:00 committed by Gerrit Code Review
commit af3463d75e
3 changed files with 2 additions and 13 deletions

View File

@ -50,11 +50,4 @@ rally_git_constraints:
rally_pip_packages:
- rally-openstack
# The inventory group where Rally will be installed.
# This variable is used by the repo_build process to determine
# which host group to check for members of before building the
# pip packages required by this role. The value is picked up
# by the py_pkgs lookup.
rally_role_project_group: utility_all
rally_config_overrides: {}

View File

@ -26,7 +26,7 @@
- always
- import_tasks: db_setup.yml
when: inventory_hostname == groups[rally_role_project_group][0]
when: inventory_hostname == groups['utility_all'][0]
vars:
_oslodb_setup_host: "{{ rally_db_setup_host }}"
_oslodb_databases:
@ -64,6 +64,6 @@
- rally-config
- include_tasks: rally_db_setup.yml
when: inventory_hostname == groups[rally_role_project_group][0]
when: inventory_hostname == groups['utility_all'][0]
tags:
- rally-config

View File

@ -3,10 +3,6 @@
src: https://opendev.org/openstack/openstack-ansible-apt_package_pinning
scm: git
version: master
- name: pip_install
src: https://opendev.org/openstack/openstack-ansible-pip_install
scm: git
version: master
- name: openstack_hosts
src: https://opendev.org/openstack/openstack-ansible-openstack_hosts
scm: git