Commit Graph

11 Commits

Author SHA1 Message Date
Marcus Schäfer
fc7b2ada67 Added volume attribute copy_on_write
The copy_on_write attribute allows to activate or deactivate
the copy on write functionality for the desired volume.
This Fixes #218
2017-01-20 10:24:31 +01:00
Marcus Schäfer
b77fc4ef93
Rebuild schema documentation 2017-01-10 14:14:17 +01:00
Marcus Schäfer
b7f7fa11eb
Update schema for container setup
In preparation to support creation of native docker containers the
way docker likes it, the kiwi schema has to be adapted. So far there
was no way to specify additional metadata information for containers.
With this commit a new section called <containerconfig> is provided.
containerconfig is a subsection of the type and only allowed for
the docker image type. This constraint is checked via a schematron
rule. In addition an xslt stylesheet moves the currently existing
container attribute, which was used to set a name for the container,
into the new containerconfig section as name attribute
2017-01-09 10:52:41 +01:00
Marcus Schäfer
6a9abc77b6
Adapt documentation to rtd schema
replace topic node used for abstract by a hint. This results
in a color box for the abstract which looks better than what
rtd does with simple topics
2016-12-06 18:55:59 +01:00
Marcus Schäfer
3b9be6ce3e
Rebuild schema documentation 2016-12-05 11:46:20 +01:00
David Cassany
4b90a67862 Co-occurrence constraints included in the schema
Constraints for pxe, iso, vmx, oem and docker image types have
been included.
2016-10-21 18:08:04 +02:00
Marcus Schäfer
35ddb8e9d8
Fixup doc string for target_removable attribute
The default behaviour was not explained clear enough
2016-10-17 09:11:06 +02:00
Marcus Schäfer
b02b565d94 Added target_removable attribute
Indicate if the target disk for oem images is deployed to a
removable device e.g a USB stick or not. This only affects
the EFI setup if requested and in the end avoids the creation
of a custom boot menu entry in the firmware of the target
machine on first boot. This is related to bnc#993130
2016-10-14 08:31:23 +02:00
Marcus Schäfer
0b9acfc035 Added btrfs_root_is_readonly_snapshot attribute
The attribute allows to specify if the root filesystem should
be set to read-only if it is created as a btrfs snapshot.
The option only has an effect if a btrfs snapshot is used as
root filesystem. Fixes bnc#1000080
2016-10-06 09:30:26 +02:00
Marcus Schäfer
b7722bc6e7
Update schema documentation 2016-09-26 18:45:08 +02:00
Marcus Schäfer
7dfa9ee007 Integrate schema documentation into doc process
The schema documentation is auto generated via the schema_parser
helper tool. The tox doc target now also generates schema docs
Fixes #53
2016-09-12 16:31:48 +02:00