Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87d95c77
authored
Jan 29, 2015
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfixes
parent
03b4cc3d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
2 deletions
+25
-2
pillar/node.sls
+22
-0
salt/agentdriver/init.sls
+1
-0
salt/monitor-client/init.sls
+1
-0
salt/nfs-client/init.sls
+0
-2
salt/node.sls
+1
-0
No files found.
pillar/node.sls
0 → 100644
View file @
87d95c77
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
salt/agentdriver/init.sls
View file @
87d95c77
...
...
@@ -13,6 +13,7 @@ agentdriver:
- incron
- libmemcached-dev
- zlib1g-dev
- python-dev
- require_in:
- git: gitrepo_agentdriver
- virtualenv: virtualenv_agentdriver
...
...
salt/monitor-client/init.sls
View file @
87d95c77
...
...
@@ -11,6 +11,7 @@ monitor-client:
- python-pip
- ntp
- wget
- python-dev
- require_in:
- git: gitrepo_monitor-client
- virtualenv: virtualenv_monitor-client
...
...
salt/nfs-client/init.sls
View file @
87d95c77
{% if pillar['nfs']['enabled'] %}
nfs-client:
pkg.installed:
- pkgs:
...
...
@@ -15,4 +14,3 @@ nfs-client:
- pass_num: 2
- persist: True
- mkmnt: True
{% endif %}
salt/node.sls
View file @
87d95c77
...
...
@@ -2,3 +2,4 @@ include:
- agentdriver
- monitor-client
- vmdriver
- nfs-client
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment