9.0.3 release
This commit is contained in:
10
Changelog.md
10
Changelog.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 9.0.3 - 2014-11-18
|
||||
|
||||
- Do not recursively chown {{ install_lib_dir }} [#367]
|
||||
- Create alarms for discovered devices [$430]
|
||||
- This commit adds a check to the dynamic inventory script when parsing extra values [#458]
|
||||
- Increase galera startup timeout [#411,#413]
|
||||
- Specialize galera client config [#411,#413]
|
||||
- Use local socket for mysql client connection [#411,#413]
|
||||
- Use root pass for galera init script [#411,#413]
|
||||
|
||||
## 9.0.2 - 2014-11-06
|
||||
|
||||
- Increase delay and retries for lxc cache download [#449]
|
||||
|
||||
@@ -114,7 +114,7 @@ maas_monitoring_zones:
|
||||
- mzord
|
||||
- mzlon
|
||||
- mzhkg
|
||||
maas_repo_version: 9.0.2
|
||||
maas_repo_version: 9.0.3
|
||||
# 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
|
||||
|
||||
@@ -14,4 +14,4 @@ requests==2.4.1
|
||||
cloudlib==0.0.8
|
||||
pip==1.5.6
|
||||
wheel==0.24.0
|
||||
http://rpc-slushee.rackspace.com/downloads/ansible-1.6.10.tar.gz
|
||||
http://mirror.rackspace.com/rackspaceprivatecloud/downloads/ansible-1.6.10.tar.gz
|
||||
|
||||
@@ -40,8 +40,8 @@ external_vip_address: "{{ external_lb_vip_address }}"
|
||||
|
||||
|
||||
## URL for the frozen rpc repo
|
||||
rpc_repo_url: "http://rpc-slushee.rackspace.com"
|
||||
rpc_release: "stable/icehouse"
|
||||
rpc_repo_url: "http://mirror.rackspace.com/rackspaceprivatecloud"
|
||||
rpc_release: "9.0.3"
|
||||
|
||||
## GPG Keys
|
||||
gpg_keys:
|
||||
@@ -55,7 +55,7 @@ apt_common_repos:
|
||||
apt_lxc_common_repos:
|
||||
- { repo: "ppa:ubuntu-lxc/stable", state: "present" }
|
||||
|
||||
get_pip_url: "http://rpc-slushee.rackspace.com/downloads/get-pip.py"
|
||||
get_pip_url: "http://mirror.rackspace.com/rackspaceprivatecloud/downloads/get-pip.py"
|
||||
|
||||
|
||||
## Users that will not be created via container_common
|
||||
|
||||
@@ -22,7 +22,7 @@ verbose: True
|
||||
container_lvm_fstype: ext4
|
||||
container_lvm_fssize: 5GB
|
||||
|
||||
kibana_url: http://rpc-slushee.rackspace.com/downloads/kibana-3.1.0.tar.gz
|
||||
kibana_url: http://mirror.rackspace.com/rackspaceprivatecloud/downloads/kibana-3.1.0.tar.gz
|
||||
|
||||
kibana_root: /opt/kibana
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
## URL for the frozen rpc repo
|
||||
rpc_repo_url: "http://rpc-slushee.rackspace.com"
|
||||
rpc_repo_url: "http://mirror.rackspace.com/rackspaceprivatecloud"
|
||||
|
||||
## GPG Keys
|
||||
gpg_keys:
|
||||
@@ -31,9 +31,9 @@ apt_common_repos:
|
||||
# Hyphens and periods replaced with underlines. This will ensure that when ansible
|
||||
# runs into the ``apt_common_repos`` option is set correctly.
|
||||
# apt_common_repos:
|
||||
# - { repo: "deb [arch=amd64] {{ rpc_repo_url }} rpc-LA main", state: "present", name: "rpc_slushee_rackspace_com" }
|
||||
# - { repo: "deb [arch=amd64] {{ rpc_repo_url }} LA main", state: "present", name: "rpc_slushee_rackspace_com" }
|
||||
# - { repo: "deb [arch=amd64] {{ rpc_repo_url }} universe-LA universe", state: "present", name: "rpc_slushee_rackspace_com" }
|
||||
# - { repo: "deb [arch=amd64] {{ rpc_repo_url }} rpc-LA main", state: "present", name: "mirror_rackspace_com" }
|
||||
# - { repo: "deb [arch=amd64] {{ rpc_repo_url }} LA main", state: "present", name: "mirror_rackspace_com" }
|
||||
# - { repo: "deb [arch=amd64] {{ rpc_repo_url }} universe-LA universe", state: "present", name: "mirror_rackspace_com" }
|
||||
|
||||
## Python pip
|
||||
get_pip_url: "{{ rpc_repo_url }}/downloads/get-pip.py"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
repo_package_name: raxmon
|
||||
|
||||
git_repo: https://github.com/rcbops/rpc-maas
|
||||
git_install_branch: "9.0.1rc1"
|
||||
git_install_branch: "9.0.3"
|
||||
git_dest: /usr/lib/rackspace-monitoring-agent/plugins/
|
||||
|
||||
apt_container_keys:
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
set -e -u -v -x
|
||||
|
||||
REPO_URL=${REPO_URL:-"https://github.com/rcbops/ansible-lxc-rpc.git"}
|
||||
REPO_BRANCH=${REPO_BRANCH:-"stable/icehouse"}
|
||||
FROZEN_REPO_URL=${FROZEN_REPO:-"http://rpc-slushee.rackspace.com"}
|
||||
REPO_BRANCH=${REPO_BRANCH:-"9.0.3"}
|
||||
FROZEN_REPO_URL=${FROZEN_REPO:-"http://mirror.rackspace.com/rackspaceprivatecloud"}
|
||||
MAX_RETRIES=${MAX_RETRIES:-5}
|
||||
|
||||
apt-get update
|
||||
@@ -230,7 +230,7 @@ maas_monitoring_zones:
|
||||
- mzord
|
||||
- mzlon
|
||||
- mzhkg
|
||||
maas_repo_version: 9.0.2
|
||||
maas_repo_version: 9.0.3
|
||||
## Neutron Options
|
||||
neutron_container_mysql_password: secrete
|
||||
neutron_service_password: secrete
|
||||
|
||||
@@ -34,7 +34,7 @@ parameters:
|
||||
description: The aio script installation URL
|
||||
frozen_repo_url:
|
||||
type: string
|
||||
default: http://rpc-slushee.rackspace.com
|
||||
default: http://mirror.rackspace.com/rackspaceprivatecloud
|
||||
description: URL to the frozen
|
||||
repo_url:
|
||||
type: string
|
||||
|
||||
@@ -34,7 +34,7 @@ parameters:
|
||||
description: The aio script installation URL
|
||||
frozen_repo_url:
|
||||
type: string
|
||||
default: http://rpc-slushee.rackspace.com
|
||||
default: http://mirror.rackspace.com/rackspaceprivatecloud
|
||||
description: URL to the frozen
|
||||
repo_url:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user