Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
1
Merge Requests
1
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
Romain Courteaud
slapos.core
Commits
e186fa8f
Commit
e186fa8f
authored
May 23, 2017
by
Tomáš Peterka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start improving documentation: trying out 'Documentation Driven Development'
parent
97cd54c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
5 deletions
+30
-5
documentation/source/index.rst
documentation/source/index.rst
+2
-0
documentation/source/slap.rst
documentation/source/slap.rst
+2
-2
documentation/source/slapos.format.rst
documentation/source/slapos.format.rst
+24
-0
documentation/source/slapos.usage.rst
documentation/source/slapos.usage.rst
+2
-3
No files found.
documentation/source/index.rst
View file @
e186fa8f
...
...
@@ -6,6 +6,8 @@
Welcome to slapos.core's documentation!
=======================================
SlapOS is a computer grid management tool written in Python using Buildout.
Contents:
.. toctree::
...
...
documentation/source/slap.rst
View file @
e186fa8f
slap interface documentation
****************************
SLAP Interface
##############
.. autointerface:: slapos.slap.interface.slap.IException
:members:
...
...
documentation/source/slapos.format.rst
0 → 100644
View file @
e186fa8f
SLAP Format
###########
.. command-output:`slap node format --help`
Format sets up hosting operating system to be ready to accept Software Releases from SlapOS Master.
Format is configured by ``/etc/opt/slapos/slapos.cfg`` where it uses sections ``slapos`` and ``slapformat``.
Config options
==============
interface_name
Name of outside-facing interface. You can most likely obtain it from the first line
of ``ip route``. It should be yout gateway interface. Either "eth0" or "p2p1".
create_tap
whether to create a TAP interface with single IP address assigned from IP network ``ipv4_local_network``
partition_amount
Number of partitions to create. Every partition will have its own interfaces,
IP address and other resources. Thus provide sufficiently wide ``ipv4_local_network``
range.
documentation/source/slapos.usage.rst
View file @
e186fa8f
=========================
SlapOS command line usage
=========================
SlapOS Node command line
========================
Notes
...
...
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