1 # Copyright 2016 ZTE Corporation.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
15 # Micro service of network service life cycle management.
17 1. Code structure guide
18 ./ nslcm project files
19 ./docker nslcm docker related scripts
21 ./lcm NS life cycle management
22 ./ns NS life cycle API& logic
24 ./views API related NS views, each operation is a view
25 ./serializers API related request and response parametes.
26 Suggest related to sol003/sol005, each datatype is a file.
27 Common datatypes are put into the common file
28 ./biz NS LCM mangement busyness logic files
29 ./tests all the test case. At least each API should have a test case
30 ./ns_sfcs SFC of NS API & logic
31 ./ns_vls vl in NS API & logic
32 ./ns_vnfs vnf in NS API & logic, which is used to integrate with VNFM drivers.
33 ./jobs nslcm related job
34 ./pub common class, including database model, external micro service API, utils, and config parameters.
35 ./samples project micro service health check
36 ./swagger auto-generate nslcm swagger