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