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
Commit
57d1a85c
authored
Jul 23, 2015
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agentdriver, vmdriver: fix agentdriver service fail start
parent
8deba75f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
9 deletions
+14
-9
salt/agentdriver/init.sls
+1
-8
salt/allinone.sls
+1
-1
salt/vmdriver/init.sls
+12
-0
No files found.
salt/agentdriver/init.sls
View file @
57d1a85c
...
@@ -38,11 +38,4 @@ agentdriver:
...
@@ -38,11 +38,4 @@ agentdriver:
- require_in:
- require_in:
- git: gitrepo_agentdriver
- git: gitrepo_agentdriver
- virtualenv: virtualenv_agentdriver
- virtualenv: virtualenv_agentdriver
service:
- running
- enable: true
- watch:
- pkg: agentdriver
- sls: agentdriver.gitrepo
- sls: agentdriver.virtualenv
- sls: agentdriver.configuration
salt/allinone.sls
View file @
57d1a85c
include:
include:
- agentdriver
- manager
- manager
- graphite
- graphite
- monitor-client
- monitor-client
- storagedriver
- storagedriver
- agentdriver
- vmdriver
- vmdriver
- vncproxy
- vncproxy
- fwdriver
- fwdriver
...
...
salt/vmdriver/init.sls
View file @
57d1a85c
...
@@ -52,6 +52,18 @@ vmdriver:
...
@@ -52,6 +52,18 @@ vmdriver:
- augeas: libvirtconf
- augeas: libvirtconf
- git: gitrepo_vmdriver
- git: gitrepo_vmdriver
- virtualenv: virtualenv_vmdriver
- virtualenv: virtualenv_vmdriver
agentdriver_service:
service:
- name: agentdriver
- running
- enable: true
- watch:
- pkg: agentdriver
- sls: agentdriver.gitrepo
- sls: agentdriver.virtualenv
- sls: agentdriver.configuration
node:
node:
service:
service:
- running
- running
...
...
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