aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>2018-06-27 09:18:51 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-06-27 09:18:51 +0000
commit2059466cd938bbe24a59011cfdf82fa1026b14e6 (patch)
tree495e55024d347f3fb32ba840f17b4102e0a891ac
parente57d28d462c6b8563e14043c6d2f5ed442639d03 (diff)
parentf9e1d1bde55cd065bd8908159cc0ba4f74664660 (diff)
Merge "Start nginx and uwsgi servicies only in not container mode" into stable/fraser
-rw-r--r--ansible/install.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml
index afffbede2..c446b91f7 100644
--- a/ansible/install.yaml
+++ b/ansible/install.yaml
@@ -38,5 +38,7 @@
- service:
name: nginx
state: restarted
+ when: installation_mode != inst_mode_container
- shell: uwsgi -i /etc/yardstick/yardstick.ini
+ when: installation_mode != inst_mode_container