Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | linux_repo_ceph_component: kraken |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 4 | ceph_version: kraken |
| 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 | e7e04fb | 2017-08-22 14:50:56 +0200 | [diff] [blame] | 11 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 12 | ceph_osd_node01_hostname: osd01 |
| 13 | ceph_osd_node02_hostname: osd02 |
| 14 | ceph_osd_node03_hostname: osd03 |
| 15 | ceph_osd_node01_address: 172.16.10.94 |
| 16 | ceph_osd_node02_address: 172.16.10.95 |
| 17 | ceph_osd_node03_address: 172.16.10.96 |
| 18 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 19 | ceph_cfs_node01_hostname: cfs01 |
| 20 | ceph_cfs_node01_address: 172.16.10.97 |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 21 | |
| 22 | ceph_cluster_fsid: a619c5fc-c4ed-4f22-9ed2-66cf2feca23d |
| 23 | ceph_mon_keyring: AQAnQIhZ6in5KxAAdf467upoRMWFcVg5pbh1yg== |
| 24 | ceph_admin_keyring: AQBHPYhZv5mYDBAAvisaSzCTQkC5gywGUp/voA== |
| 25 | |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 26 | linux: |
| 27 | network: |
| 28 | host: |
| 29 | cmn: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 30 | address: ${_param:ceph_mon_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 31 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 32 | - ${_param:ceph_mon_hostname} |
| 33 | - ${_param:ceph_mon_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 34 | cmn01: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 35 | address: ${_param:ceph_mon_node01_address} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 36 | names: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 37 | - ${_param:ceph_mon_node01_hostname} |
| 38 | - ${_param:ceph_mon_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 39 | cmn02: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 40 | address: ${_param:ceph_mon_node02_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_node02_hostname} |
| 43 | - ${_param:ceph_mon_node02_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 44 | cmn03: |
Ondrej Smola | 1cd5707 | 2017-08-14 15:22:05 +0200 | [diff] [blame] | 45 | address: ${_param:ceph_mon_node03_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_node03_hostname} |
| 48 | - ${_param:ceph_mon_node03_hostname}.${_param:cluster_domain} |
Ales Komarek | 56a8e3f | 2017-08-08 15:58:37 +0200 | [diff] [blame] | 49 | osd01: |
| 50 | address: ${_param:ceph_osd_node01_address} |
| 51 | names: |
| 52 | - ${_param:ceph_osd_node01_hostname} |
| 53 | - ${_param:ceph_osd_node01_hostname}.${_param:cluster_domain} |
| 54 | osd02: |
| 55 | address: ${_param:ceph_osd_node02_address} |
| 56 | names: |
| 57 | - ${_param:ceph_osd_node02_hostname} |
| 58 | - ${_param:ceph_osd_node02_hostname}.${_param:cluster_domain} |
| 59 | osd03: |
| 60 | address: ${_param:ceph_osd_node03_address} |
| 61 | names: |
| 62 | - ${_param:ceph_osd_node03_hostname} |
| 63 | - ${_param:ceph_osd_node03_hostname}.${_param:cluster_domain} |
| 64 | cfs01: |
| 65 | address: ${_param:ceph_cfs_node01_address} |
| 66 | names: |
| 67 | - ${_param:ceph_cfs_node01_hostname} |
| 68 | - ${_param:ceph_cfs_node01_hostname}.${_param:cluster_domain} |
| 69 | |