From 30e18b423956344ecb898f78308ef0bf6bb83b46 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 11 Apr 2018 15:25:10 +0000 Subject: [PATCH] Mark Designate as experimental This service isn't ready for production in TripleO yet, so we should make sure that's clear in the enablement environment. Change-Id: I4a5a5f347dcb4f43f7f802648624165c80023e0d --- environments/enable-designate.yaml | 3 +++ sample-env-generator/enable-services.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/environments/enable-designate.yaml b/environments/enable-designate.yaml index 384468c263..63d27d4e52 100644 --- a/environments/enable-designate.yaml +++ b/environments/enable-designate.yaml @@ -6,6 +6,9 @@ # ******************************************************************* # title: Enable Designate Service # description: | +# EXPERIMENTAL: This service is not considered ready for production and +# should only be used for development and test purposes at this time. +# # This environment enables the Designate services and provides sample # configuration values for other services to allow them to integrate with # Designate. diff --git a/sample-env-generator/enable-services.yaml b/sample-env-generator/enable-services.yaml index f0213d90ce..8f1daa3609 100644 --- a/sample-env-generator/enable-services.yaml +++ b/sample-env-generator/enable-services.yaml @@ -3,6 +3,9 @@ environments: name: enable-designate title: Enable Designate Service description: | + EXPERIMENTAL: This service is not considered ready for production and + should only be used for development and test purposes at this time. + This environment enables the Designate services and provides sample configuration values for other services to allow them to integrate with Designate.