Merge "Get conf files from local git server rather than upstream"

This commit is contained in:
Jenkins 2017-02-11 22:12:33 +00:00 committed by Gerrit Code Review
commit 8adefa3861
2 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,4 @@ ceilometer_package_state: "{{ package_state }}"
# venv fetch configuration
ceilometer_venv_tag: "{{ venv_tag }}"
ceilometer_venv_download_url: "{{ venv_base_download_url }}/ceilometer-{{ openstack_release }}-{{ ansible_architecture | lower }}.tgz"
ceilometer_git_config_lookup_location: "http://{{ internal_lb_vip_address }}:{{ repo_server_port }}/openstackgit/ceilometer/"

View File

@ -30,3 +30,4 @@ gnocchi_keystone_auth: "{{ (groups['keystone_all'] is defined) and (groups['keys
# venv fetch configuration
gnocchi_venv_tag: "{{ venv_tag }}"
gnocchi_venv_download_url: "{{ venv_base_download_url }}/gnocchi-{{ openstack_release }}-{{ ansible_architecture | lower }}.tgz"
gnocchi_git_config_lookup_location: "http://{{ internal_lb_vip_address }}:{{ repo_server_port }}/openstackgit/gnocchi/"