diff options
author | RamaPrasad Amaranarayana (ra5425) <ra5425@att.com> | 2018-09-19 18:18:55 -0400 |
---|---|---|
committer | RamaPrasad Amaranarayana (ra5425) <ra5425@att.com> | 2018-09-19 18:18:55 -0400 |
commit | 8385ee530ecf9653b8ea933dd17c90212d03fec3 (patch) | |
tree | baf15acd7443444a224f5e7a48cac7604fe1acd6 /cmso-service/data/templates/tm | |
parent | e1ce86324a34a84436c229c214661f5a9a7f3928 (diff) |
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) <ra5425@att.com>
Diffstat (limited to 'cmso-service/data/templates/tm')
6 files changed, 218 insertions, 0 deletions
diff --git a/cmso-service/data/templates/tm/CancelChangeRecord.yaml b/cmso-service/data/templates/tm/CancelChangeRecord.yaml new file mode 100644 index 0000000..e8d0410 --- /dev/null +++ b/cmso-service/data/templates/tm/CancelChangeRecord.yaml @@ -0,0 +1,36 @@ +###
+# 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 : Closed
+changeClosedBy : ${requesterId}
+closureCode : Cancelled
+closingComments: Cancel requested by user
diff --git a/cmso-service/data/templates/tm/CloseCancelChangeRecord.yaml b/cmso-service/data/templates/tm/CloseCancelChangeRecord.yaml new file mode 100644 index 0000000..be929c8 --- /dev/null +++ b/cmso-service/data/templates/tm/CloseCancelChangeRecord.yaml @@ -0,0 +1,38 @@ +###
+# 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 : ${status}
+changeClosedBy : ${requesterId}
+closureCode : ${closureCode}
+closingComments : "${closingComments}"
+actualStartDate : ${actualStartDate}
+actualEndDate : ${actualEndDate}
diff --git a/cmso-service/data/templates/tm/CreateChangeTicket.yaml b/cmso-service/data/templates/tm/CreateChangeTicket.yaml new file mode 100644 index 0000000..5f1ba9b --- /dev/null +++ b/cmso-service/data/templates/tm/CreateChangeTicket.yaml @@ -0,0 +1,41 @@ +###
+# 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.
+###
+
+category : "${dd.category}"
+type : "${dd.type}"
+VNF: ${vnfName}
+summary: ${dd.summary}
+description : ${dd.description}
+requesterId : ${requesterId}
+plannedStartDate : ${plannedStartDate}
+plannedEndDate : ${plannedEndDate}
+reason : ${dd.reason}
+assetList : ${vnfList}
diff --git a/cmso-service/data/templates/tm/DefaultChangeTicketProperties.yaml b/cmso-service/data/templates/tm/DefaultChangeTicketProperties.yaml new file mode 100644 index 0000000..74fa12e --- /dev/null +++ b/cmso-service/data/templates/tm/DefaultChangeTicketProperties.yaml @@ -0,0 +1,37 @@ +###
+# 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.
+###
+
+category : Virtual Network Change
+type : Maintenance
+summary:
+reason:
+description: Execute workflow ${dd.WorkflowName} for VNF(s)
+
diff --git a/cmso-service/data/templates/tm/GetChangeRecord.yaml b/cmso-service/data/templates/tm/GetChangeRecord.yaml new file mode 100644 index 0000000..3b65882 --- /dev/null +++ b/cmso-service/data/templates/tm/GetChangeRecord.yaml @@ -0,0 +1,32 @@ +###
+# 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}
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}
|