blob: 8ab35360a64fdafd71036bdbcb8611762d977cc6 [file] [log] [blame]
Richard Felkl316c1162017-09-24 23:17:22 +02001---
2summary: >
3 Removed included classes for linux.system.repo from the system level reclass
4 model because they were breaking installation from local repos.
5features:
6 - |
7 Added linux.system.repo definition for MAAS.
8deprecations:
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.
17fixes:
18 - |
19 MCP deployments can now be installed from local repositories without problems.