Merge "Use infra mirror for ceph_client role in CI"
This commit is contained in:
commit
fd948c8161
@ -84,6 +84,11 @@
|
|||||||
# NOTE(jrosser)
|
# NOTE(jrosser)
|
||||||
# we only run ceph jobs on ubuntu in CI so this is sufficient
|
# 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"
|
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:
|
copy:
|
||||||
dest: /etc/openstack_deploy/user_openstackci.yml
|
dest: /etc/openstack_deploy/user_openstackci.yml
|
||||||
content: "{{ nodepool_overrides | to_nice_yaml }}"
|
content: "{{ nodepool_overrides | to_nice_yaml }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user