Change all references to the rcbops repo to stackforge

Closes-Bug: 1398864
Change-Id: Icd8a776afec7932d213089e325cf03aacb82a392
This commit is contained in:
Jesse Pretorius 2014-12-03 15:13:17 +00:00
parent 3df4548c95
commit a64cee58fe
5 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
repo_path: "{{ pip_wheel_name }}_{{ git_install_branch | replace('/', '_') }}"
## Git Source
git_repo: "https://github.com/rcbops/ansible-lxc-rpc"
git_repo: "https://github.com/stackforge/os-ansible-deployment"
git_dest: "/opt/{{ repo_path }}"
git_install_branch: master

View File

@ -14,7 +14,7 @@
# limitations under the License.
set -e -u -v -x
REPO_URL=${REPO_URL:-"https://github.com/rcbops/ansible-lxc-rpc.git"}
REPO_URL=${REPO_URL:-"https://github.com/stackforge/os-ansible-deployment.git"}
REPO_BRANCH=${REPO_BRANCH:-"master"}
FROZEN_REPO_URL=${FROZEN_REPO_URL:-"http://mirror.rackspace.com/rackspaceprivatecloud"}
MAX_RETRIES=${MAX_RETRIES:-5}

View File

@ -30,7 +30,7 @@ parameters:
description: The Instance Name
install_script_url:
type: string
default: https://raw.githubusercontent.com/rcbops/ansible-lxc-rpc/master/scripts/cloudserver-aio.sh
default: https://raw.githubusercontent.com/stackforge/os-ansible-deployment/master/scripts/cloudserver-aio.sh
description: The aio script installation URL
frozen_repo_url:
type: string
@ -38,7 +38,7 @@ parameters:
description: URL to the frozen
repo_url:
type: string
default: https://github.com/rcbops/ansible-lxc-rpc.git
default: https://github.com/stackforge/os-ansible-deployment.git
description: The repository URL
repo_branch:
type: string

View File

@ -30,7 +30,7 @@ parameters:
description: The Instance Name
install_script_url:
type: string
default: https://raw.githubusercontent.com/rcbops/ansible-lxc-rpc/master/scripts/cloudserver-aio.sh
default: https://raw.githubusercontent.com/stackforge/os-ansible-deployment/master/scripts/cloudserver-aio.sh
description: The aio script installation URL
frozen_repo_url:
type: string
@ -38,7 +38,7 @@ parameters:
description: URL to the frozen
repo_url:
type: string
default: https://github.com/rcbops/ansible-lxc-rpc.git
default: https://github.com/stackforge/os-ansible-deployment.git
description: The repository URL
repo_branch:
type: string

View File

@ -55,8 +55,8 @@ set -e -o -v
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# Defined variables
GIT_REPO="${GIT_REPO:-https://github.com/rcbops/ansible-lxc-rpc}"
GITHUB_API_ENDPOINT="${GITHUB_API_ENDPOINT:-https://api.github.com/repos/rcbops/ansible-lxc-rpc}"
GIT_REPO="${GIT_REPO:-https://github.com/stackforge/os-ansible-deployment}"
GITHUB_API_ENDPOINT="${GITHUB_API_ENDPOINT:-https://api.github.com/repos/stackforge/os-ansible-deployment}"
WORK_DIR="${WORK_DIR:-/opt/ansible-lxc-rpc}"
REPO_PACKAGES_PATH="${WORK_DIR}/rpc_deployment/vars/repo_packages/"