Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
salt
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
17
Merge Requests
1
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
87d95c77
authored
Jan 29, 2015
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hotfixes
parent
03b4cc3d
Hide 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:
...
@@ -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
...
...
salt/monitor-client/init.sls
View file @
87d95c77
...
@@ -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
...
...
salt/nfs-client/init.sls
View file @
87d95c77
{% 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 %}
salt/node.sls
View file @
87d95c77
...
@@ -2,3 +2,4 @@ include:
...
@@ -2,3 +2,4 @@ include:
- agentdriver
- agentdriver
- monitor-client
- monitor-client
- vmdriver
- 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