Skip to content

Commit

Permalink
Merge pull request #649 from stackhpc/upstream/2023.1-2024-12-09
Browse files Browse the repository at this point in the history
Synchronise 2023.1 with upstream
  • Loading branch information
priteau authored Dec 9, 2024
2 parents f0f2811 + 3f2daf1 commit b734083
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitreview
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/kolla-ansible.git
defaultbranch=stable/2023.1
defaultbranch=unmaintained/2023.1
2 changes: 1 addition & 1 deletion tests/templates/ceph-inventory.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[storage]
{% for host in hostvars %}
{% for host in hostvars | reject('equalto', 'localhost') %}
{{ host }} ansible_host={{ hostvars[host]['ansible_host'] }}
{% endfor %}

Expand Down
2 changes: 1 addition & 1 deletion tests/templates/globals-default.j2
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ nova_backend_ceph: "yes"

enable_ceph_rgw: "yes"
ceph_rgw_hosts:
{% for host in hostvars %}
{% for host in hostvars | reject('equalto', 'localhost') %}
- host: {{ host }}
ip: {{ hostvars[host]['ansible_host'] }}
port: 6780
Expand Down

0 comments on commit b734083

Please sign in to comment.