Use infra mirror for ceph_client role in CI

Change-Id: Ia8ab3a9c390368c4226224b7044f4622deec063d
This commit is contained in:
Jonathan Rosser
2021-02-15 18:41:40 +00:00
parent 5f966aebd8
commit e26a071fae

View File

@@ -84,6 +84,11 @@
# NOTE(jrosser)
# we only run ceph jobs on ubuntu in CI so this is sufficient
ceph_stable_repo: "http://{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}/ceph-deb-octopus"
# we must set the ceph repo seperatley for the ceph_client role
ceph_apt_repos:
ceph:
state: "present"
repo: "deb http://{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}/ceph-deb-octopus {{ ansible_distribution_release }} main"
copy:
dest: /etc/openstack_deploy/user_openstackci.yml
content: "{{ nodepool_overrides | to_nice_yaml }}"