forked from proxmox-mirrors/proxmox
apt: add Ceph Squid to standard repos for PVE
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2cc7eadb45
commit
fd48033644
@ -104,6 +104,9 @@ pub fn standard_repositories(
|
|||||||
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefEnterprise),
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefEnterprise),
|
||||||
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefNoSubscription),
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefNoSubscription),
|
||||||
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefTest),
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefTest),
|
||||||
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephSquidEnterprise),
|
||||||
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephSquidNoSubscription),
|
||||||
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephSquidTest),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -362,6 +362,9 @@ fn test_standard_repositories() -> Result<(), Error> {
|
|||||||
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefEnterprise),
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefEnterprise),
|
||||||
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefNoSubscription),
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefNoSubscription),
|
||||||
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefTest),
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephReefTest),
|
||||||
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephSquidEnterprise),
|
||||||
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephSquidNoSubscription),
|
||||||
|
APTStandardRepository::from_handle(APTRepositoryHandle::CephSquidTest),
|
||||||
];
|
];
|
||||||
|
|
||||||
let absolute_suite_list = read_dir.join("absolute_suite.list");
|
let absolute_suite_list = read_dir.join("absolute_suite.list");
|
||||||
|
Loading…
Reference in New Issue
Block a user