From: Michael Friedrich Date: Wed, 11 Apr 2018 17:39:39 +0000 (+0200) Subject: Add 'node setup' parameter changes to upgrading docs X-Git-Tag: v2.9.0~97^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6209%2Fhead;p=icinga2 Add 'node setup' parameter changes to upgrading docs --- diff --git a/doc/16-upgrading-icinga-2.md b/doc/16-upgrading-icinga-2.md index 6091e402f..2b8d486bf 100644 --- a/doc/16-upgrading-icinga-2.md +++ b/doc/16-upgrading-icinga-2.md @@ -9,8 +9,14 @@ follow the instructions for v2.7 too. ## Upgrading to v2.9 +### Configuration Changes + The CORS attributes `access_control_allow_credentials`, `access_control_allow_headers` and -`access_control_allow_methods` are now controlled by Icinga 2 and are not changeable by config any more. +`access_control_allow_methods` are now controlled by Icinga 2 and cannot be changed anymore. + +### CLI Command Changes + +The `node setup` parameter `--master_host` was deprecated and replaced with `--parent_host`. This parameter is now optional to allow connection-less client setups similar to the `node wizard` CLI command. The `parent_zone` parameter has been added to modify the parent zone name e.g. for client-to-satellite setups. ## Upgrading to v2.8.2