Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Ondrej Smola | 4ab2844 | 2017-08-22 15:49:20 +0200 | [diff] [blame] | 3 | linux_repo_ceph_component: jewel |
| 4 | ceph_version: jewel |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 5 | ceph_mon_keepalived_password: tv0jeM4m4neum1s0p3nSt4cK3m |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 6 | |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 7 | ceph_mon_hostname: cmn |
| 8 | ceph_mon_node01_hostname: cmn01 |
| 9 | ceph_mon_node02_hostname: cmn02 |
| 10 | ceph_mon_node03_hostname: cmn03 |
Ondrej Smola | 4ab2844 | 2017-08-22 15:49:20 +0200 | [diff] [blame] | 11 | ceph_mon_node01_address: 172.16.10.91 |
| 12 | ceph_mon_node02_address: 172.16.10.92 |
| 13 | ceph_mon_node03_address: 172.16.10.93 |
| 14 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 15 | ceph_osd_node01_hostname: osd01 |
| 16 | ceph_osd_node02_hostname: osd02 |
| 17 | ceph_osd_node03_hostname: osd03 |
| 18 | ceph_osd_node01_address: 172.16.10.94 |
| 19 | ceph_osd_node02_address: 172.16.10.95 |
| 20 | ceph_osd_node03_address: 172.16.10.96 |
| 21 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 22 | ceph_cfs_node01_hostname: cfs01 |
| 23 | ceph_cfs_node01_address: 172.16.10.97 |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 24 | |
Jiri Broulik | 010181f | 2017-10-10 08:31:55 +0200 | [diff] [blame^] | 25 | single_address: '' |
| 26 | |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 27 | ceph_cluster_fsid: a619c5fc-c4ed-4f22-9ed2-66cf2feca23d |
| 28 | ceph_mon_keyring: AQAnQIhZ6in5KxAAdf467upoRMWFcVg5pbh1yg== |
| 29 | ceph_admin_keyring: AQBHPYhZv5mYDBAAvisaSzCTQkC5gywGUp/voA== |
| 30 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 31 | linux: |
| 32 | network: |
Ondrej Smola | 3b3622e | 2017-08-23 10:48:31 +0200 | [diff] [blame] | 33 | host: |
Ondrej Smola | 4ab2844 | 2017-08-22 15:49:20 +0200 | [diff] [blame] | 34 | # cmn: |
| 35 | # address: ${_param:ceph_mon_address} |
| 36 | # names: |
| 37 | # - ${_param:ceph_mon_hostname} |
| 38 | # - ${_param:ceph_mon_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 39 | cmn01: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 40 | address: ${_param:ceph_mon_node01_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 41 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 42 | - ${_param:ceph_mon_node01_hostname} |
| 43 | - ${_param:ceph_mon_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 44 | cmn02: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 45 | address: ${_param:ceph_mon_node02_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 46 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 47 | - ${_param:ceph_mon_node02_hostname} |
| 48 | - ${_param:ceph_mon_node02_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 49 | cmn03: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 50 | address: ${_param:ceph_mon_node03_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 51 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 52 | - ${_param:ceph_mon_node03_hostname} |
| 53 | - ${_param:ceph_mon_node03_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 54 | osd01: |
| 55 | address: ${_param:ceph_osd_node01_address} |
| 56 | names: |
| 57 | - ${_param:ceph_osd_node01_hostname} |
| 58 | - ${_param:ceph_osd_node01_hostname}.${_param:cluster_domain} |
| 59 | osd02: |
| 60 | address: ${_param:ceph_osd_node02_address} |
| 61 | names: |
| 62 | - ${_param:ceph_osd_node02_hostname} |
| 63 | - ${_param:ceph_osd_node02_hostname}.${_param:cluster_domain} |
| 64 | osd03: |
| 65 | address: ${_param:ceph_osd_node03_address} |
| 66 | names: |
| 67 | - ${_param:ceph_osd_node03_hostname} |
| 68 | - ${_param:ceph_osd_node03_hostname}.${_param:cluster_domain} |
| 69 | cfs01: |
| 70 | address: ${_param:ceph_cfs_node01_address} |
| 71 | names: |
| 72 | - ${_param:ceph_cfs_node01_hostname} |
| 73 | - ${_param:ceph_cfs_node01_hostname}.${_param:cluster_domain} |
| 74 | |