Change all references to the rcbops repo to stackforge
Closes-Bug: 1398864 Change-Id: Icd8a776afec7932d213089e325cf03aacb82a392
This commit is contained in:
parent
3df4548c95
commit
a64cee58fe
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user