aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/PolicyTemplates/DCAEMicroServicePolicyTemplate.html
blob: 664157dcbec5a92657240834e0eaab2e6179e74c (plain)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!--
  ============LICENSE_START==================================================
  ONAP Policy Engine
  ===========================================================================
  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
  ===========================================================================
  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.
  ============LICENSE_END====================================================
  -->
<div ng-controller="dcaeMicroServiceController">
	<form>
		<div class="well">
			<div class="form-group row">
				<div class="form-group col-sm-6">
					<label>Policy Name:<sup><b>*</b></sup></label> <input type="text"
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-readonly="temp.policy.editPolicy"
						ng-model="temp.policy.policyName" required pattern="\S+"
						title="Enter Policy Name without any spaces and special characters and will accept _." />
				</div>
				<div class="form-group col-sm-6">
					<label>Description:</label> <input type="text" class="form-control"
						ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.policyDescription" 
						title="Description field will accept any type of data."/>
				</div>
			</div>
			<div class="form-group row">
				<div class="form-group col-sm-3">
					<label>Onap Name:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.onapName"
						ng-options="option for option in onapNameDictionaryDatas track by option"
						required pattern="\S+" title="Select the dropdown value driven from OnapName (common)Dictionary."></select>
				</div>
				<div class="form-group col-sm-3">
					<label>Time to Live Date:</label> <input type="text" id="ttlDate"
						class="form-control" name="ttlDate" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.ttlDate" title="Select the date from calender onclick on the field."/>
				</div>
				<div class="form-group col-sm-3">
					<label>Guard:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.guard"
						required pattern="\S+" title="Select the dropdown Guard value.">
						<option>True</option>
						<option>False</option></select>
				</div>
				<div class="form-group col-sm-3">
					<label>Risk Type:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.riskType"
						ng-options="option for option in riskTypeDictionaryDatas track by option"
						required pattern="\S+" title="Select the dropdown value driven from RiskType (Safe Policy)Dictionary."></select>
				</div>
			</div>
			<div class="form-group row">
				<div class="form-group col-sm-3">
					<label>Risk Level:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.riskLevel"
						required pattern="\S+" title="Select the dropdown Risk level value.">
						<option>1</option>
						<option>2</option>
						<option>3</option>
						<option>4</option>
						<option>5</option></select>
				</div>
				<div class="form-group col-sm-3">
					<label>Priority:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.priority"
						ng-options="option for option in priorityDatas track by option" title="Select the dropdown Priority value.">
						<option value="">{{temp.policy.priority}}</option>
					</select>
				</div>
				<div class="form-group col-sm-3">
					<label>Micro Service:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.serviceType"
						ng-options="option for option in microServiceModelsDictionaryDatas track by option"
						ng-init="pullVersion(temp.policy.serviceType);"
						ng-click="pullVersion(temp.policy.serviceType);"
						title="Select the dropdown value driven from MicroService Models (MicroService Policy)Dictionary."></select>
				</div>
				<div class="form-group col-sm-3">
					<label>Micro Service Version:<sup><b>*</b></sup></label> <select
						class="form-control" ng-disabled="temp.policy.readOnly"
						ng-model="temp.policy.version"
						ng-options="option for option in microServiceModelsDictionaryVersionDatas track by option"
						ng-init="addDataToFields(temp.policy.serviceType, temp.policy.version);"
						ng-change="addDataToFields(temp.policy.serviceType, temp.policy.version);"
						title="Select the dropdown value driven based on MicroService Models (MicroService Policy)Dictionary selection."></select>
				</div>
			</div>
		</div>
		<div class="well">
			<div class="form-group col-sm-12" id="DynamicTemplate">
				<label>Micro Service Attributes:<sup><b>*</b></sup></label><br>
			</div>
			</br>
		<div class="form-group row">
			<div class="form-group col-sm-3" ng-show="isCheck">
				<label>Configuration Name:<sup><b>*!</b></sup></label><br> <select
					class="form-control"  class="form-control"
					ng-disabled="temp.policy.readOnly"
					ng-model="temp.policy.configName"
					ng-options="option for option in microServiceCongigNameDictionaryDatas track by option" required="true"
					title="Select the dropdown value driven from MicroService ConfigName (MicroService Policy)Dictionary."></select>
			</div>
			<div class="form-group col-sm-3" ng-show="isCheck">
				<label>Location:<sup><b>*!</b></sup></label><br> <select
					class="form-control"  class="form-control"
					ng-disabled="temp.policy.readOnly" ng-model="temp.policy.location"
					ng-options="option for option in microServiceLocationDictionaryDatas track by option" required="true"
					title="Select the dropdown value driven from MicroService Location (MicroService Policy)Dictionary."></select>
			</div>
			<div class="form-group col-sm-3" ng-show="isCheck">
				<label>UUID:<sup><b>*!</b></sup></label><br> <select
					class="form-control"  class="form-control"
					ng-disabled="temp.policy.readOnly" ng-model="temp.policy.uuid"
					ng-options="option for option in dcaeUUIDDictionaryDatas track by option" required="true"
					title="Select the dropdown value driven from DCAE UUID (MicroService Policy)Dictionary."></select>
			</div>
			<div class="form-group col-sm-3" ng-show="isCheck">
				<label>Policy Scope:<sup><b>*</b></sup></label><br> <select
					class="form-control"  class="form-control"
					ng-disabled="temp.policy.readOnly"
					ng-model="temp.policy.policyScope"
					ng-options="option for option in groupPolicyScopeListDatas track by option" required="true"
					title="Select the dropdown value driven from Group Policy Scope (Policy Scope)Dictionary."></select>
			</div>
		</div>
		</div>
		<br />
		<div id="validate" style="width: 70%"></div>
		<br>
		<div class="modal-footer">
			<button class="btn btn-primary" herf="javascript:void(0)"
				ng-disabled="temp.policy.readOnly"
				ng-click="validatePolicy(temp.policy);" title="Validate the data entered in the Policy fields.">Validate</button>
			<button class="btn btn-success" herf="javascript:void(0)"
				ng-disabled="savebutton" ng-disabled="temp.policy.readOnly"
				ng-click="savePolicy(temp);" title="Save the Policy with validated data.">Save</button>
			<button type="button" class="btn btn-default" ng-click="refresh();" title="Close the template.">Close</button>
		</div>
	</form>
</div>