From 8385ee530ecf9653b8ea933dd17c90212d03fec3 Mon Sep 17 00:00:00 2001 From: "RamaPrasad Amaranarayana (ra5425)" Date: Wed, 19 Sep 2018 18:18:55 -0400 Subject: Change Management Schedule Optimization Adding CMSO Service Template Files for Change Management Schedule Optimization Change-Id: I11a6987d0bba7c6f0a0cf8842ba20be9fce8fba8 Issue-ID: OPTFRA-353 Signed-off-by: RamaPrasad Amaranarayana (ra5425) --- .../data/templates/tm/UpdateChangeRecord.yaml | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 cmso-service/data/templates/tm/UpdateChangeRecord.yaml (limited to 'cmso-service/data/templates/tm/UpdateChangeRecord.yaml') diff --git a/cmso-service/data/templates/tm/UpdateChangeRecord.yaml b/cmso-service/data/templates/tm/UpdateChangeRecord.yaml new file mode 100644 index 0000000..efc1f09 --- /dev/null +++ b/cmso-service/data/templates/tm/UpdateChangeRecord.yaml @@ -0,0 +1,34 @@ +### +# Copyright © 2017-2018 AT&T Intellectual Property. +# Modifications Copyright © 2018 IBM. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# +# Unless otherwise specified, all documentation contained herein is licensed +# under the Creative Commons License, Attribution 4.0 Intl. (the â€Å"License”); +# you may not use this documentation except in compliance with the License. +# You may obtain a copy of the License at +# +# https://creativecommons.org/licenses/by/4.0/ +# +# Unless required by applicable law or agreed to in writing, documentation +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +### + +changeId : ${changeId} +status : WorkInProgress +requesterId : ${requesterId} -- cgit 1.2.3-korg