Use HTTPS when installing from mirror.rackspace.com

SecurityImpact

Closes-bug: 1411331

Change-Id: I78716b737b37feab8b21d6e765a349e4e6724bf6
This commit is contained in:
Ian Cordasco 2015-01-15 11:28:33 -06:00
parent bba6fa84a1
commit 28b6c2da9c
6 changed files with 7 additions and 7 deletions

View File

@ -15,4 +15,4 @@ cloudlib==0.0.8
pip==1.5.6
wheel==0.24.0
setuptools==7.0
http://mirror.rackspace.com/rackspaceprivatecloud/downloads/ansible-1.6.10.tar.gz
https://mirror.rackspace.com/rackspaceprivatecloud/downloads/ansible-1.6.10.tar.gz

View File

@ -40,7 +40,7 @@ external_vip_address: "{{ external_lb_vip_address }}"
## URL for the frozen rpc repo
rpc_repo_url: "http://mirror.rackspace.com/rackspaceprivatecloud"
rpc_repo_url: "https://mirror.rackspace.com/rackspaceprivatecloud"
rpc_release: master
## GPG Keys
@ -55,7 +55,7 @@ apt_common_repos:
apt_lxc_common_repos:
- { repo: "ppa:ubuntu-lxc/stable", state: "present" }
get_pip_url: "http://mirror.rackspace.com/rackspaceprivatecloud/downloads/get-pip.py"
get_pip_url: "https://mirror.rackspace.com/rackspaceprivatecloud/downloads/get-pip.py"
## Users that will not be created via container_common

View File

@ -14,7 +14,7 @@
# limitations under the License.
## URL for the frozen rpc repo
rpc_repo_url: "http://mirror.rackspace.com/rackspaceprivatecloud"
rpc_repo_url: "https://mirror.rackspace.com/rackspaceprivatecloud"
## GPG Keys
gpg_keys:

View File

@ -18,7 +18,7 @@
set -e -u -v -x
## Vars
FROZEN_REPO_URL=${FROZEN_REPO_URL:-"http://mirror.rackspace.com/rackspaceprivatecloud"}
FROZEN_REPO_URL=${FROZEN_REPO_URL:-"https://mirror.rackspace.com/rackspaceprivatecloud"}
MAX_RETRIES=${MAX_RETRIES:-5}
ADMIN_PASSWORD=${ADMIN_PASSWORD:-"secrete"}
DEPLOY_SWIFT=${DEPLOY_SWIFT:-"yes"}

View File

@ -34,7 +34,7 @@ parameters:
description: The aio script installation URL
frozen_repo_url:
type: string
default: http://mirror.rackspace.com/rackspaceprivatecloud
default: https://mirror.rackspace.com/rackspaceprivatecloud
description: URL to the frozen
repo_url:
type: string

View File

@ -34,7 +34,7 @@ parameters:
description: The aio script installation URL
frozen_repo_url:
type: string
default: http://mirror.rackspace.com/rackspaceprivatecloud
default: https://mirror.rackspace.com/rackspaceprivatecloud
description: URL to the frozen
repo_url:
type: string