Skip to content

Instantly share code, notes, and snippets.

@cloudnull
Created May 6, 2015 01:02
Show Gist options
  • Save cloudnull/36215f0768fff9128e25 to your computer and use it in GitHub Desktop.
Save cloudnull/36215f0768fff9128e25 to your computer and use it in GitHub Desktop.
pip6 update
diff --git a/requirements.txt b/requirements.txt
index c1545a9..e8e0a9d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ pexpect>=3.1,<=3.3
requests>=1.1,<=2.6.0
cloudlib>=0.4.0
wsgiref==0.1.2
-pip==1.5.6
-wheel==0.24.0
+pip==6.1.1
+wheel>=0.24.0
setuptools==7.0
https://mirror.rackspace.com/rackspaceprivatecloud/downloads/ansible-1.6.10.tar.gz
diff --git a/rpc_deployment/vars/repo_packages/glance_store.yml b/rpc_deployment/vars/repo_packages/glance_store.yml
new file mode 100644
index 0000000..336a425
--- /dev/null
+++ b/rpc_deployment/vars/repo_packages/glance_store.yml
@@ -0,0 +1,25 @@
+---
+# Copyright 2014, Rackspace US, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+repo_package_name: glance_store
+
+repo_path: "{{ repo_package_name }}_{{ git_install_branch | replace('/', '_') }}"
+
+## Git Source
+git_repo: https://github.com/openstack/glance_store
+git_fallback_repo: https://git.openstack.org/openstack/glance_store
+git_dest: "/opt/{{ repo_path }}"
+git_install_branch: 0.1.10
+git_etc_example: etc/
diff --git a/rpc_deployment/vars/repo_packages/rackspace_monitoring_cli.yml b/rpc_deployment/vars/repo_packages/rackspace_monitoring_cli.yml
index 65be0fc..e73856e 100644
--- a/rpc_deployment/vars/repo_packages/rackspace_monitoring_cli.yml
+++ b/rpc_deployment/vars/repo_packages/rackspace_monitoring_cli.yml
@@ -18,7 +18,7 @@ repo_package_name: rackspace-monitoring-cli
repo_path: "{{ repo_package_name }}_{{ git_install_branch | replace('/', '_') }}"
git_repo: https://github.com/racker/rackspace-monitoring-cli
-git_install_branch: "v0.6.6"
+git_install_branch: "v0.6.8"
git_dest: "/opt/{{ repo_path }}"
pip_wheel_name: rackspace-monitoring-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment