Commit 66cdbd3b authored by Tomáš Peterka's avatar Tomáš Peterka

Update README to reflect Manager functionality

parent b4de4ad1
format Format
====== ======
slapformat is an application to prepare SlapOS-ready node to be used inside SlapGrid Cloud. slapformat is an application to prepare SlapOS-ready node to be used inside SlapGrid Cloud.
...@@ -10,6 +10,7 @@ It "formats" the machine by: ...@@ -10,6 +10,7 @@ It "formats" the machine by:
- creating needed tap interfaces - creating needed tap interfaces
- creating TUN interfaces - creating TUN interfaces
- creating needed directories with proper ownership and permissions - creating needed directories with proper ownership and permissions
- (optional-manager) creating cgroup resource tree for slapos
It reads configuration from /etc/opt/slapos/slapos.cfg and formats computer It reads configuration from /etc/opt/slapos/slapos.cfg and formats computer
accordingly. The variables are number of partitions, IP addresses, storages accordingly. The variables are number of partitions, IP addresses, storages
...@@ -22,6 +23,9 @@ partition ~/.slapos-resource. This file contains network interfaces, ...@@ -22,6 +23,9 @@ partition ~/.slapos-resource. This file contains network interfaces,
IP address ranges and port ranges. The resource constraints can be IP address ranges and port ranges. The resource constraints can be
recursively folded. recursively folded.
Pluggable parts for formatting are available too. They are called Managers
and can be turned on/off via configuration property manager_list.
This program shall be only run by root. This program shall be only run by root.
Requirements Requirements
...@@ -34,5 +38,4 @@ Binaries: ...@@ -34,5 +38,4 @@ Binaries:
* brctl * brctl
* groupadd * groupadd
* ip * ip
* tunctl
* useradd * useradd
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