Update license text part 3
[appc.git] / appc-provider / appc-provider-bundle / src / main / java / org / onap / appc / provider / lcm / mock / query / query
1 # ============LICENSE_START==========================================
2 # ONAP : APPC
3 # ===================================================================
4 # Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
5 # ===================================================================
6 #
7 # Unless otherwise specified, all software contained herein is licensed
8 # under the Apache License, Version 2.0 (the License);
9 # you may not use this software except in compliance with the License.
10 # You may obtain a copy of the License at
11 #
12 #    http://www.apache.org/licenses/LICENSE-2.0
13 #
14 # Unless required by applicable law or agreed to in writing, software
15 # distributed under the License is distributed on an "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 # See the License for the specific language governing permissions and
18 # limitations under the License.
19 #
20 # ECOMP is a trademark and service mark of AT&T Intellectual Property.
21 # ============LICENSE_END============================================
22
23 ##################################################################################################
24 #
25 # Mock data file for LCM command Query
26 #
27 # To use me when the backend implementation is not available,
28 #     copy me to /tmp/lcm directory on the APPC server
29 #
30 # Mock data structure:
31 #    VNF_IDS: stores all the mocked vnfIds, separated by comma.
32 #    for per vnfId:
33 #         VMS_<vnfId>: stores all the mocked vmIds of the specific vnfId, spearated by comma.
34 #         for each vmId:
35 #             STATE_<vmId>: stores VM state of the specific vmId.
36 #                           VM state found at https://wiki.openstack.org/wiki/VMState#vm_state
37 #             STATUS_<vmId>: stores VM sattus of the specific vmId.
38 #
39 ##################################################################################################
40 VNF_IDS=vSCP,vSBG
41
42 VMS_vSCP=smp001,smp002,fex001,fex002,bex001,bex002,bex003,bex004,bex005,nee001
43 STATE_smp001=ACTIVE
44 STATE_smp002=RESCUED
45 STATE_fex001=PAUSED
46 STATE_fex002=SUSPENDED
47 STATE_bex001=STOPPED
48 STATE_bex002=HARD_DELETED
49 STATE_bex003=RESIZED
50 STATE_bex004=ERROR
51 STATE_bex005=SOFT_DELETED
52 # left out for UNKNOWN value
53 #STATE_nee001
54
55 STATUS_smp001=healthy
56 STATUS_smp002=unhealthy
57 STATUS_fex001=healthy
58 STATUS_fex002=healthy
59 STATUS_bex001=unhealthy
60 STATUS_bex002=unhealthy
61 STATUS_bex003=unhealthy
62 STATUS_bex004=unhealthy
63 STATUS_bex005=unhealthy
64 # left out for UNKNOWN value
65 #STATUS_nee001
66
67 VMS_vSBG=vm001
68 STATE_vm001=STANDBY
69 STATUS_vm001=healthy