Get conf files from local git server rather than upstream
Now that gnocchi and ceilometer are pulling conf files from git repositories rather than storing them in the role, we should ensure we pull these files from the repo server rather than the upstream git.openstack.org location when setting up gnocchi and ceilometer. Change-Id: I26c18826f04bb206767cd5c7f9454f62faa726fa Depends-On: I86389c1f7643a0634a85f165f62f089a316f040c
This commit is contained in:
parent
c5bfe01f68
commit
06cd163c57
@ -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/"
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user