Skip to content

Commit

Permalink
ansible: do not use Nexus for Ceph on CentOS (#2397)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 21, 2024
1 parent 757173a commit ecf9112
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/manager-part-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
line: "required_packages_extra: ['linux-generic-hwe-{{ ansible_distribution_version }}']"
when: ansible_distribution == "Ubuntu"

# Looks like it is not possible to use Nexus with authentication with Podman.
- name: Do not use Nexus for Ceph on CentOS
ansible.builtin.lineinfile:
path: /opt/configuration/environments/configuration.yml
line: "ceph_docker_registry: nexus.testbed.osism.xyz:8192"
state: absent
when: ansible_os_family == "RedHat"

# The use of these paraemters in production is not recommended. Further details in OSSN-0090.
# https://wiki.openstack.org/wiki/OSSN/OSSN-0090
- name: Use insecure glance configuration
Expand Down

0 comments on commit ecf9112

Please sign in to comment.