Commit 72e4ef5f authored by Rafael Monnerat's avatar Rafael Monnerat

Move slapos-test to slapos.package

parent 0eb1465c
...@@ -45,7 +45,6 @@ Directory Organisation ...@@ -45,7 +45,6 @@ Directory Organisation
- slapos-node/ : Template to build package - slapos-node/ : Template to build package
- Makefile : Makefile to build slapos and add files for package - Makefile : Makefile to build slapos and add files for package
- slapos-re6st-setup : shell script that can setup re6st for you. - slapos-re6st-setup : shell script that can setup re6st for you.
- slapos-test : python script to check user configuration and cron file
- template/ : template files for package (cron.d, service) - template/ : template files for package (cron.d, service)
- slapos/ : to build slapos. Contain buildout.cfg.in - slapos/ : to build slapos. Contain buildout.cfg.in
...@@ -76,4 +75,3 @@ About cron file ...@@ -76,4 +75,3 @@ About cron file
Main cron file is situated in slapos-node/template/slapos-node.cron.d Main cron file is situated in slapos-node/template/slapos-node.cron.d
Prepare script will copy this one in the debian directory. Prepare script will copy this one in the debian directory.
WARNING: if you update cron, do not forget to update slapos-test which check cron file
This diff is collapsed.
...@@ -81,10 +81,6 @@ Check your config ...@@ -81,10 +81,6 @@ Check your config
------------------------------------------- -------------------------------------------
Check your config file and your cron file Check your config file and your cron file
+++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++
Run:
# slapos-test
This script will check your config file for missing section or parameters
You can use the slapos.cfg.example config file as reference for slapos.cfg. You can use the slapos.cfg.example config file as reference for slapos.cfg.
http://git.erp5.org/gitweb/slapos.core.git/blob_plain/HEAD:/slapos.cfg.example http://git.erp5.org/gitweb/slapos.core.git/blob_plain/HEAD:/slapos.cfg.example
...@@ -113,9 +109,3 @@ LXC ...@@ -113,9 +109,3 @@ LXC
If you want to run lxc on you machine run these command: If you want to run lxc on you machine run these command:
# touch /etc/opt/slapos/SlapContainer-needed ; systemctl restart slapos-boot-dedicated.service # touch /etc/opt/slapos/SlapContainer-needed ; systemctl restart slapos-boot-dedicated.service
openvpn
+++++++
Openvpn by vifib for ipv6 is forced by default in the package.
- If you want to deactivate it run
# rm /etc/opt/slapos/openvpn-needed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment