Bump ansible-core version to 2.13.4
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-galera_server/+/858555 Depends-On: https://review.opendev.org/c/openstack/ansible-hardening/+/860276 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/860277 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_cinder/+/860349 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/860356 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/860358 Change-Id: I4686b456247994863b829c2da35ddf099fcbb748
This commit is contained in:
committed by
Dmitriy Rabotyagov
parent
f2cc3bbfce
commit
3b7dc169ef
@@ -83,12 +83,12 @@
|
||||
nova_virt_type: 'qemu'
|
||||
# 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"
|
||||
ceph_stable_repo: "http://{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}/ceph-deb-quincy"
|
||||
# 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_facts['distribution_release'] }} main"
|
||||
repo: "deb http://{{ nodepool_vars.NODEPOOL_MIRROR_HOST }}/ceph-deb-quincy {{ ansible_facts['distribution_release'] }} main"
|
||||
copy:
|
||||
dest: /etc/openstack_deploy/user_openstackci.yml
|
||||
content: "{{ nodepool_overrides | to_nice_yaml }}"
|
||||
|
||||
Reference in New Issue
Block a user