Skip to content
Snippets Groups Projects
Commit 12d224a1 authored by Waleed Akbar's avatar Waleed Akbar
Browse files

cleanup for merge

parent f0a20b9d
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!207Resolve "(CTTC) Separation of Monitoring"
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 5 terminationGracePeriodSeconds: 5
containers: containers:
- name: server - name: server
image: labs.etsi.org:5050/tfs/controller/kpi_manager:latest image: labs.etsi.org:5050/tfs/controller/kpi_value_api:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 30020 - containerPort: 30020
......
...@@ -31,7 +31,7 @@ spec: ...@@ -31,7 +31,7 @@ spec:
terminationGracePeriodSeconds: 5 terminationGracePeriodSeconds: 5
containers: containers:
- name: server - name: server
image: labs.etsi.org:5050/tfs/controller/kpi_manager:latest image: labs.etsi.org:5050/tfs/controller/kpi_value_writer:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 30030 - containerPort: 30030
......
...@@ -12,14 +12,8 @@ ...@@ -12,14 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import logging, signal, sys, threading, time import logging, signal, sys, threading
from prometheus_client import start_http_server from common.Settings import get_log_level
from common.Constants import ServiceNameEnum
from common.Settings import (
ENVVAR_SUFIX_SERVICE_HOST, ENVVAR_SUFIX_SERVICE_PORT_GRPC, get_env_var_name, get_log_level, get_metrics_port,
wait_for_environment_variables)
from common.proto import monitoring_pb2
from .NameMapping import NameMapping # import updated
from .KpiManagerService import KpiManagerService from .KpiManagerService import KpiManagerService
terminate = threading.Event() terminate = threading.Event()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment