diff --git a/addons/apecloud-mysql/config/mysql-scale-vtgate-config-constraint.cue b/addons/apecloud-mysql/config/mysql-scale-vtgate-config-constraint.cue index 912621c28..697f38739 100644 --- a/addons/apecloud-mysql/config/mysql-scale-vtgate-config-constraint.cue +++ b/addons/apecloud-mysql/config/mysql-scale-vtgate-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #VtGateParameter: { // Stop buffering completely if a failover takes longer than this duration. (default 20s) diff --git a/addons/apecloud-mysql/config/mysql-scale-vttablet-config-constraint.cue b/addons/apecloud-mysql/config/mysql-scale-vttablet-config-constraint.cue index 54f52d961..ffeef2960 100644 --- a/addons/apecloud-mysql/config/mysql-scale-vttablet-config-constraint.cue +++ b/addons/apecloud-mysql/config/mysql-scale-vttablet-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #VtTabletParameter: { // Connection timeout to mysqld in milliseconds. (0 for no timeout, default 500) diff --git a/addons/apecloud-mysql/config/mysql8-config-constraint.cue b/addons/apecloud-mysql/config/mysql8-config-constraint.cue index c84a2a30c..f85cefc13 100644 --- a/addons/apecloud-mysql/config/mysql8-config-constraint.cue +++ b/addons/apecloud-mysql/config/mysql8-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #MysqlParameter: { // reference aws rds params: https://console.amazonaws.cn/rds/home?region=cn-north-1#parameter-groups-detail:ids=default.mysql8.0;type=DbParameterGroup;editing=false diff --git a/addons/apecloud-postgresql/config/pg14-config-constraint.cue b/addons/apecloud-postgresql/config/pg14-config-constraint.cue index e7a42a32f..5884c31b0 100644 --- a/addons/apecloud-postgresql/config/pg14-config-constraint.cue +++ b/addons/apecloud-postgresql/config/pg14-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - // PostgreSQL parameters: https://postgresqlco.nf/doc/en/param/ #PGParameter: { // Allows tablespaces directly inside pg_tblspc, for testing, pg version: 15 diff --git a/addons/clickhouse/configs/clickhouse-config-constraint.cue b/addons/clickhouse/configs/clickhouse-config-constraint.cue index 1cf5b4503..d49fb61af 100644 --- a/addons/clickhouse/configs/clickhouse-config-constraint.cue +++ b/addons/clickhouse/configs/clickhouse-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #ProfilesParameter: { [string]: #ClickhouseParameter // ignore other configure diff --git a/addons/kafka/configs/kafka-server-constraint.cue b/addons/kafka/configs/kafka-server-constraint.cue index 3afe776e9..016e88267 100644 --- a/addons/kafka/configs/kafka-server-constraint.cue +++ b/addons/kafka/configs/kafka-server-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - // https://kafka.apache.org/documentation/#brokerconfigs #KafkaParameter: { diff --git a/addons/mogdb/config/mogdb-config-constraint.cue b/addons/mogdb/config/mogdb-config-constraint.cue index 7b1c7e71f..8aefe5e21 100644 --- a/addons/mogdb/config/mogdb-config-constraint.cue +++ b/addons/mogdb/config/mogdb-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - // PostgreSQL parameters: https://postgresqlco.nf/doc/en/param/ #PGParameter: { // use data in another directory diff --git a/addons/mysql/config/mysql5.7-config-constraint.cue b/addons/mysql/config/mysql5.7-config-constraint.cue index 759f5138b..813bbeab1 100644 --- a/addons/mysql/config/mysql5.7-config-constraint.cue +++ b/addons/mysql/config/mysql5.7-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #MysqlParameter: { // This variable is available if the server was compiled using OpenSSL (see Section 6.3.4, “SSL Library-Dependent Capabilities”). auto_generate_certs?: string & "OFF" | "ON" | *"ON" diff --git a/addons/mysql/config/mysql8-config-constraint.cue b/addons/mysql/config/mysql8-config-constraint.cue index 3307befea..53dd910c3 100644 --- a/addons/mysql/config/mysql8-config-constraint.cue +++ b/addons/mysql/config/mysql8-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #MysqlParameter: { // reference aws rds params: https://console.amazonaws.cn/rds/home?region=cn-north-1#parameter-groups-detail:ids=default.mysql8.0;type=DbParameterGroup;editing=false diff --git a/addons/orioledb/config/orioledb-config-constraint.cue b/addons/orioledb/config/orioledb-config-constraint.cue index 56164f5dd..edb6aa15b 100644 --- a/addons/orioledb/config/orioledb-config-constraint.cue +++ b/addons/orioledb/config/orioledb-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - // PostgreSQL parameters: https://postgresqlco.nf/doc/en/param/ #PGParameter: { // Allows tablespaces directly inside pg_tblspc, for testing, pg version: 15 diff --git a/addons/rabbitmq/config/config-constraint.cue b/addons/rabbitmq/config/config-constraint.cue index d6796717c..cb1ca615d 100644 --- a/addons/rabbitmq/config/config-constraint.cue +++ b/addons/rabbitmq/config/config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #RabbitMQParameter: { // Ports or hostname/pair on which to listen for "plain" AMQP 0-9-1 and AMQP 1.0 connections (without TLS). See the [Networking guide](https://www.rabbitmq.com/docs/networking) for more details and examples. "listeners.tcp.1"?: string | *"5672" diff --git a/addons/redis/config/redis-cluster7-config-constraint.cue b/addons/redis/config/redis-cluster7-config-constraint.cue index c3142b2bd..7b19e68d2 100644 --- a/addons/redis/config/redis-cluster7-config-constraint.cue +++ b/addons/redis/config/redis-cluster7-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #RedisParameter: { "acllog-max-len": int & >=1 & <=10000 | *128 diff --git a/addons/redis/config/redis7-config-constraint.cue b/addons/redis/config/redis7-config-constraint.cue index 8c3b30519..9a72af3e4 100644 --- a/addons/redis/config/redis7-config-constraint.cue +++ b/addons/redis/config/redis7-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #RedisParameter: { "acllog-max-len": int & >=1 & <=10000 | *128 diff --git a/addons/tdengine/configs/tdengine-taos-config-constraint.cue b/addons/tdengine/configs/tdengine-taos-config-constraint.cue index 9879f3002..693cd572a 100644 --- a/addons/tdengine/configs/tdengine-taos-config-constraint.cue +++ b/addons/tdengine/configs/tdengine-taos-config-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #TaosParameter: { // auto generate by cue_generate.go diff --git a/addons/weaviate/config/weaviate-env-constraint.cue b/addons/weaviate/config/weaviate-env-constraint.cue index 4f415e93d..874b90b22 100644 --- a/addons/weaviate/config/weaviate-env-constraint.cue +++ b/addons/weaviate/config/weaviate-env-constraint.cue @@ -1,20 +1,3 @@ -//Copyright (C) 2022-2023 ApeCloud Co., Ltd -// -//This file is part of KubeBlocks project -// -//This program is free software: you can redistribute it and/or modify -//it under the terms of the GNU Affero General Public License as published by -//the Free Software Foundation, either version 3 of the License, or -//(at your option) any later version. -// -//This program is distributed in the hope that it will be useful -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU Affero General Public License for more details. -// -//You should have received a copy of the GNU Affero General Public License -//along with this program. If not, see . - #WeaviateEnvs: { // Which modules to enable in the setup?