forked from bwgartner/SA-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDC-SA
73 lines (57 loc) · 1.61 KB
/
DC-SA
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
#DRAFT=yes
## -----------------------------
## Doc Config File for SUSE DAPS
## Solution Architecture
## -----------------------------
## Basics
MAIN="SA.adoc"
STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2013-ns/"
# Type
ADOC_TYPE="book"
# Turn on postprocessing
ADOC_POST="yes"
##
# Variable Parameters
# Layers based upon Archmate
##
## Global
ADOC_ATTRIBUTES=" --attribute env-daps=1"
## Strategy (Categories)
ADOC_ATTRIBUTES+=" --attribute Strategy=1"
## Business
ADOC_ATTRIBUTES+=" --attribute Business=1"
## Application (Workloads)
ADOC_ATTRIBUTES+=" --attribute Application=1"
# then add respective ISV attributes/parameters
## Technology
ADOC_ATTRIBUTES+=" --attribute Technology=1"
# then add respective SUSE product portfolio attributes/parameters
## Physical
ADOC_ATTRIBUTES+=" --attribute Physical=1"
# then add respective IHV/CSP attributes/parameters
## Migration
#ADOC_ATTRIBUTES+=" --attribute Migration=1"
## Glossary
ADOC_ATTRIBUTES+=" --attribute Glossary=1"
## Appendix
ADOC_ATTRIBUTES+=" --attribute Appendix=1"
## Factors
# Availability
#ADOC_ATTRIBUTES+=" --attribute Availability=1"
# Performance
#ADOC_ATTRIBUTES+=" --attribute Performance=1"
# Security
#ADOC_ATTRIBUTES+=" --attribute Security=1"
# Integrity
#ADOC_ATTRIBUTES+=" --attribute Integrity=1"
## Flavors
# Proof-of-Concept
#ADOC_ATTRIBUTES+=" --attribute PoC=1"
# Production
#ADOC_ATTRIBUTES+=" --attribute Production=1"
# Scaling
#ADOC_ATTRIBUTES+=" --attribute Scaling=1"
## Deployment Types
# then add respective deployment types, named more specifically
#ADOC_ATTRIBUTES+=" --attribute DT1=1"
#ADOC_ATTRIBUTES+=" --attribute DT2=1"