X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fconstants.py;h=01a96a861b0cca969f92e6d28fc0f06fd335556c;hp=051a21cf023bcded9eb08f495fb7bb299c736d13;hb=9a261ea61549fc6a5c23369d2e236b002dc35038;hpb=2e115ad11cca45b11c0f1949fd8c42fec899bb68 diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index 051a21cf02..01a96a861b 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -35,12 +35,18 @@ class Constants(object): # QEMU install directory QEMU_INSTALL_DIR = '/opt/qemu-2.5.0' + # Kubernetes templates location + RESOURCES_TPL_K8S = 'resources/templates/kubernetes' + # Honeycomb directory location at topology nodes: REMOTE_HC_DIR = '/opt/honeycomb' # Honeycomb persistence files location REMOTE_HC_PERSIST = '/var/lib/honeycomb/persist' + # Honeycomb log file location + REMOTE_HC_LOG = '/var/log/honeycomb/honeycomb.log' + # Honeycomb templates location RESOURCES_TPL_HC = 'resources/templates/honeycomb'