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 | |
| 25 | ceph_cluster_fsid: a619c5fc-c4ed-4f22-9ed2-66cf2feca23d |
| 26 | ceph_mon_keyring: AQAnQIhZ6in5KxAAdf467upoRMWFcVg5pbh1yg== |
| 27 | ceph_admin_keyring: AQBHPYhZv5mYDBAAvisaSzCTQkC5gywGUp/voA== |
| 28 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 29 | linux: |
| 30 | network: |
Ondrej Smola | 3b3622e | 2017-08-23 10:48:31 +0200 | [diff] [blame] | 31 | host: |
Ondrej Smola | 4ab2844 | 2017-08-22 15:49:20 +0200 | [diff] [blame] | 32 | # cmn: |
| 33 | # address: ${_param:ceph_mon_address} |
| 34 | # names: |
| 35 | # - ${_param:ceph_mon_hostname} |
| 36 | # - ${_param:ceph_mon_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 37 | cmn01: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 38 | address: ${_param:ceph_mon_node01_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 39 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 40 | - ${_param:ceph_mon_node01_hostname} |
| 41 | - ${_param:ceph_mon_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 42 | cmn02: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 43 | address: ${_param:ceph_mon_node02_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 44 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 45 | - ${_param:ceph_mon_node02_hostname} |
| 46 | - ${_param:ceph_mon_node02_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 47 | cmn03: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 48 | address: ${_param:ceph_mon_node03_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 49 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 50 | - ${_param:ceph_mon_node03_hostname} |
| 51 | - ${_param:ceph_mon_node03_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 52 | osd01: |
| 53 | address: ${_param:ceph_osd_node01_address} |
| 54 | names: |
| 55 | - ${_param:ceph_osd_node01_hostname} |
| 56 | - ${_param:ceph_osd_node01_hostname}.${_param:cluster_domain} |
| 57 | osd02: |
| 58 | address: ${_param:ceph_osd_node02_address} |
| 59 | names: |
| 60 | - ${_param:ceph_osd_node02_hostname} |
| 61 | - ${_param:ceph_osd_node02_hostname}.${_param:cluster_domain} |
| 62 | osd03: |
| 63 | address: ${_param:ceph_osd_node03_address} |
| 64 | names: |
| 65 | - ${_param:ceph_osd_node03_hostname} |
| 66 | - ${_param:ceph_osd_node03_hostname}.${_param:cluster_domain} |
| 67 | cfs01: |
| 68 | address: ${_param:ceph_cfs_node01_address} |
| 69 | names: |
| 70 | - ${_param:ceph_cfs_node01_hostname} |
| 71 | - ${_param:ceph_cfs_node01_hostname}.${_param:cluster_domain} |
| 72 | |