Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
debug

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Mar 8, 2024
1 parent c7c5a81 commit 9ace1af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/ceph-facts/tasks/set_monitor_address.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: Debug guits
ansible.builtin.debug:
msg: "{{ hostvars[item]['public_network'] }}"

- name: Set_fact _monitor_addresses - ipv4
ansible.builtin.set_fact:
_monitor_addresses: "{{ _monitor_addresses | default({}) | combine({item: hostvars[item]['ansible_facts']['all_ipv4_addresses'] | ips_in_ranges(hostvars[item]['public_network'].split(',')) | first}) }}"
Expand Down
2 changes: 2 additions & 0 deletions tox-update.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ commands=
ceph_docker_registry_auth=True \
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
dashboard_enabled=false \
"

pip uninstall -y ansible
Expand All @@ -78,6 +79,7 @@ commands=
ceph_docker_registry_auth=True \
ceph_docker_registry_username={env:DOCKER_HUB_USERNAME} \
ceph_docker_registry_password={env:DOCKER_HUB_PASSWORD} \
dashboard_enabled=false \
"

bash -c "CEPH_STABLE_RELEASE=reef py.test --reruns 5 --reruns-delay 1 -n 8 --durations=0 --sudo -v --connection=ansible --ansible-inventory={changedir}/{env:INVENTORY} --ssh-config={changedir}/vagrant_ssh_config {toxinidir}/tests/functional/tests"
Expand Down

0 comments on commit 9ace1af

Please sign in to comment.