Change the repos to use upstream default
This changes the default repos scheme to use the upstream default which is "http" instead of "https". This change is in support of enabling packages to be cached instead of proxied which will improve the speed of deployment. Change-Id: I15111e60cb3e7e57ce4adabf870ff9d8c7d64f29 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
9f47da61e4
commit
a69a34f126
@ -83,12 +83,12 @@ qpress_package_sha256: "21e2f4466a1dffd6281d01d0b29388e2a2f0f9c6ba9538b128c34af6
|
||||
qpress_package_path: "/opt/{{ qpress_package_url | basename }}"
|
||||
|
||||
# Repositories
|
||||
galera_percona_xtrabackup_repo_url: "https://repo.percona.com/apt"
|
||||
galera_percona_xtrabackup_repo_url: "http://repo.percona.com/apt"
|
||||
galera_percona_xtrabackup_repo:
|
||||
repo: "deb {{ galera_percona_xtrabackup_repo_url }} {{ ansible_distribution_release }} main"
|
||||
state: "present"
|
||||
|
||||
galera_apt_repo_url: "https://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
|
||||
galera_apt_repo_url: "http://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
|
||||
galera_repo:
|
||||
repo: "deb {{ galera_apt_repo_url }} {{ ansible_distribution_release }} main"
|
||||
state: "present"
|
||||
|
@ -86,12 +86,12 @@ qpress_package_path: "/opt/{{ qpress_package_url | basename }}"
|
||||
|
||||
# Repositories
|
||||
# TODO: update this to xenial if the repo ever gets created.
|
||||
galera_percona_xtrabackup_repo_url: "https://repo.percona.com/apt"
|
||||
galera_percona_xtrabackup_repo_url: "http://repo.percona.com/apt"
|
||||
galera_percona_xtrabackup_repo:
|
||||
repo: "deb {{ galera_percona_xtrabackup_repo_url }} {{ ansible_distribution_release }} main"
|
||||
state: "present"
|
||||
|
||||
galera_apt_repo_url: "https://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
|
||||
galera_apt_repo_url: "http://mirror.rackspace.com/mariadb/repo/10.0/ubuntu"
|
||||
galera_repo:
|
||||
repo: "deb {{ galera_apt_repo_url }} {{ ansible_distribution_release }} main"
|
||||
state: "present"
|
||||
|
Loading…
x
Reference in New Issue
Block a user