1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-06 12:58:18 +03:00

oneprovision fixes (#2724)

* Do not use yoga ceph repositories
* oneproivison: don't validate frr repo cert
This commit is contained in:
Jan Orel 2023-09-13 18:09:15 +02:00 committed by Ruben S. Montero
parent 8dbda4dadf
commit 5de362e082
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ceph_stable_release: quincy
ceph_stable_release_num: 17
dashboard_enabled: false
configure_firewall: false
ceph_stable_openstack_release_uca: yoga
ceph_stable_openstack_release_uca: zed
# ceph overrides (applying in ceph.conf)
ceph_conf_overrides:

View File

@ -11,6 +11,7 @@
- name: Add frr GPG key
ansible.builtin.apt_key:
url: https://deb.frrouting.org/frr/keys.asc
validate_certs: false # sometimes broken cert
state: present
- name: Add frr repository