Skip to content

Commit

Permalink
[stable/2024.1] [ATMOSPHERE-607] fix rook ceph service name (#2224)
Browse files Browse the repository at this point in the history
Co-authored-by: ricolin <rlin@vexxhost.com>
  • Loading branch information
vexxhost-bot and ricolin authored Dec 17, 2024
1 parent 28e169b commit 51d15e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/rook_ceph_cluster/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@
- interface: public
url: "https://{{ openstack_helm_endpoints.rook_ceph_cluster.host_fqdn_override.public.host }}/swift/v1/%(tenant_id)s"
- interface: internal
url: "http://rook-ceph-rgw-ceph.openstack.svc.cluster.local/swift/v1/%(tenant_id)s"
url: "http://rook-ceph-rgw-{{ rook_ceph_cluster_name }}.openstack.svc.cluster.local/swift/v1/%(tenant_id)s"

- name: Create Ingress
ansible.builtin.include_role:
name: openstack_helm_ingress
vars:
openstack_helm_ingress_endpoint: rook_ceph_cluster
openstack_helm_ingress_service_name: rook-ceph-rgw-ceph
openstack_helm_ingress_service_name: rook-ceph-rgw-{{ rook_ceph_cluster_name }}
openstack_helm_ingress_service_port: 80
openstack_helm_ingress_annotations: "{{ _rook_ceph_cluster_radosgw_annotations | combine(rook_ceph_cluster_radosgw_annotations, recursive=True) }}"

0 comments on commit 51d15e7

Please sign in to comment.