Commit d73844d2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge cleanup:

- Reduced log levels to INFO
- Generalized paths
- Minor code and comment cleanup
parent b11677f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:3030"]
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
# limitations under the License.


PROJECTDIR=/home/ubuntu/controller/
PROJECTDIR=`pwd`

cd $PROJECTDIR/src
RCFILE=$PROJECTDIR/coverage/.coveragerc
+3 −3
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ def main():
            RequestType.SERVICE_L3NM,
            #RequestType.SERVICE_MW,
            #RequestType.SERVICE_TAPI,
            #RequestType.SLICE_L2NM,
            #RequestType.SLICE_L3NM,
            RequestType.SLICE_L2NM,
            RequestType.SLICE_L3NM,
        ],
        offered_load  = 10,
        holding_time  = 10,
+0 −1
Original line number Diff line number Diff line
@@ -322,7 +322,6 @@ class RequestGenerator:
                json_config_rule_set('/settings', {
                    'bgp_as'          : bgp_as,
                    'route_distinguisher': route_distinguisher,

                }),
                json_config_rule_set(
                    '/device[{:s}]/endpoint[{:s}]/settings'.format(src_device_name, src_endpoint_name), {