This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Helm chart * Add 'tracectx.transactionid' to logging, add support for logstash formatted (json) logging * https://www.nomadproject.io/docs/internals/scheduling.html, add support for flat/text and logstash compatible logs files (to help with pushing logs to Elasticsearch), add persistent volume for Ansible RM, bump RM version * Revert changes to docker compose script, tidy up config file * Add missing PersistentVolume template, tidy up code * Minor Readme update * Minor values.yaml update * NFV-2455 #37 support https * Fix up logging import * NFV-2455 #37 fix up Kubernetes service ports to include https * NFV-2455 #37 remove bundled SSL certificate in favour of an SSL certificate "injected" by Kubernetes as a volume * NFV-2455 #37 make SSL optional (default to http) * NFV-2455 #37 change persistent volume directory names * NFV-2455 #37 change persistent volume directory names * Add README for Helm chart * NFV-2455 #37 fix up SSL configuration switch (boolean handling) * NFV-2455 #37 make http port the default, add information on how to install for https * Minor updates: allow Kubernetes SSL Nodeport for Ansible RM to be set explicitly, bump version number to 1.3.0 * Output Ansible logs to "main" log, make SSL enabled by default when installing with Helm, mount SSL secret volume only if SSL is enabled * Fix up version number to 1.3.2 * Fix up Docker image, update README * Fix up logging levels (info reserved for informational messages only, move most logging to debug level), fix up transactionId handling from LM, make INFO default logging level * Fix up transaction id handling (thread locals) * Add thread name to top level log output, tidy up logs * make sure variables are set before use, minor changes to logging statements * Switch default logging level back to DEBUG * Remove superfluous "@" from transactionid * Allow Kafka replicationFactor to be configured, allow Kafka connection url to be configured, more logging based cleanup, optimize Dockerfile (create fewer layers) * Fix up Kafka error code handling * More logging changes (merge log statements, make log statements debug level by default)
- Loading branch information
Showing
18 changed files
with
157 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.