-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtosca2cloudnet.yaml
More file actions
77 lines (70 loc) · 2.22 KB
/
tosca2cloudnet.yaml
File metadata and controls
77 lines (70 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
######################################################################
#
# Software Name : Cloudnet TOSCA toolbox
# Version: 1.0
# SPDX-FileCopyrightText: Copyright (c) 2021 Orange
# SPDX-License-Identifier: Apache-2.0
#
# This software is distributed under the Apache License 2.0
# the text of which is available at http://www.apache.org/licenses/LICENSE-2.0
# or see the "LICENSE-2.0.txt" file for more details.
#
# Author: Philippe Merle <philippe.merle@inria.fr>
# Software description: Use case for TOSCA to Cloudnet Translator
######################################################################
# Configuration of the Alloy generator.
Alloy:
# Target directory where Alloy files are generated.
target-directory: RESULTS/Alloy
generation: true
# Configuration of the declarative workflow generator.
DeclarativeWorkflows:
# Target directory where declarative workflows are generated.
target-directory: RESULTS/DeclarativeWorkflows
generation: false
# Configuration of the network diagram generator.
nwdiag:
# Target directory where network diagrams are generated.
target-directory: RESULTS/NetworkDiagrams
generation: true
# Configuration of the TOSCA diagram generator.
tosca_diagrams:
# Target directory where network diagrams are generated.
target-directory: RESULTS/ToscaDiagrams
generation: true
# Configuration of the UML2 diagram generator.
UML2:
# Target directory where UML2 diagrams are generated.
target-directory: RESULTS/Uml2Diagrams
generation: true
HOT:
# Target directory where HOT templates are generated.
target-directory: RESULTS/HOT
generation: true
# Logging configuration.
logging:
loggers:
cloudnet.tosca.configuration:
level: WARNING
cloudnet.tosca.importers:
level: WARNING
cloudnet.tosca.processors:
level: WARNING
cloudnet.tosca.syntax:
level: WARNING
cloudnet.tosca.type_system:
level: WARNING
cloudnet.tosca.declarative_workflows:
level: WARNING
cloudnet.tosca.alloy:
level: WARNING
cloudnet.tosca.network_diagrams:
level: WARNING
cloudnet.tosca.tosca_diagrams:
level: WARNING
cloudnet.tosca.uml2_diagrams:
level: WARNING
cloudnet.tosca.hot:
level: WARNING
root:
level: WARNING