puppet: deprecation message for non-containerized undercloud

Show a deprecation message in the Puppet catalog so people know we
deprecate underclouds deployed by instack-undercloud in Rocky.

Also add a release note for deprecation.

Change-Id: I4ca1478ea22060ada7f35bf74575fa08c8471d73
This commit is contained in:
Emilien Macchi 2018-05-07 14:25:34 -07:00
parent 0581cf690c
commit 8c30db7218
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
warning('instack-undercloud is deprecated in Rocky and is replaced by containerized-undercloud.')
# Deploy os-net-config before everything in the catalog
include ::stdlib
class { '::tripleo::network::os_net_config':

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
instack-undercloud is deprecated in Rocky cycle and is replaced by
the containerized undercloud efforts in python-tripleoclient.