|
14 | 14 | storage_subnet: |
15 | 15 | ip_subnet: '{{ ceph_network }}' |
16 | 16 | allocation_pools: [{'start': '{{ start }}', 'end': '{{ end }}'}] |
| 17 | + - name: StorageNFS |
| 18 | + mtu: 1350 |
| 19 | + vip: true |
| 20 | + name_lower: storage_nfs |
| 21 | + service_net_map_replace: storage_nfs |
| 22 | + subnets: |
| 23 | + storage_subnet: |
| 24 | + ip_subnet: '{{ hostonly_nfs_cidr }}' |
| 25 | + allocation_pools: [{'start': '{{ hostonly_nfs_fip_pool_start }}', 'end': '{{ hostonly_nfs_fip_pool_end }}'}] |
17 | 26 |
|
18 | 27 | - name: Create deployed_network environment file (with VIPs) |
19 | 28 | ansible.builtin.copy: |
|
35 | 44 | ip_address: {{ mon_ip }} |
36 | 45 | ip_subnet: {{ dummy_ip_cidr }} |
37 | 46 | ip_address_uri: {{ mon_ip }} |
| 47 | + storage_nfs: |
| 48 | + ip_address: {{ hostonly_nfs_cidr | nthhost(1) }} |
| 49 | + ip_subnet: {{ hostonly_nfs_cidr }} |
| 50 | + ip_address_uri: {{ hostonly_nfs_cidr | nthhost(1) }} |
38 | 51 | ControlPlaneVipData: |
39 | 52 | fixed_ips: |
40 | 53 | - ip_address: {{ control_plane_ip }} |
|
49 | 62 | ip_address: {{ dummy_vip }} |
50 | 63 | ip_address_uri: {{ dummy_vip }} |
51 | 64 | ip_subnet: {{ dummy_vip ~ '/' ~ control_plane_prefix | string }} |
| 65 | + storage_nfs: |
| 66 | + ip_address: {{ hostonly_nfs_ganesha }} |
| 67 | + ip_address_uri: {{ hostonly_nfs_ganesha }} |
| 68 | + ip_subnet: {{ hostonly_nfs_cidr }} |
| 69 | + VipSubnetMap: |
| 70 | + StorageNFS: storage_nfs_subnet |
52 | 71 | DeployedNetworkEnvironment: |
53 | 72 | net_attributes_map: |
54 | 73 | storage: |
|
69 | 88 | host_routes: [] |
70 | 89 | ip_version: 4 |
71 | 90 | name: storage_subnet |
| 91 | + storage_nfs: |
| 92 | + network: |
| 93 | + dns_domain: storagenfs.mydomain.tld. |
| 94 | + mtu: 1350 |
| 95 | + name: storage_nfs |
| 96 | + tags: |
| 97 | + - tripleo_network_name=StorageNFS |
| 98 | + - tripleo_net_idx=1 |
| 99 | + - tripleo_service_net_map_replace=storage_nfs |
| 100 | + - tripleo_vip=true |
| 101 | + subnets: |
| 102 | + storage_nfs_subnet: |
| 103 | + cidr: {{ hostonly_nfs_cidr }} |
| 104 | + dns_nameservers: [] |
| 105 | + gateway_ip: null |
| 106 | + host_routes: [] |
| 107 | + ip_version: 4 |
| 108 | + name: storage_nfs_subnet |
72 | 109 | net_cidr_map: |
73 | 110 | storage: |
74 | 111 | - {{ ceph_network }} |
| 112 | + storage_nfs: |
| 113 | + - {{ hostonly_nfs_cidr }} |
75 | 114 | net_ip_version_map: |
76 | 115 | storage: 4 |
| 116 | + storage_nfs: 4 |
0 commit comments