Skip to content
Snippets Groups Projects
Commit 9951c440 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add a separate interface address for tgtd"

parents d3c4ff8b ec11c312
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ iscsi_services:
volumes: "{{ tgtd_default_volumes + tgtd_extra_volumes }}"
dimensions: "{{ tgtd_dimensions }}"
tgtd_interface_address: "{{ api_interface_address }}"
####################
# Docker
......
......@@ -16,7 +16,7 @@
- name: Checking free port for iscsi
wait_for:
host: "{{ api_interface_address }}"
host: "{{ tgtd_interface_address }}"
port: "{{ iscsi_port }}"
connect_timeout: 1
timeout: 1
......
{
"command": "tgtd -d 1 -f --iscsi portal={{ api_interface_address | put_address_in_context('url') }}:{{ iscsi_port }}",
"command": "tgtd -d 1 -f --iscsi portal={{ tgtd_interface_address | put_address_in_context('url') }}:{{ iscsi_port }}",
"config_files": []
}
---
fixes:
- |
Added ability to define address for a separate tgtd network interface.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment