diff --git a/charts/motel-mothership/templates/hmc/cert-manager/svctmpl.yaml b/charts/motel-mothership/templates/hmc/cert-manager/svctmpl.yaml index 9939410..0400b85 100644 --- a/charts/motel-mothership/templates/hmc/cert-manager/svctmpl.yaml +++ b/charts/motel-mothership/templates/hmc/cert-manager/svctmpl.yaml @@ -2,7 +2,7 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ServiceTemplate metadata: - name: cert-manager-1-16-1 + name: cert-manager namespace: hmc-system spec: helm: @@ -11,6 +11,5 @@ spec: kind: HelmChart name: cert-manager namespace: hmc-system - chartVersion: 1.16.1 providers: [] {{- end }} \ No newline at end of file diff --git a/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml b/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml index d2c77bb..ace489a 100644 --- a/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml +++ b/charts/motel-mothership/templates/hmc/motel-child/svctmpl.yaml @@ -2,7 +2,7 @@ apiVersion: hmc.mirantis.com/v1alpha1 kind: ServiceTemplate metadata: - name: motel-child-0-1-2 + name: motel-child namespace: hmc-system spec: helm: @@ -11,6 +11,5 @@ spec: kind: HelmChart name: motel-child namespace: hmc-system - chartVersion: 0.1.2 providers: [] {{- end }} diff --git a/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml b/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml index 232fe97..a7ef12c 100644 --- a/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml +++ b/charts/motel-mothership/templates/hmc/motel-regional/svctmpl.yaml @@ -6,11 +6,13 @@ metadata: namespace: hmc-system spec: helm: - chartRef: - apiVersion: source.toolkit.fluxcd.io/v1 - kind: HelmChart - name: motel-regional - namespace: hmc-system - chartVersion: 0.1.2 + chartSpec: + chart: motel-regional + interval: 10m0s + reconcileStrategy: ChartVersion + sourceRef: + kind: HelmRepository + name: motel + version: 0.1.2 providers: [] {{- end }} diff --git a/charts/motel-regional/Chart.lock b/charts/motel-storage/Chart.lock similarity index 100% rename from charts/motel-regional/Chart.lock rename to charts/motel-storage/Chart.lock diff --git a/charts/motel-regional/Chart.yaml b/charts/motel-storage/Chart.yaml similarity index 94% rename from charts/motel-regional/Chart.yaml rename to charts/motel-storage/Chart.yaml index 9fb87cc..5779b77 100644 --- a/charts/motel-regional/Chart.yaml +++ b/charts/motel-storage/Chart.yaml @@ -9,11 +9,11 @@ dependencies: repository: "oci://ghcr.io/grafana/helm-charts" condition: grafana.enabled - name: victoria-metrics-operator - version: "0.36.*" + version: "0.40.*" repository: "https://victoriametrics.github.io/helm-charts/" condition: victoria-metrics-operator.enabled - name: victoria-logs-single - version: "0.7.*" + version: "0.8.*" repository: https://victoriametrics.github.io/helm-charts/ condition: victoria-logs-single.enabled - name: external-dns diff --git a/charts/motel-regional/files/dashboards/kubernetes-views-global.yaml b/charts/motel-storage/files/dashboards/kubernetes-views-global.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/kubernetes-views-global.yaml rename to charts/motel-storage/files/dashboards/kubernetes-views-global.yaml diff --git a/charts/motel-regional/files/dashboards/kubernetes-views-namespaces.yaml b/charts/motel-storage/files/dashboards/kubernetes-views-namespaces.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/kubernetes-views-namespaces.yaml rename to charts/motel-storage/files/dashboards/kubernetes-views-namespaces.yaml diff --git a/charts/motel-regional/files/dashboards/kubernetes-views-nodes.yaml b/charts/motel-storage/files/dashboards/kubernetes-views-nodes.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/kubernetes-views-nodes.yaml rename to charts/motel-storage/files/dashboards/kubernetes-views-nodes.yaml diff --git a/charts/motel-regional/files/dashboards/kubernetes-views-pods.yaml b/charts/motel-storage/files/dashboards/kubernetes-views-pods.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/kubernetes-views-pods.yaml rename to charts/motel-storage/files/dashboards/kubernetes-views-pods.yaml diff --git a/charts/motel-regional/files/dashboards/node-exporter-full.yaml b/charts/motel-storage/files/dashboards/node-exporter-full.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/node-exporter-full.yaml rename to charts/motel-storage/files/dashboards/node-exporter-full.yaml diff --git a/charts/motel-regional/files/dashboards/opencost-cost-reporter-basic-overview.yaml b/charts/motel-storage/files/dashboards/opencost-cost-reporter-basic-overview.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/opencost-cost-reporter-basic-overview.yaml rename to charts/motel-storage/files/dashboards/opencost-cost-reporter-basic-overview.yaml diff --git a/charts/motel-regional/files/dashboards/opencost-cost-reporter-detailed-overview.yaml b/charts/motel-storage/files/dashboards/opencost-cost-reporter-detailed-overview.yaml similarity index 100% rename from charts/motel-regional/files/dashboards/opencost-cost-reporter-detailed-overview.yaml rename to charts/motel-storage/files/dashboards/opencost-cost-reporter-detailed-overview.yaml diff --git a/charts/motel-regional/files/rules/etcd.yaml b/charts/motel-storage/files/rules/etcd.yaml similarity index 100% rename from charts/motel-regional/files/rules/etcd.yaml rename to charts/motel-storage/files/rules/etcd.yaml diff --git a/charts/motel-regional/files/rules/general.rules.yaml b/charts/motel-storage/files/rules/general.rules.yaml similarity index 100% rename from charts/motel-regional/files/rules/general.rules.yaml rename to charts/motel-storage/files/rules/general.rules.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_cpu_limits.yaml b/charts/motel-storage/files/rules/k8s.rules.container_cpu_limits.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_cpu_limits.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_cpu_limits.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_cpu_requests.yaml b/charts/motel-storage/files/rules/k8s.rules.container_cpu_requests.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_cpu_requests.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_cpu_requests.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_cpu_usage_seconds_total.yaml b/charts/motel-storage/files/rules/k8s.rules.container_cpu_usage_seconds_total.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_cpu_usage_seconds_total.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_cpu_usage_seconds_total.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_memory_cache.yaml b/charts/motel-storage/files/rules/k8s.rules.container_memory_cache.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_memory_cache.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_memory_cache.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_memory_limits.yaml b/charts/motel-storage/files/rules/k8s.rules.container_memory_limits.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_memory_limits.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_memory_limits.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_memory_requests.yaml b/charts/motel-storage/files/rules/k8s.rules.container_memory_requests.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_memory_requests.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_memory_requests.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_memory_rss.yaml b/charts/motel-storage/files/rules/k8s.rules.container_memory_rss.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_memory_rss.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_memory_rss.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_memory_swap.yaml b/charts/motel-storage/files/rules/k8s.rules.container_memory_swap.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_memory_swap.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_memory_swap.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.container_memory_working_set_bytes.yaml b/charts/motel-storage/files/rules/k8s.rules.container_memory_working_set_bytes.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.container_memory_working_set_bytes.yaml rename to charts/motel-storage/files/rules/k8s.rules.container_memory_working_set_bytes.yaml diff --git a/charts/motel-regional/files/rules/k8s.rules.pod_owner.yaml b/charts/motel-storage/files/rules/k8s.rules.pod_owner.yaml similarity index 100% rename from charts/motel-regional/files/rules/k8s.rules.pod_owner.yaml rename to charts/motel-storage/files/rules/k8s.rules.pod_owner.yaml diff --git a/charts/motel-regional/files/rules/kube-prometheus-general.rules.yaml b/charts/motel-storage/files/rules/kube-prometheus-general.rules.yaml similarity index 100% rename from charts/motel-regional/files/rules/kube-prometheus-general.rules.yaml rename to charts/motel-storage/files/rules/kube-prometheus-general.rules.yaml diff --git a/charts/motel-regional/files/rules/kube-prometheus-node-recording.rules.yaml b/charts/motel-storage/files/rules/kube-prometheus-node-recording.rules.yaml similarity index 100% rename from charts/motel-regional/files/rules/kube-prometheus-node-recording.rules.yaml rename to charts/motel-storage/files/rules/kube-prometheus-node-recording.rules.yaml diff --git a/charts/motel-regional/files/rules/kube-state-metrics.yaml b/charts/motel-storage/files/rules/kube-state-metrics.yaml similarity index 100% rename from charts/motel-regional/files/rules/kube-state-metrics.yaml rename to charts/motel-storage/files/rules/kube-state-metrics.yaml diff --git a/charts/motel-regional/files/rules/kubelet.rules.yaml b/charts/motel-storage/files/rules/kubelet.rules.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubelet.rules.yaml rename to charts/motel-storage/files/rules/kubelet.rules.yaml diff --git a/charts/motel-regional/files/rules/kubernetes-apps.yaml b/charts/motel-storage/files/rules/kubernetes-apps.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubernetes-apps.yaml rename to charts/motel-storage/files/rules/kubernetes-apps.yaml diff --git a/charts/motel-regional/files/rules/kubernetes-resources.yaml b/charts/motel-storage/files/rules/kubernetes-resources.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubernetes-resources.yaml rename to charts/motel-storage/files/rules/kubernetes-resources.yaml diff --git a/charts/motel-regional/files/rules/kubernetes-storage.yaml b/charts/motel-storage/files/rules/kubernetes-storage.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubernetes-storage.yaml rename to charts/motel-storage/files/rules/kubernetes-storage.yaml diff --git a/charts/motel-regional/files/rules/kubernetes-system-apiserver.yaml b/charts/motel-storage/files/rules/kubernetes-system-apiserver.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubernetes-system-apiserver.yaml rename to charts/motel-storage/files/rules/kubernetes-system-apiserver.yaml diff --git a/charts/motel-regional/files/rules/kubernetes-system-kubelet.yaml b/charts/motel-storage/files/rules/kubernetes-system-kubelet.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubernetes-system-kubelet.yaml rename to charts/motel-storage/files/rules/kubernetes-system-kubelet.yaml diff --git a/charts/motel-regional/files/rules/kubernetes-system.yaml b/charts/motel-storage/files/rules/kubernetes-system.yaml similarity index 100% rename from charts/motel-regional/files/rules/kubernetes-system.yaml rename to charts/motel-storage/files/rules/kubernetes-system.yaml diff --git a/charts/motel-regional/files/rules/node-exporter.rules.yaml b/charts/motel-storage/files/rules/node-exporter.rules.yaml similarity index 100% rename from charts/motel-regional/files/rules/node-exporter.rules.yaml rename to charts/motel-storage/files/rules/node-exporter.rules.yaml diff --git a/charts/motel-regional/files/rules/node-exporter.yaml b/charts/motel-storage/files/rules/node-exporter.yaml similarity index 100% rename from charts/motel-regional/files/rules/node-exporter.yaml rename to charts/motel-storage/files/rules/node-exporter.yaml diff --git a/charts/motel-regional/files/rules/node-network.yaml b/charts/motel-storage/files/rules/node-network.yaml similarity index 100% rename from charts/motel-regional/files/rules/node-network.yaml rename to charts/motel-storage/files/rules/node-network.yaml diff --git a/charts/motel-regional/files/rules/node.rules.yaml b/charts/motel-storage/files/rules/node.rules.yaml similarity index 100% rename from charts/motel-regional/files/rules/node.rules.yaml rename to charts/motel-storage/files/rules/node.rules.yaml diff --git a/charts/motel-child/templates/_helpers.tpl b/charts/motel-storage/templates/_helpers.tpl similarity index 100% rename from charts/motel-child/templates/_helpers.tpl rename to charts/motel-storage/templates/_helpers.tpl diff --git a/charts/motel-regional/templates/cert-manager/clusterissuer.yaml b/charts/motel-storage/templates/cert-manager/clusterissuer.yaml similarity index 100% rename from charts/motel-regional/templates/cert-manager/clusterissuer.yaml rename to charts/motel-storage/templates/cert-manager/clusterissuer.yaml diff --git a/charts/motel-regional/templates/grafana/dashboards/dashboard.yaml b/charts/motel-storage/templates/grafana/dashboards/dashboard.yaml similarity index 100% rename from charts/motel-regional/templates/grafana/dashboards/dashboard.yaml rename to charts/motel-storage/templates/grafana/dashboards/dashboard.yaml diff --git a/charts/motel-regional/templates/grafana/grafana.yaml b/charts/motel-storage/templates/grafana/grafana.yaml similarity index 100% rename from charts/motel-regional/templates/grafana/grafana.yaml rename to charts/motel-storage/templates/grafana/grafana.yaml diff --git a/charts/motel-regional/templates/grafana/logs-datasource.yaml b/charts/motel-storage/templates/grafana/logs-datasource.yaml similarity index 100% rename from charts/motel-regional/templates/grafana/logs-datasource.yaml rename to charts/motel-storage/templates/grafana/logs-datasource.yaml diff --git a/charts/motel-regional/templates/grafana/metrics-datasource.yaml b/charts/motel-storage/templates/grafana/metrics-datasource.yaml similarity index 100% rename from charts/motel-regional/templates/grafana/metrics-datasource.yaml rename to charts/motel-storage/templates/grafana/metrics-datasource.yaml diff --git a/charts/motel-regional/templates/grafana/rules/rules.yaml b/charts/motel-storage/templates/grafana/rules/rules.yaml similarity index 100% rename from charts/motel-regional/templates/grafana/rules/rules.yaml rename to charts/motel-storage/templates/grafana/rules/rules.yaml diff --git a/charts/motel-child/templates/victoria/scrape/cadvisor.yaml b/charts/motel-storage/templates/victoria/scrape/cadvisor.yaml similarity index 100% rename from charts/motel-child/templates/victoria/scrape/cadvisor.yaml rename to charts/motel-storage/templates/victoria/scrape/cadvisor.yaml diff --git a/charts/motel-child/templates/victoria/scrape/kube-state-metrics.yaml b/charts/motel-storage/templates/victoria/scrape/kube-state-metrics.yaml similarity index 100% rename from charts/motel-child/templates/victoria/scrape/kube-state-metrics.yaml rename to charts/motel-storage/templates/victoria/scrape/kube-state-metrics.yaml diff --git a/charts/motel-child/templates/victoria/scrape/kubelet.yaml b/charts/motel-storage/templates/victoria/scrape/kubelet.yaml similarity index 100% rename from charts/motel-child/templates/victoria/scrape/kubelet.yaml rename to charts/motel-storage/templates/victoria/scrape/kubelet.yaml diff --git a/charts/motel-child/templates/victoria/scrape/node-exporter.yaml b/charts/motel-storage/templates/victoria/scrape/node-exporter.yaml similarity index 100% rename from charts/motel-child/templates/victoria/scrape/node-exporter.yaml rename to charts/motel-storage/templates/victoria/scrape/node-exporter.yaml diff --git a/charts/motel-child/templates/victoria/scrape/probes.yaml b/charts/motel-storage/templates/victoria/scrape/probes.yaml similarity index 100% rename from charts/motel-child/templates/victoria/scrape/probes.yaml rename to charts/motel-storage/templates/victoria/scrape/probes.yaml diff --git a/charts/motel-regional/templates/victoria/vmagent.yaml b/charts/motel-storage/templates/victoria/vmagent.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/vmagent.yaml rename to charts/motel-storage/templates/victoria/vmagent.yaml diff --git a/charts/motel-regional/templates/victoria/vmalert.yaml b/charts/motel-storage/templates/victoria/vmalert.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/vmalert.yaml rename to charts/motel-storage/templates/victoria/vmalert.yaml diff --git a/charts/motel-regional/templates/victoria/vmauth.yaml b/charts/motel-storage/templates/victoria/vmauth.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/vmauth.yaml rename to charts/motel-storage/templates/victoria/vmauth.yaml diff --git a/charts/motel-regional/templates/victoria/vmcluster.yaml b/charts/motel-storage/templates/victoria/vmcluster.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/vmcluster.yaml rename to charts/motel-storage/templates/victoria/vmcluster.yaml diff --git a/charts/motel-regional/templates/victoria/vmuser-creds.yaml b/charts/motel-storage/templates/victoria/vmuser-creds.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/vmuser-creds.yaml rename to charts/motel-storage/templates/victoria/vmuser-creds.yaml diff --git a/charts/motel-regional/templates/victoria/vmuser.yaml b/charts/motel-storage/templates/victoria/vmuser.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/vmuser.yaml rename to charts/motel-storage/templates/victoria/vmuser.yaml diff --git a/charts/motel-regional/values.yaml b/charts/motel-storage/values.yaml similarity index 100% rename from charts/motel-regional/values.yaml rename to charts/motel-storage/values.yaml diff --git a/charts/motel-child/Chart.lock b/charts/motel-vmagent/Chart.lock similarity index 100% rename from charts/motel-child/Chart.lock rename to charts/motel-vmagent/Chart.lock diff --git a/charts/motel-child/Chart.yaml b/charts/motel-vmagent/Chart.yaml similarity index 100% rename from charts/motel-child/Chart.yaml rename to charts/motel-vmagent/Chart.yaml diff --git a/charts/motel-regional/templates/_helpers.tpl b/charts/motel-vmagent/templates/_helpers.tpl similarity index 100% rename from charts/motel-regional/templates/_helpers.tpl rename to charts/motel-vmagent/templates/_helpers.tpl diff --git a/charts/motel-child/templates/victoria/fluent-out.yaml b/charts/motel-vmagent/templates/victoria/fluent-out.yaml similarity index 100% rename from charts/motel-child/templates/victoria/fluent-out.yaml rename to charts/motel-vmagent/templates/victoria/fluent-out.yaml diff --git a/charts/motel-regional/templates/victoria/scrape/cadvisor.yaml b/charts/motel-vmagent/templates/victoria/scrape/cadvisor.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/scrape/cadvisor.yaml rename to charts/motel-vmagent/templates/victoria/scrape/cadvisor.yaml diff --git a/charts/motel-regional/templates/victoria/scrape/kube-state-metrics.yaml b/charts/motel-vmagent/templates/victoria/scrape/kube-state-metrics.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/scrape/kube-state-metrics.yaml rename to charts/motel-vmagent/templates/victoria/scrape/kube-state-metrics.yaml diff --git a/charts/motel-regional/templates/victoria/scrape/kubelet.yaml b/charts/motel-vmagent/templates/victoria/scrape/kubelet.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/scrape/kubelet.yaml rename to charts/motel-vmagent/templates/victoria/scrape/kubelet.yaml diff --git a/charts/motel-regional/templates/victoria/scrape/node-exporter.yaml b/charts/motel-vmagent/templates/victoria/scrape/node-exporter.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/scrape/node-exporter.yaml rename to charts/motel-vmagent/templates/victoria/scrape/node-exporter.yaml diff --git a/charts/motel-regional/templates/victoria/scrape/probes.yaml b/charts/motel-vmagent/templates/victoria/scrape/probes.yaml similarity index 100% rename from charts/motel-regional/templates/victoria/scrape/probes.yaml rename to charts/motel-vmagent/templates/victoria/scrape/probes.yaml diff --git a/charts/motel-child/templates/victoria/vmagent.yaml b/charts/motel-vmagent/templates/victoria/vmagent.yaml similarity index 100% rename from charts/motel-child/templates/victoria/vmagent.yaml rename to charts/motel-vmagent/templates/victoria/vmagent.yaml diff --git a/charts/motel-child/templates/victoria/vmauth-creds.yaml b/charts/motel-vmagent/templates/victoria/vmauth-creds.yaml similarity index 100% rename from charts/motel-child/templates/victoria/vmauth-creds.yaml rename to charts/motel-vmagent/templates/victoria/vmauth-creds.yaml diff --git a/charts/motel-child/values.yaml b/charts/motel-vmagent/values.yaml similarity index 100% rename from charts/motel-child/values.yaml rename to charts/motel-vmagent/values.yaml diff --git a/demo/demo-mothership-values.yaml b/demo/demo-mothership-values.yaml index 7de5564..7d89660 100644 --- a/demo/demo-mothership-values.yaml +++ b/demo/demo-mothership-values.yaml @@ -24,8 +24,8 @@ grafana: promxyDatasourceUrl: logSources: - name: hmc0-logs - url: https://vmauth.hmc0.example.net/vls - type: victorialogs-datasource + url: https://vmauth.pbasov-reg-0.project2a-dev.mirantis.com/vls + type: victoriametrics-logs-datasource auth: username: motel password: motel @@ -84,7 +84,7 @@ promxy: serverGroups: - clusterName: hmc0 targets: - - vmauth.hmc0.example.net:443 + - vmauth.pbasov-reg-0.project2a-dev.mirantis.com auth: username: motel password: motel \ No newline at end of file diff --git a/test-values.yaml b/test-values.yaml new file mode 100644 index 0000000..9e106b0 --- /dev/null +++ b/test-values.yaml @@ -0,0 +1,16 @@ +fluent-bit: + enabled: true + outputHost: vmauth.pbasov-reg-0.project2a-dev.mirantis.com + outputPassword: motel + outputUsername: motel +opencost: + exporter: + defaultClusterId: aws-child0 + prometheus: + external: + url: https://vmauth.pbasov-reg-0.project2a-dev.mirantis.com/vm/select/0/prometheus +victoriametrics: + vmagent: + remotePassword: motel + remoteUsername: motel + remoteWriteUrl: https://vmauth.pbasov-reg-0.project2a-dev.mirantis.com/vm/insert/0/prometheus/api/v1/write