diff --git a/.github/workflow-config/labeling-rules.yaml b/.github/workflow-config/labeling-rules.yaml index 7fef61f82..fb91ada0c 100644 --- a/.github/workflow-config/labeling-rules.yaml +++ b/.github/workflow-config/labeling-rules.yaml @@ -5,10 +5,6 @@ platform: - changed-files: - any-glob-to-any-file: 'docs/platform/**' -service/alloydbomni: - - changed-files: - - any-glob-to-any-file: 'docs/products/alloydbomni/**' - service/cassandra: - changed-files: - any-glob-to-any-file: 'docs/products/cassandra/**' diff --git a/.github/workflows/update-adv-params-all.yaml b/.github/workflows/update-adv-params-all.yaml index 5373ba3e5..7e7cdeb4c 100644 --- a/.github/workflows/update-adv-params-all.yaml +++ b/.github/workflows/update-adv-params-all.yaml @@ -83,9 +83,3 @@ jobs: uses: ./.github/workflows/update-adv-params.yaml with: service-name: valkey - - update-adv-params-alloydbomni: - name: Update parameters - AlloyDB Omni - uses: ./.github/workflows/update-adv-params.yaml - with: - service-name: alloydbomni diff --git a/Makefile b/Makefile index 302a511fd..df698201c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SCRIPTS = ./scripts INCLUDESDIR = ./static/includes # Generate config listing for a service type -all-service-type-configs: service-type-config-cassandra service-type-config-clickhouse service-type-config-flink service-type-config-grafana service-type-config-kafka_mirrormaker service-type-config-kafka_connect service-type-config-kafka service-type-config-mysql service-type-config-opensearch service-type-config-caching service-type-config-pg service-type-config-dragonfly service-type-config-valkey service-type-config-alloydbomni +all-service-type-configs: service-type-config-cassandra service-type-config-clickhouse service-type-config-flink service-type-config-grafana service-type-config-kafka_mirrormaker service-type-config-kafka_connect service-type-config-kafka service-type-config-mysql service-type-config-opensearch service-type-config-caching service-type-config-pg service-type-config-dragonfly service-type-config-valkey service-type-config-cassandra: node "$(SCRIPTS)/service_type_parser.js" "cassandra" "$(INCLUDESDIR)/config-cassandra.md" @@ -43,9 +43,6 @@ service-type-config-caching: service-type-config-valkey: node "$(SCRIPTS)/service_type_parser.js" "valkey" "$(INCLUDESDIR)/config-valkey.md" -service-type-config-alloydbomni: - node "$(SCRIPTS)/service_type_parser.js" "alloydbomni" "$(INCLUDESDIR)/config-alloydbomni.md" - cloud-list: node "$(SCRIPTS)/clouds_parser.js" "$(INCLUDESDIR)/clouds-list.md" diff --git a/docs/platform/concepts/permissions.md b/docs/platform/concepts/permissions.md index 367735a7c..b1fe629e8 100644 --- a/docs/platform/concepts/permissions.md +++ b/docs/platform/concepts/permissions.md @@ -92,7 +92,7 @@ These permissions apply to the | View services | `project:services:read` |
| Parameter | |||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- additional_backup_regions
Additional Cloud Regions for Backup Replication - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- ip_filter
IP filter -Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- static_ips
Static IP addresses -Use static public IP addresses |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- service_log
Service logging -Store logs for the service so that they are available in the HTTP API and console. |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- enable_ipv6
Enable IPv6 -Register AAAA DNS records for the service, and allow IPv6 packets to service ports |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- admin_username
Custom username for admin user. This must be set only when a new service is being created. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- admin_password
Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- backup_hour
The hour of day (in UTC) when backup for the service is started. New backup is only started if previous backup has already completed. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- backup_minute
The minute of an hour when backup for the service is started. New backup is only started if previous backup has already completed. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- node_count
Number of nodes for the service - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pgaudit
PGAudit settings -System-wide settings for the pgaudit extension.
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pglookout
PGLookout settings -System-wide settings for pglookout.
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pg_service_to_fork_from
Name of the PG Service from which to fork (deprecated, use service_to_fork_from). This has effect only when a new service is being created. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- service_to_fork_from
Name of another service to fork from. This has effect only when a new service is being created. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- project_to_fork_from
Name of another project to fork a service from. This has effect only when a new service is being created. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- synchronous_replication
Synchronous replication type. Note that the service plan also needs to support synchronous replication. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pg_read_replica
Should the service which is being forked be a read replica (deprecated, use read_replica service integration instead). -This setting is deprecated. Use read_replica service integration instead. |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- alloydbomni_version
PostgreSQL major version - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pg_version
PostgreSQL major version - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pgbouncer
PGBouncer connection pooling settings -System-wide settings for pgbouncer.
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- recovery_target_time
Recovery target time when forking a service. This has effect only when a new service is being created. - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- variant
Variant of the PostgreSQL service, may affect the features that are exposed by default - - |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- private_access
Allow access to selected service ports from private networks - -
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- privatelink_access
Allow access to selected service components through Privatelink - -
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- public_access
Allow access to selected service ports from the public Internet - -
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- pg
postgresql.conf configuration values - -
|
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- shared_buffers_percentage
shared_buffers_percentage -Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. Changing this parameter causes a service restart. |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- work_mem
work_mem -Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. The default is 1MB + 0.075% of total RAM (up to 32MB). |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- google_columnar_engine_memory_size_percentage
Columnar data store size -Allocate the amount of RAM to store columnar data. |
- |||||||||||||||||||||||||||||||||||||||||||||||||
|
- google_columnar_engine_enabled
Columnar engine control -Enables or disables the columnar engine. When enabled, it accelerates SQL query processing. |
-