Hi David,

I was able to configure iSCSI gateways on my local test environment using the 
following spec:

```
# tail -14 service_spec_gw.yml
---
service_type: iscsi
service_id: iscsi_service
placement:
    hosts:
        - 'node1'
        - 'node2'
spec:
    pool: rbd
    trusted_ip_list: 10.20.94.201,10.20.94.202,10.20.94.203
    api_port: 5000
    api_user: admin1
    api_password: admin2
    api_secure: False

# ceph orch apply -i service_spec_gw.yml
```

You can use this spec as a starting point, but note that the pool must exist 
(in this case `rbd` pool), and you will need to adapt `hosts`,  
`trusted_ip_list`, etc...

You may also want to change `api_secure` to `True` and set `ssl_cert` and 
`ssh_key` accordingly.

Unfortunately, iSCSI deployment is not included in the documentation yet 
(coming soon).

[1] https://docs.ceph.com/docs/octopus/cephadm/install/


Ricardo Marques

________________________________
From: David Thuong <davidthuong2...@gmail.com>
Sent: Wednesday, August 5, 2020 5:16 AM
To: ceph-users@ceph.io <ceph-users@ceph.io>
Subject: [ceph-users] help me enable ceph iscsi gatewaty in ceph octopus

Please help me enable ceph iscsi gatewaty in ceph octopus . when i install ceph 
complete . i see iscsi gateway not enable. please help me config it
_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

_______________________________________________
ceph-users mailing list -- ceph-users@ceph.io
To unsubscribe send an email to ceph-users-le...@ceph.io

Reply via email to