Skip to content

Commit 83fd9f8

Browse files
authored
JE-57933 Storage added to autoclustering
1 parent ed2188c commit 83fd9f8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/creating-manifest/basic-configs.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,12 @@ The service starts if:
400400

401401
#### Cluster
402402

403-
In Jelastic the following *nodeTypes* can be clusterized with help of built-in [Auto-Сlustering feature](https://ops-docs.jelastic.com/auto-clustering-templates/):
403+
In Jelastic the following *[nodeTypes](https://docs.cloudscripting.com/creating-manifest/selecting-containers/#supported-stacks)* can be clusterized with help of built-in [Auto-Сlustering feature](https://ops-docs.jelastic.com/auto-clustering-templates/):
404404

405405
* Application Servers: GlassFish, WildFly, Payara
406406
* SQL Databases: MySQL, MariaDB, PostgreSQL
407407
* NoSQL Databases: Couchbase, MongoDB
408+
* Storage Server: Shared Storage Container
408409

409410
*Auto-Clustering* can be enabled via `cluster` parameter or using *Auto-Clustering* switch at the dashboard:
410411
![autoclustering-switch](/img/autoclustering-switch.png)
@@ -419,9 +420,10 @@ To enable *Auto-Clustering* the `cluster` parameter is used as:
419420
- Default topology that will be created for the MySQL and MariaDB is [master-slave](https://jelastic.com/blog/mysql-mariadb-database-auto-clustering-cloud-hosting/) replication cluster with 2 nodes of HA ProxySQL load balancer in front of
420421
- In case of PostgreSQL there is only one topology available - [master-slave](https://jelastic.com/blog/postgresql-auto-clustering-master-slave-replication/)
421422
- The WildFly cluster is created in [Managed Domain Mode](https://jelastic.com/blog/wildfly-managed-domain-in-containers-auto-micro-clustering-and-scaling/) with topology that comrises one Domain Controller node and Worker nodes. Number of Worker nodes is defined by *[count](basic-configs/#nodes-definition)* parameter
422-
- The Payara/GlassFish cluster is created with topology that comrises one [DAS node and Worker nodes](https://jelastic.com/blog/glassfish-payara-auto-clustering-cloud-hosting/). Number of Worker nodes is defined by *[count](basic-configs/#nodes-definition)* parameter
423-
- The MongoDB cluster is created as [replica-set](https://jelastic.com/blog/mongodb-replica-set-master-slave-failover/) with topology that comrises tree nodes one *Primary* and two *Secondary* nodes.
424-
- The Couchbase is created as [cluster with 3 interconnected Couchbase containers](https://jelastic.com/blog/auto-scalable-couchbase-cluster-in-docker-containers/)
423+
- The Payara/GlassFish cluster is created with topology that comrises one [DAS node and Worker nodes](https://jelastic.com/blog/glassfish-payara-auto-clustering-cloud-hosting/). Number of Worker nodes is defined by *[count](basic-configs/#nodes-definition)* parameter
424+
- The MongoDB cluster is created as [replica-set](https://jelastic.com/blog/mongodb-replica-set-master-slave-failover/) with topology that comrises tree nodes one *Primary* and two *Secondary* nodes
425+
- The Couchbase is created as [cluster with 3 interconnected Couchbase containers](https://jelastic.com/blog/auto-scalable-couchbase-cluster-in-docker-containers/)
426+
- The Storage cluster is based on scalable network filesystem [GlusterFS](https://www.gluster.org/). The default cluster topology comprises 3 storage nodes
425427

426428
For example:
427429

0 commit comments

Comments
 (0)