Richard Felkl | 316c116 | 2017-09-24 23:17:22 +0200 | [diff] [blame] | 1 | --- |
| 2 | summary: > |
OlgaGusarenko | c04212f | 2017-11-03 14:01:23 +0200 | [diff] [blame] | 3 | Removed included classes for ``linux.system.repo`` from the system level |
| 4 | Reclass model because they were breaking installation from local repos |
| 5 | |
Richard Felkl | 316c116 | 2017-09-24 23:17:22 +0200 | [diff] [blame] | 6 | features: |
OlgaGusarenko | c04212f | 2017-11-03 14:01:23 +0200 | [diff] [blame] | 7 | - Added ``linux.system.repo`` definition for MAAS. |
| 8 | |
Richard Felkl | 316c116 | 2017-09-24 23:17:22 +0200 | [diff] [blame] | 9 | deprecations: |
| 10 | - | |
| 11 | Removed: |
Richard Felkl | 316c116 | 2017-09-24 23:17:22 +0200 | [diff] [blame] | 12 | |
OlgaGusarenko | c04212f | 2017-11-03 14:01:23 +0200 | [diff] [blame] | 13 | - ``system.linux.system.repo.mcp.salt`` from ``salt/master/pkg.yml`` |
| 14 | - ``system.linux.system.repo.docker`` from ``docker/host.yml`` |
| 15 | - ``service.maas.region.vendor_repo`` from ``maas/region/single.yml`` |
| 16 | |
| 17 | These repos should be added to appropriate cluster level classes. |
| 18 | New cluster models from Cookiecutter have them already included. |
| 19 | |
Richard Felkl | 316c116 | 2017-09-24 23:17:22 +0200 | [diff] [blame] | 20 | fixes: |
OlgaGusarenko | c04212f | 2017-11-03 14:01:23 +0200 | [diff] [blame] | 21 | - MCP deployments can now be installed from local repositories without |
| 22 | problems. |
| 23 | |