aboutsummaryrefslogtreecommitdiffstats
path: root/run_policy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run_policy.sh')
-rw-r--r--run_policy.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/run_policy.sh b/run_policy.sh
index 72069f7..8055bea 100644
--- a/run_policy.sh
+++ b/run_policy.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# ============LICENSE_START=======================================================
-# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2017-2019 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.
@@ -16,7 +16,6 @@
# limitations under the License.
# ============LICENSE_END=========================================================
#
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
mkdir -p logs
LOG_FILE=logs/policy_handler.log
@@ -24,9 +23,10 @@ exec &>> >(tee -a ${LOG_FILE})
echo "---------------------------------------------"
STARTED=$(date +%Y-%m-%d_%T.%N)
echo "${STARTED}: running ${BASH_SOURCE[0]}"
-echo "APP_VER =" $(python setup.py --version)
-echo "HOSTNAME =${HOSTNAME}"
-echo "CONSUL_URL =${CONSUL_URL}"
+echo "APP_VER="$(python setup.py --version)
+echo "HOSTNAME=${HOSTNAME}"
+echo "CONSUL_URL=${CONSUL_URL}"
+echo "PDP_API_VERSION=${PDP_API_VERSION}"
(pwd; uname -a; echo "/etc/hosts"; cat /etc/hosts; openssl version -a)
python -m policyhandler &