Skip to content

Commit

Permalink
Release 20.12.0 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Jan 21, 2021
1 parent c66e9f4 commit 4978330
Show file tree
Hide file tree
Showing 82 changed files with 2,737 additions and 3,992 deletions.
1 change: 1 addition & 0 deletions docs/CAF/CAF_Service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ SYNOPSIS
$srv->stop();
$srv->start();
$srv->restart();
$srv->condrestart();
$srv->stop_sleep_start();
Expand Down
8 changes: 6 additions & 2 deletions docs/Unittesting/Quattor_ProfileCache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ the profile cache: 'cache', 'resources' and 'profiles'.
The values are generated from the defaults or ``profilecacheoptions``
(to be set via ``set_profile_cache_options``).

Relative paths are assumed to be relative wrt current directory;
Relative paths are assumed to be relative wrt ``basedir``
(defaults to current directory);
absolute paths are used for the returned values.


Expand All @@ -58,9 +59,12 @@ prepare_profile_cache


Prepares a cache for the profile given as an argument. This means
compiling the profile, fetching it and saving the binary cache
compiling the profile if needed, fetching it and saving the binary cache
wherever the CCM configuration tells us.

If the ``profile`` ends with ``.(json|xml)(.gz)?`` it is assumed
to be already compiled and used as-is.

Returns the configuration object for this profile.

The ``croak_on_error`` argument is passed to the ``Test::Quattor::Panc::panc`` method.
Expand Down
2 changes: 1 addition & 1 deletion docs/Unittesting/Quattor_Unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ METHODS
Every test section has at least the ``enable`` option,
set to true by default.
set by default.
For all other options, read the respective method
documentation.

Expand Down
156 changes: 0 additions & 156 deletions docs/components/NCM_Component_Ceph_Jewel.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/components/NCM_Component_altlogrotate_schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Types
- Type: string
- */software/components/altlogrotate/structure_altlogrotate_logrot/frequency*
- Optional
- Type: string
- Type: choice
- */software/components/altlogrotate/structure_altlogrotate_logrot/scripts*
- Optional
- Type: structure_altlogrotate_scripts
Expand Down
3 changes: 3 additions & 0 deletions docs/components/NCM_Component_authconfig_sssd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ Types
- */software/components/authconfig/authconfig_sssd_domain/override_gid*
- Optional
- Type: long
- */software/components/authconfig/authconfig_sssd_domain/override_shell*
- Optional
- Type: string
- */software/components/authconfig/authconfig_sssd_domain/case_sensitive*
- Required
- Type: boolean
Expand Down
41 changes: 0 additions & 41 deletions docs/components/NCM_Component_ceph_v1_schema-mds.rst

This file was deleted.

17 changes: 0 additions & 17 deletions docs/components/NCM_Component_ceph_v1_schema-mon.rst

This file was deleted.

71 changes: 0 additions & 71 deletions docs/components/NCM_Component_ceph_v1_schema-osd.rst

This file was deleted.

Loading

0 comments on commit 4978330

Please sign in to comment.