Commit 87d95c77 by root

hotfixes

parent 03b4cc3d
user: cloud
amqp:
user: cloud
password: password
host: 192.168.120.1
port: 5672
vhost: circle
graphite:
user: monitor
password: monitor
host: 192.168.120.1
port: 5672
vhost: monitor
queue: monitor
cache: pylibmc://192.168.120.1:11211/
nfs:
server: 192.168.120.1
directory: /datastore
...@@ -13,6 +13,7 @@ agentdriver: ...@@ -13,6 +13,7 @@ agentdriver:
- incron - incron
- libmemcached-dev - libmemcached-dev
- zlib1g-dev - zlib1g-dev
- python-dev
- require_in: - require_in:
- git: gitrepo_agentdriver - git: gitrepo_agentdriver
- virtualenv: virtualenv_agentdriver - virtualenv: virtualenv_agentdriver
......
...@@ -11,6 +11,7 @@ monitor-client: ...@@ -11,6 +11,7 @@ monitor-client:
- python-pip - python-pip
- ntp - ntp
- wget - wget
- python-dev
- require_in: - require_in:
- git: gitrepo_monitor-client - git: gitrepo_monitor-client
- virtualenv: virtualenv_monitor-client - virtualenv: virtualenv_monitor-client
......
{% if pillar['nfs']['enabled'] %}
nfs-client: nfs-client:
pkg.installed: pkg.installed:
- pkgs: - pkgs:
...@@ -15,4 +14,3 @@ nfs-client: ...@@ -15,4 +14,3 @@ nfs-client:
- pass_num: 2 - pass_num: 2
- persist: True - persist: True
- mkmnt: True - mkmnt: True
{% endif %}
...@@ -2,3 +2,4 @@ include: ...@@ -2,3 +2,4 @@ include:
- agentdriver - agentdriver
- monitor-client - monitor-client
- vmdriver - vmdriver
- nfs-client
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 sign in to comment