fix config

This commit is contained in:
ai-dev
2025-09-21 16:45:38 +02:00
parent ae63025087
commit 7fcf7f796c
7 changed files with 29 additions and 167 deletions

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-coord1", "slug": "opensearch-coord1",
"description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.", "description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.",
"arch": [ "arch": ["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -46,12 +42,7 @@
"schema": { "schema": {
"cluster_name": "str", "cluster_name": "str",
"node_name": "str", "node_name": "str",
"node_roles": [ "node_roles": "list(str)",
"list",
[
"str"
]
],
"discovery_type": [ "discovery_type": [
"str", "str",
[ [
@@ -61,25 +52,10 @@
"ec2" "ec2"
] ]
], ],
"discovery_seed_hosts": [ "discovery_seed_hosts": "list(str)",
"list", "initial_master_nodes": "list(str)",
[
"str"
]
],
"initial_master_nodes": [
"list",
[
"str"
]
],
"opensearch_heap": "str", "opensearch_heap": "str",
"plugins": [ "plugins": "list(str)",
"list",
[
"str"
]
],
"bootstrap_memory_lock": "bool", "bootstrap_memory_lock": "bool",
"http_port": "int", "http_port": "int",
"transport_port": "int", "transport_port": "int",

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-coord2", "slug": "opensearch-coord2",
"description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.", "description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.",
"arch": [ "arch": ["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -46,12 +42,7 @@
"schema": { "schema": {
"cluster_name": "str", "cluster_name": "str",
"node_name": "str", "node_name": "str",
"node_roles": [ "node_roles": "list(str)",
"list",
[
"str"
]
],
"discovery_type": [ "discovery_type": [
"str", "str",
[ [
@@ -61,25 +52,10 @@
"ec2" "ec2"
] ]
], ],
"discovery_seed_hosts": [ "discovery_seed_hosts": "list(str)",
"list", "initial_master_nodes": "list(str)",
[
"str"
]
],
"initial_master_nodes": [
"list",
[
"str"
]
],
"opensearch_heap": "str", "opensearch_heap": "str",
"plugins": [ "plugins": "list(str)",
"list",
[
"str"
]
],
"bootstrap_memory_lock": "bool", "bootstrap_memory_lock": "bool",
"http_port": "int", "http_port": "int",
"transport_port": "int", "transport_port": "int",

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-dashboards", "slug": "opensearch-dashboards",
"description": "OpenSearch Dashboards (Kibana compatible) to visualize OpenSearch data.", "description": "OpenSearch Dashboards (Kibana compatible) to visualize OpenSearch data.",
"arch": [ "arch": ["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -34,12 +30,7 @@
"opensearch_username": "str", "opensearch_username": "str",
"opensearch_password": "str", "opensearch_password": "str",
"kibana_index": "str", "kibana_index": "str",
"plugins": [ "plugins": "list(str)"
"list",
[
"str"
]
]
}, },
"ports": { "ports": {
"5601/tcp": 5601 "5601/tcp": 5601

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-data1", "slug": "opensearch-data1",
"description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.", "description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.",
"arch": [ "arch":["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -47,12 +43,7 @@
"schema": { "schema": {
"cluster_name": "str", "cluster_name": "str",
"node_name": "str", "node_name": "str",
"node_roles": [ "node_roles": "list(str)",
"list",
[
"str"
]
],
"discovery_type": [ "discovery_type": [
"str", "str",
[ [
@@ -62,25 +53,10 @@
"ec2" "ec2"
] ]
], ],
"discovery_seed_hosts": [ "discovery_seed_hosts": "list(str)",
"list", "initial_master_nodes": "list(str)",
[
"str"
]
],
"initial_master_nodes": [
"list",
[
"str"
]
],
"opensearch_heap": "str", "opensearch_heap": "str",
"plugins": [ "plugins": "list(str)",
"list",
[
"str"
]
],
"bootstrap_memory_lock": "bool", "bootstrap_memory_lock": "bool",
"http_port": "int", "http_port": "int",
"transport_port": "int", "transport_port": "int",

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-data2", "slug": "opensearch-data2",
"description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.", "description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.",
"arch": [ "arch": ["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -47,12 +43,7 @@
"schema": { "schema": {
"cluster_name": "str", "cluster_name": "str",
"node_name": "str", "node_name": "str",
"node_roles": [ "node_roles": "list(str)",
"list",
[
"str"
]
],
"discovery_type": [ "discovery_type": [
"str", "str",
[ [
@@ -62,25 +53,10 @@
"ec2" "ec2"
] ]
], ],
"discovery_seed_hosts": [ "discovery_seed_hosts": "list(str)",
"list", "initial_master_nodes": "list(str)",
[
"str"
]
],
"initial_master_nodes": [
"list",
[
"str"
]
],
"opensearch_heap": "str", "opensearch_heap": "str",
"plugins": [ "plugins": "list(str)",
"list",
[
"str"
]
],
"bootstrap_memory_lock": "bool", "bootstrap_memory_lock": "bool",
"http_port": "int", "http_port": "int",
"transport_port": "int", "transport_port": "int",

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-master", "slug": "opensearch-master",
"description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.", "description": "OpenSearch server (es-compatible) for logs and metrics. Configurable JVM heap, node roles, cluster discovery and volumes.",
"arch": [ "arch": ["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -46,12 +42,7 @@
"schema": { "schema": {
"cluster_name": "str", "cluster_name": "str",
"node_name": "str", "node_name": "str",
"node_roles": [ "node_roles": "list(str)",
"list",
[
"str"
]
],
"discovery_type": [ "discovery_type": [
"str", "str",
[ [
@@ -61,25 +52,10 @@
"ec2" "ec2"
] ]
], ],
"discovery_seed_hosts": [ "discovery_seed_hosts": "list(str)",
"list", "initial_master_nodes": "list(str)",
[
"str"
]
],
"initial_master_nodes": [
"list",
[
"str"
]
],
"opensearch_heap": "str", "opensearch_heap": "str",
"plugins": [ "plugins": "list(str)",
"list",
[
"str"
]
],
"bootstrap_memory_lock": "bool", "bootstrap_memory_lock": "bool",
"http_port": "int", "http_port": "int",
"transport_port": "int", "transport_port": "int",

View File

@@ -3,11 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"slug": "opensearch-nginx-lb", "slug": "opensearch-nginx-lb",
"description": "NGINX load balancer for OpenSearch coordinator nodes.", "description": "NGINX load balancer for OpenSearch coordinator nodes.",
"arch": [ "arch": ["amd64", "armv7", "aarch64"],
"amd64",
"armv7",
"arm64"
],
"startup": "services", "startup": "services",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
@@ -27,12 +23,7 @@
}, },
"schema": { "schema": {
"lb_port": "int", "lb_port": "int",
"coordinator_nodes": [ "coordinator_nodes": "list(str)"
"list",
[
"str"
]
]
}, },
"ports": { "ports": {
"9200/tcp": 9200 "9200/tcp": 9200