Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.package
Commits
2a7a9e4e
Commit
2a7a9e4e
authored
Sep 10, 2012
by
Cédric Le Ninivin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added retry slapformat if openvpn crash
parent
95625c99
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
41 deletions
+53
-41
slapos-node/slapos-start
slapos-node/slapos-start
+46
-40
slapos-node/template/openvpn/vifib.conf
slapos-node/template/openvpn/vifib.conf
+7
-1
No files found.
slapos-node/slapos-start
View file @
2a7a9e4e
#!/bin/sh
#!/bin/
ba
sh
IPV6CHECK
=
ipv6.google.com
IPV4CHECK
=
google.com
IPV6WAITTIME
=
5
SLAPOS_CONFIGURATION
=
/etc/opt/slapos/
${
ONLY_SLAPFORMAT
:
=false
}
if
[
!
-f
$SLAPOS_CONFIGURATION
/slapos.cfg
]
;
then
echo
"No slapos.cfg found"
exit
0
fi
echo
"Starting slap script"
if
[
$ONLY_SLAPFORMAT
=
false
]
;
then
if
[
!
-f
$SLAPOS_CONFIGURATION
/slapos.cfg
]
;
then
echo
"No slapos.cfg found"
exit
0
fi
echo
"Starting slap script"
# Check ipv4
ping
-c
2
$IPV4CHECK
while
[
$?
!=
0
]
;
do
sleep
$((
$i
*
5
))
if
[[
$i
< 40
]]
;
then
let
i++
fi
ping
-c
2
$IPV4CHECK
done
while
[
$?
!=
0
]
;
do
sleep
$((
$i
*
5
))
if
[[
$i
< 40
]]
;
then
let
i++
fi
ping
-c
2
$IPV4CHECK
done
# Launch openvpn
if
[
-f
$SLAPOS_CONFIGURATION
/openvpn-needed
]
;
then
/etc/init.d/openvpn start
sleep
10
fi
if
[
-f
$SLAPOS_CONFIGURATION
/openvpn-needed
]
;
then
/etc/init.d/openvpn start
sleep
10
fi
# Wait for ipv6 connection to be ready
i
=
0
ping6
-c
2
$IPV6CHECK
while
[
$?
!=
0
]
;
do
sleep
$((
$i
*
10
))
if
[[
$i
< 40
]]
;
then
let
i++
fi
i
=
0
ping6
-c
2
$IPV6CHECK
done
while
[
$?
!=
0
]
;
do
sleep
$((
$i
*
10
))
if
[[
$i
< 40
]]
;
then
let
i++
fi
ping6
-c
2
$IPV6CHECK
done
else
sleep
15
fi
# Run slapformat
i
=
1
...
...
@@ -56,19 +60,21 @@ while [ $? != 0 ]; do
/opt/slapos/bin/slapformat
--now
--console
--verbose
--verbose
--log_file
=
/opt/slapos/slapformat.log
$SLAPOS_CONFIGURATION
/slapos.cfg
done
if
[
$ONLY_SLAPFORMAT
=
false
]
;
then
# Run bang
i
=
1
echo
-n
"Banging..."
/opt/slapos/bin/bang
-m
"Rebooted"
$SLAPOS_CONFIGURATION
/slapos.cfg
while
[
$?
!=
0
]
;
do
sleep
$((
$i
*
60
))
if
[
$i
< 20
]
;
then
let
i++
fi
echo
"Retrying Bang"
i
=
1
echo
-n
"Banging..."
/opt/slapos/bin/bang
-m
"Rebooted"
$SLAPOS_CONFIGURATION
/slapos.cfg
done
echo
"done."
while
[
$?
!=
0
]
;
do
sleep
$((
$i
*
60
))
if
[
$i
< 20
]
;
then
let
i++
fi
echo
"Retrying Bang"
/opt/slapos/bin/bang
-m
"Rebooted"
$SLAPOS_CONFIGURATION
/slapos.cfg
done
echo
"done."
# Run slapgrid on all computer partitions
/opt/slapos/bin/slapgrid-cp
--verbose
--develop
--now
--logfile
=
/opt/slapos/slapgrid-cp.log
--pidfile
=
/opt/slapos/slapgrid-cp.pid
$SLAPOS_CONFIGURATION
/slapos.cfg
>>
/opt/slapos/slapgrid-cp.log 2>&1
\ No newline at end of file
/opt/slapos/bin/slapgrid-cp
--verbose
--develop
--now
--logfile
=
/opt/slapos/slapgrid-cp.log
--pidfile
=
/opt/slapos/slapgrid-cp.pid
$SLAPOS_CONFIGURATION
/slapos.cfg
>>
/opt/slapos/slapgrid-cp.log 2>&1
fi
\ No newline at end of file
slapos-node/template/openvpn/vifib.conf
View file @
2a7a9e4e
...
...
@@ -11,4 +11,10 @@ ca /etc/openvpn/vifib-keys/ca.crt
cert
/
etc
/
openvpn
/
vifib
-
keys
/
client
-
vifib
.
crt
key
/
etc
/
openvpn
/
vifib
-
keys
/
client
-
vifib
.
key
ns
-
cert
-
type
server
verb
3
\ No newline at end of file
verb
3
# Retry slapformat in case of failure
script
-
security
3
system
up
-
restart
up
'ONLY_SLAPFORMAT=true /usr/sbin/slapos-start & echo foo'
log
/
var
/
log
/
openvpn
.
log
\ No newline at end of file
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