TT#63758 Add missing ngcpcfg options description to manuals

Change-Id: Ided5b5ab74ee7558efc035387d6a3e6d478d8f12
changes/85/33885/4
Alexander Lutay 7 years ago
parent 66638c091b
commit 15537ab533

@ -259,6 +259,20 @@ what you're doing.
Note: This option is available in High Availability setups only.
**--no-db-sync** <action> [<further_options>]::
Skip DB synchronisation part of 'commit' action. Normally it
should NOT be skipped as it is mandatory part of ngcpcfg routine.
Necessary during the new installation of distributed platform setup when
database is not yet installed/available.
**--no-check-origin** <action> [<further_options>]::
Skip Git branch origin check (part of 'check' action). Normally it
should NOT be skipped as it is mandatory selfcheck part of ngcpcfg.
Necessary during the new installation of distributed platform setup when
some initial files have to be generated from templates before ngcpcfg final setup.
**--no-validate** <action> [<further_options>]::
Ignore schema validation results for YAML files (syntax check is still performed).

Loading…
Cancel
Save