blob: 23b04141354b833c495e59a0fc9d92e189cf93c8 [file] [log] [blame]
Mateusz Los6d5655e2019-05-31 17:15:18 +02001parameters:
2 _param:
3 ceph_rgw_cert_key_file: "/etc/ssl/private/ceph_rgw_key.key"
4 ceph_rgw_cert_cert_file: "/etc/ssl/certs/ceph_rgw.crt"
5 ceph_rgw_cert_all_file: "/etc/ssl/certs/ceph_rgw_all.crt"
6 salt:
7 minion:
8 cert:
9 ceph:
10 host: ${_param:salt_minion_ca_host}
11 signing_policy: cert_server
12 authority: ${_param:salt_minion_ca_authority}
13 common_name: ceph_rgw
14 alternative_names: DNS:${_param:ceph_rgw_hostname}.${_param:cluster_domain},IP:${_param:cluster_vip_address}
15 key_file: ${_param:ceph_rgw_cert_key_file}
16 cert_file: ${_param:ceph_rgw_cert_cert_file}
17 all_file: ${_param:ceph_rgw_cert_all_file}