Commit 44387db5 by Ned Batchelder

Pin things installed by devstack and fullstack

parent 469fb71f
......@@ -105,7 +105,7 @@ common_pip_pkgs:
- pip==7.1.2
- setuptools==18.3.2
- virtualenv==13.1.2
- virtualenvwrapper
- virtualenvwrapper==4.7.1
common_web_user: www-data
common_web_group: www-data
......
......@@ -41,6 +41,8 @@ supervisor_cfg: "{{ supervisor_app_dir }}/supervisord.conf"
supervisor_service: supervisor
supervisor_service_user: "{{ common_web_user }}"
supervisor_version: 3.2.3
supervisor_pip_pkgs:
- boto=="{{ common_boto_version }}"
- python-simple-hipchat
......@@ -110,9 +110,12 @@
- install:base
- name: install supervisor in its venv
pip: >
name=supervisor virtualenv="{{ supervisor_venv_dir }}" state=present
extra_args="-i {{ COMMON_PYPI_MIRROR_URL }}"
pip:
name: supervisor
version: "{{ supervisor_version }}"
virtualenv: "{{ supervisor_venv_dir }}"
state: present
extra_args: "-i {{ COMMON_PYPI_MIRROR_URL }}"
sudo_user: "{{ supervisor_user }}"
tags:
- install
......@@ -235,4 +238,4 @@
changed_when: supervisor_update.stdout is defined and supervisor_update.stdout != ""
tags:
- manage
- manage:start
\ No newline at end of file
- manage:start
......@@ -11,7 +11,7 @@ docopt==0.6.1
python-simple-hipchat==0.2
prettytable==0.7.2
awscli==1.4.2
requests
requests==2.9.1
datadog==0.8.0
# Needed for the mongo_* modules (playbooks/library/mongo_*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment