Commit 44387db5 by Ned Batchelder

Pin things installed by devstack and fullstack

parent 469fb71f
...@@ -105,7 +105,7 @@ common_pip_pkgs: ...@@ -105,7 +105,7 @@ common_pip_pkgs:
- pip==7.1.2 - pip==7.1.2
- setuptools==18.3.2 - setuptools==18.3.2
- virtualenv==13.1.2 - virtualenv==13.1.2
- virtualenvwrapper - virtualenvwrapper==4.7.1
common_web_user: www-data common_web_user: www-data
common_web_group: www-data common_web_group: www-data
......
...@@ -41,6 +41,8 @@ supervisor_cfg: "{{ supervisor_app_dir }}/supervisord.conf" ...@@ -41,6 +41,8 @@ supervisor_cfg: "{{ supervisor_app_dir }}/supervisord.conf"
supervisor_service: supervisor supervisor_service: supervisor
supervisor_service_user: "{{ common_web_user }}" supervisor_service_user: "{{ common_web_user }}"
supervisor_version: 3.2.3
supervisor_pip_pkgs: supervisor_pip_pkgs:
- boto=="{{ common_boto_version }}" - boto=="{{ common_boto_version }}"
- python-simple-hipchat - python-simple-hipchat
...@@ -110,9 +110,12 @@ ...@@ -110,9 +110,12 @@
- install:base - install:base
- name: install supervisor in its venv - name: install supervisor in its venv
pip: > pip:
name=supervisor virtualenv="{{ supervisor_venv_dir }}" state=present name: supervisor
extra_args="-i {{ COMMON_PYPI_MIRROR_URL }}" version: "{{ supervisor_version }}"
virtualenv: "{{ supervisor_venv_dir }}"
state: present
extra_args: "-i {{ COMMON_PYPI_MIRROR_URL }}"
sudo_user: "{{ supervisor_user }}" sudo_user: "{{ supervisor_user }}"
tags: tags:
- install - install
...@@ -235,4 +238,4 @@ ...@@ -235,4 +238,4 @@
changed_when: supervisor_update.stdout is defined and supervisor_update.stdout != "" changed_when: supervisor_update.stdout is defined and supervisor_update.stdout != ""
tags: tags:
- manage - manage
- manage:start - manage:start
\ No newline at end of file
...@@ -11,7 +11,7 @@ docopt==0.6.1 ...@@ -11,7 +11,7 @@ docopt==0.6.1
python-simple-hipchat==0.2 python-simple-hipchat==0.2
prettytable==0.7.2 prettytable==0.7.2
awscli==1.4.2 awscli==1.4.2
requests requests==2.9.1
datadog==0.8.0 datadog==0.8.0
# Needed for the mongo_* modules (playbooks/library/mongo_*) # 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