TOOLS/ — generators + scripts + config + ARCHITECTURE.md ├── yaml-generator/ (code) ├── resource-generator/ (code) ├── docs-generator/ (code) ├── scripts/ (← devops/*.sh) ├── config/ (← devops/profiles/ + devops/config/) │ ├── test/ profile.env, services_list.txt, operation_timeouts.json │ ├── prod/ │ └── dev/ └── ARCHITECTURE.md (← devops/ARCHITECTURE.md) generated/ — pipeline output only (gitignored) ├── test/resources_yaml/, go/, docs/, provider_build/ ├── prod/ └── dev/ provider/ — code only, no generated files resources_yaml/ — DELETED (generated) internal/resources_gen/ — DELETED (generated) devops/ — removed (replaced by TOOLS/scripts + TOOLS/config + generated/) Generators now fail if NUBES_*_DIR not set (no defaults to provider/). Provider requires pipeline to populate resources_gen/ before build.
1.7 KiB
1.7 KiB
Resource nubes_clickhouse
Service ID: 120
Service Name: ClickHouse
Manual | Create params | Modify params | Output params | Operations | Example
Modify params
| ID | Code | Type | Description | Constraints |
|---|---|---|---|---|
| 844 | cluster_configuration | map-fixed | ||
| 845 | clickhouse_keeper_configuration | map-fixed | ||
| 846 | access_configuration | map-fixed | ||
| 847 | clickhouse_configuration | map-fixed | ||
| 848 | backup_configuration | map-fixed | ||
| 849 | autoscale_configuration | map-fixed | ||
| 850 | clickhouse_files_configuration | array-map-fixed | Формат: - path: somethings3.xml xmlConfig: '<clickhouse>......</clickhouse>' |