Skip to content

Commit

Permalink
Merge pull request #1937 from ProgrammeVitam/bug_13113_fix_start_stop…
Browse files Browse the repository at this point in the history
…_vitamui

Bug #13113: Force ip_service to be set to ip_admin as mongo-express is binded on ip_admin.
  • Loading branch information
GiooDev authored Jul 8, 2024
2 parents 60bb1e0 + 7f0e5ac commit 256ec91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/ansible-vitamui-exploitation/start_vitamui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
vitamui_struct:
vitamui_component: "{{ mongo_express.vitamui_component }}"
port_service: "{{ mongo_express.port }}"
ip_service: "{{ ip_admin }}"
etat: started
tags:
- cots
Expand Down
1 change: 1 addition & 0 deletions deployment/ansible-vitamui-exploitation/stop_vitamui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@
vitamui_struct:
vitamui_component: "{{ mongo_express.vitamui_component }}"
port_service: "{{ mongo_express.port }}"
ip_service: "{{ ip_admin }}"
etat: stopped
tags:
- cots
Expand Down

0 comments on commit 256ec91

Please sign in to comment.