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
db54c2fc
authored
Sep 02, 2015
by
Dóbé Péter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added reload_firewall_timeout option in pillar (was: timeoutfix branch in cloud.git)
parent
ea232c65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
pillar/firewall.sls
+2
-0
salt/network/files/reload_firewall.sh
+1
-1
No files found.
pillar/firewall.sls
View file @
db54c2fc
...
...
@@ -17,3 +17,5 @@ fwdriver:
external_if: eth0
external_net: 10.0.0.97/16
gateway: 10.0.255.254
reload_firewall_timeout: 120
salt/network/files/reload_firewall.sh
View file @
db54c2fc
...
...
@@ -2,4 +2,4 @@
source
/home/
{{
pillar[
'user'
]
}}
/.virtualenvs/circle/bin/activate
source
/home/
{{
pillar[
'user'
]
}}
/.virtualenvs/circle/bin/postactivate
python /home/
{{
pillar[
'user'
]
}}
/circle/circle/manage.py reload_firewall
--sync
python /home/
{{
pillar[
'user'
]
}}
/circle/circle/manage.py reload_firewall
--sync
--timeout
={{
pillar[
'fwdriver'
][
'reload_firewall_timeout'
]
}}
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