Enable HTTPS for Apt repos on mirror.mirantis.com
Update default URL for Apr mirrors to use HTTPS
protocol.
Change-Id: I22f275b916537c9bf3e33016f823a9cbc650b335
Related-PROD: PROD-27431
diff --git a/defaults/linux_system_repo.yml b/defaults/linux_system_repo.yml
index 74c5f41..1f13c0c 100644
--- a/defaults/linux_system_repo.yml
+++ b/defaults/linux_system_repo.yml
@@ -2,11 +2,11 @@
_param:
# Global
linux_repo_refresh_db: true
- linux_system_repo_url: http://mirror.mirantis.com/${_param:mcp_version}/
+ linux_system_repo_url: https://mirror.mirantis.com/${_param:mcp_version}/
# Global-updates
- linux_system_repo_update_url: http://mirror.mirantis.com/update/${_param:mcp_version}/
+ linux_system_repo_update_url: https://mirror.mirantis.com/update/${_param:mcp_version}/
# Global-hotfix
- linux_system_repo_hotfix_url: http://mirror.mirantis.com/hotfix/${_param:mcp_version}/
+ linux_system_repo_hotfix_url: https://mirror.mirantis.com/hotfix/${_param:mcp_version}/
# Per repos
linux_system_repo_mcp_cassandra_url: ${_param:linux_system_repo_url}/cassandra/
linux_system_repo_mcp_glusterfs_url: ${_param:linux_system_repo_url}/glusterfs-${_param:linux_system_repo_mcp_glusterfs_version_number}/