From 2cbcccc6d06324f3c91306ed73f262b631457a23 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Fri, 7 Aug 2020 10:20:12 -0700 Subject: Add playbooks for v2 emco chart. Rename v2/onap4k8s to v2/emco, and rename sanity-check-for-v2.sh to emco.sh. This allows --plugins emco to be passed to installer.sh in place of --plugins onap4k8s. Issue-ID: MULTICLOUD-1181 Signed-off-by: Todd Change-Id: Idb427a8aa4c8aaff181965a540078c8cf6dd88aa --- .../helm/v2/onap4k8s/fluentd/templates/NOTES.txt | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 deployments/helm/v2/onap4k8s/fluentd/templates/NOTES.txt (limited to 'deployments/helm/v2/onap4k8s/fluentd/templates/NOTES.txt') diff --git a/deployments/helm/v2/onap4k8s/fluentd/templates/NOTES.txt b/deployments/helm/v2/onap4k8s/fluentd/templates/NOTES.txt deleted file mode 100644 index eea7a2aa..00000000 --- a/deployments/helm/v2/onap4k8s/fluentd/templates/NOTES.txt +++ /dev/null @@ -1,30 +0,0 @@ -** Please be patient while the chart is being deployed ** - - To verify that Fluentd has started, run: - - kubectl get all -l "app.kubernetes.io/name={{ include "fluentd.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -{{ if and .Values.aggregator.enabled .Values.forwarder.enabled (not .Values.aggregator.configMap) }} - Logs are captured on each node by the forwarder pods and then sent to the aggregator pods. By default, the aggregator pods send the logs to the standard output. - You can see all the logs by running this command: - - kubectl logs -l "app.kubernetes.io/component=aggregator" - - You can mount your own configuration files to the aggregators and the forwarders. For example, this is useful if you want to forward the aggregated logs to Elasticsearch or another service. -{{- else if and .Values.aggregator.enabled (not .Values.forwarder.enabled) }} - You have deployed Fluentd in aggregator-only mode. Logs received by the aggregator will be thrown to the standard output by default. - You can see all the logs by running this command: - - kubectl logs -l "app.kubernetes.io/component=aggregator" - - You can mount your own configuration files to the aggregators. For example, this is useful if you want to forward the logs to Elasticsearch or another service. -{{- else if and (not .Values.aggregator.enabled) (not .Values.forwarder.configMap) }} - Logs are captured on each node by the forwarder pods and sent to the standard output by default. - You can see all the logs by running this command: - - kubectl logs -l "app.kubernetes.io/component=forwarder" - - You can mount your own configuration files to the forwarders. For example, this is useful if you want to forward the logs to Elasticsearch or another service. -{{- end }} - -{{- include "fluentd.validateValues" . }} -{{- include "fluentd.checkRollingTags" . -}} -- cgit 1.2.3-korg