Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Jiri Broulik | 5a2020f | 2017-10-31 13:38:55 +0100 | [diff] [blame] | 3 | linux_repo_ceph_component: ${_param:ceph_version} |
| 4 | ceph_version: luminous |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 5 | |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 6 | ceph_mon_node01_hostname: cmn01 |
| 7 | ceph_mon_node02_hostname: cmn02 |
| 8 | ceph_mon_node03_hostname: cmn03 |
Ondrej Smola | 4ab2844 | 2017-08-22 15:49:20 +0200 | [diff] [blame] | 9 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 10 | ceph_osd_node01_hostname: osd01 |
| 11 | ceph_osd_node02_hostname: osd02 |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 12 | ceph_osd_node01_address: 172.16.10.94 |
| 13 | ceph_osd_node02_address: 172.16.10.95 |
Jiri Broulik | 5a2020f | 2017-10-31 13:38:55 +0100 | [diff] [blame] | 14 | ceph_mon_node01_address: 172.16.10.96 |
| 15 | ceph_mon_node02_address: 172.16.10.97 |
| 16 | ceph_mon_node03_address: 172.16.10.98 |
Jiri Broulik | 010181f | 2017-10-10 08:31:55 +0200 | [diff] [blame] | 17 | |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 18 | ceph_cluster_fsid: a619c5fc-c4ed-4f22-9ed2-66cf2feca23d |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 19 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 20 | linux: |
| 21 | network: |
Ondrej Smola | 3b3622e | 2017-08-23 10:48:31 +0200 | [diff] [blame] | 22 | host: |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 23 | cmn01: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 24 | address: ${_param:ceph_mon_node01_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 25 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 26 | - ${_param:ceph_mon_node01_hostname} |
| 27 | - ${_param:ceph_mon_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 28 | cmn02: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 29 | address: ${_param:ceph_mon_node02_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 30 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 31 | - ${_param:ceph_mon_node02_hostname} |
| 32 | - ${_param:ceph_mon_node02_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 33 | cmn03: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 34 | address: ${_param:ceph_mon_node03_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 35 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 36 | - ${_param:ceph_mon_node03_hostname} |
| 37 | - ${_param:ceph_mon_node03_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 38 | osd01: |
| 39 | address: ${_param:ceph_osd_node01_address} |
| 40 | names: |
| 41 | - ${_param:ceph_osd_node01_hostname} |
| 42 | - ${_param:ceph_osd_node01_hostname}.${_param:cluster_domain} |
| 43 | osd02: |
| 44 | address: ${_param:ceph_osd_node02_address} |
| 45 | names: |
| 46 | - ${_param:ceph_osd_node02_hostname} |
| 47 | - ${_param:ceph_osd_node02_hostname}.${_param:cluster_domain} |