Deprecate TripleO UI

Change-Id: I42c6e34b4d6e692d445fe688a5888bf4f6ba5fa6
This commit is contained in:
Emilien Macchi 2019-02-28 16:35:09 -05:00
parent 4d400e7d51
commit 66a477509d
3 changed files with 8 additions and 3 deletions

View File

@ -60,10 +60,10 @@ conditions:
resources:
ContainersCommon:
type: ../../docker/services/containers-common.yaml
type: ../../../docker/services/containers-common.yaml
ApacheServiceBase:
type: ../../puppet/services/apache.yaml
type: ../../../puppet/services/apache.yaml
properties:
ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -1,2 +1,3 @@
# THIS SERVICE IS DEPRECATED AND WILL BE REMOVED IN TRAIN CYCLE.
resource_registry:
OS::TripleO::Services::TripleoUI: ../../deployment/tripleo-ui/tripleo-ui-container-puppet.yaml
OS::TripleO::Services::TripleoUI: ../../deployment/deprecated/tripleo-ui/tripleo-ui-container-puppet.yaml

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
TripleO UI is deprecated in Stein and will be removed in Train.