Skip to content

Commit

Permalink
Change pointers to 10.0.0 tags ready for 10.0.0 release
Browse files Browse the repository at this point in the history
Change-Id: I81bb07c0ff1493876c066d180ebc86715300b476
  • Loading branch information
mancdaz committed Dec 4, 2014
1 parent bb0fe98 commit af6fdb8
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion etc/rpc_deploy/user_variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ maas_monitoring_zones:
- mzord
- mzlon
- mzhkg
maas_repo_version: 10.0.0rc5
maas_repo_version: 10.0.0
# Specify the maas_fqdn_extension, defaults to empty string.
# This will be appended to the inventory_name of a host for MaaS purposes.
# The inventory name + maas_fqdn_extension must match the entity name in MaaS
Expand Down
2 changes: 1 addition & 1 deletion rpc_deployment/inventory/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ external_vip_address: "{{ external_lb_vip_address }}"

## URL for the frozen rpc repo
rpc_repo_url: "http://mirror.rackspace.com/rackspaceprivatecloud"
rpc_release: "10.0.0rc5"
rpc_release: "10.0.0"

## GPG Keys
gpg_keys:
Expand Down
2 changes: 1 addition & 1 deletion rpc_deployment/vars/repo_packages/ansible_rpc_lxc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ repo_path: "{{ pip_wheel_name }}_{{ git_install_branch | replace('/', '_') }}"
## Git Source
git_repo: "https://github.com/rcbops/ansible-lxc-rpc"
git_dest: "/opt/{{ repo_path }}"
git_install_branch: 10.0.0rc5
git_install_branch: 10.0.0

pip_wheel_name: ansible-lxc-rpc
2 changes: 1 addition & 1 deletion rpc_deployment/vars/repo_packages/keystonemiddleware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repo_path: "{{ pip_wheel_name }}_{{ git_install_branch | replace('/', '_') }}"
git_repo: https://github.com/openstack/keystonemiddleware
git_fallback_repo: https://git.openstack.org/openstack/keystonemiddleware
git_dest: "/opt/{{ repo_path }}"
git_install_branch: master
git_install_branch: 1.2.0

pip_wheel_name: keystonemiddleware
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repo_path: "{{ pip_wheel_name }}_{{ git_install_branch | replace('/', '_') }}"
git_repo: https://github.com/openstack/requirements
git_fallback_repo: https://git.openstack.org/openstack/requirements
git_dest: "/opt/{{ repo_path }}"
git_install_branch: master
git_install_branch: stable/juno
requirements_file: global-requirements.txt

pip_wheel_name: requirements
Expand Down
2 changes: 1 addition & 1 deletion rpc_deployment/vars/repo_packages/raxmon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
repo_package_name: raxmon

git_repo: https://github.com/rcbops/rpc-maas
git_install_branch: "10.0.0rc5"
git_install_branch: "10.0.0"
git_dest: /usr/lib/rackspace-monitoring-agent/plugins/

apt_container_keys:
Expand Down
4 changes: 2 additions & 2 deletions scripts/cloudserver-aio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
set -e -u -v -x

REPO_URL=${REPO_URL:-"https://github.com/rcbops/ansible-lxc-rpc.git"}
REPO_BRANCH=${REPO_BRANCH:-"master"}
REPO_BRANCH=${REPO_BRANCH:-"10.0.0"}
FROZEN_REPO_URL=${FROZEN_REPO_URL:-"http://mirror.rackspace.com/rackspaceprivatecloud"}
MAX_RETRIES=${MAX_RETRIES:-5}

Expand Down Expand Up @@ -228,7 +228,7 @@ maas_monitoring_zones:
- mzord
- mzlon
- mzhkg
maas_repo_version: 10.0.0rc5
maas_repo_version: 10.0.0
## Neutron Options
neutron_container_mysql_password: secrete
neutron_service_password: secrete
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit af6fdb8

Please sign in to comment.