diff options
author | carey.xu <carey.xuhan@huawei.com> | 2015-12-04 09:52:09 +0800 |
---|---|---|
committer | carey.xu <carey.xuhan@huawei.com> | 2015-12-04 13:16:03 +0800 |
commit | 34775089845b92c3f852afd668122df2c0407a05 (patch) | |
tree | e00b5c9bf5e3a3b1f3fb46d9b6c5049fc47c2730 /deploy/adapters/ansible/roles/common/vars/Debian.yml | |
parent | 5de09de80aac43e61ec411ad598e8cd915d9cadd (diff) |
put memcached installation first
JIRA: COMPASS-178
Change-Id: I1b85ff33f6cd73875c2c10f526948a84b3350660
Signed-off-by: carey.xu <carey.xuhan@huawei.com>
Diffstat (limited to 'deploy/adapters/ansible/roles/common/vars/Debian.yml')
-rw-r--r-- | deploy/adapters/ansible/roles/common/vars/Debian.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deploy/adapters/ansible/roles/common/vars/Debian.yml b/deploy/adapters/ansible/roles/common/vars/Debian.yml index 8dce2729..5b159da7 100644 --- a/deploy/adapters/ansible/roles/common/vars/Debian.yml +++ b/deploy/adapters/ansible/roles/common/vars/Debian.yml @@ -5,11 +5,13 @@ packages: - openvswitch-datapath-dkms - openvswitch-switch - crudini + - python-memcache pip_packages: [] pip_conf: pip.conf -services: [] +services: + - ntp + -ntp_service: ntp |