ibumarskov | 95a8e2c | 2018-04-25 15:24:36 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - system.horizon.server.single |
Martin Polreich | 47393e4 | 2018-08-07 10:57:41 +0200 | [diff] [blame] | 3 | - system.linux.system.repo.mcp.apt_mirantis.saltstack |
ibumarskov | 95a8e2c | 2018-04-25 15:24:36 +0400 | [diff] [blame] | 4 | parameters: |
| 5 | _param: |
| 6 | horizon_site_branding: OpenStack Dashboard |
| 7 | linux: |
| 8 | network: |
| 9 | interface: |
ibumarskov | 100f95e | 2018-05-21 09:46:33 +0400 | [diff] [blame] | 10 | eth1: |
ibumarskov | 95a8e2c | 2018-04-25 15:24:36 +0400 | [diff] [blame] | 11 | enabled: true |
| 12 | type: eth |
| 13 | proto: static |
| 14 | address: ${_param:single_address} |
| 15 | netmask: 255.255.255.0 |