Skip to content

Commit a5e649c

Browse files
authored
Merge pull request #213 from vlobzakov/master
JE-57933 Storage added to clustering
2 parents 00c27a0 + a3e41d4 commit a5e649c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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

docs/creating-manifest/selecting-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ The supported software stacks are categorized in the table below with specified
264264
| nodeGroup | Supported nodeType Values (Aliases) | Supported Tags Link |
265265
|--------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------|
266266
| bl | nginx-dockerized (nginx), varnish-dockerized (varnish), haproxy, apache-lb (apache-balancer), litespeedadc (litespeedadc2) | [Load-Balancers](https://docs.jelastic.com/software-stacks-versions#lb) |
267-
| cp | tomcat (tomcat7, tomcat85, tomcat9), tomee-dockerized(tomee), glassfish (glassfish3), glassfish4, jetty (jetty9), jetty6, jetty8, smartfox-server, powerdns, railo4, wildfly (wildfly10, wildfly11, wildfly12, wildfly13, wildfly14, wildfly15, wildfly16, wildfly17), springboot, apache (apache2), nginxphp-dockerized (nginxphp), apache-python (apache2-python), apache-ruby (apache2-ruby), nginxruby (nginx-ruby), nginxphp-redis, nodejs, iis8, litespeedphp | [Application Servers](https://docs.jelastic.com/software-stacks-versions#app-servers) |
267+
| cp | tomcat (tomcat7, tomcat85, tomcat9), tomee-dockerized(tomee), glassfish (glassfish3), glassfish4, payara (payara5), jetty (jetty9), jetty6, jetty8, smartfox-server, powerdns, railo4, wildfly (wildfly10, wildfly11, wildfly12, wildfly13, wildfly14, wildfly15, wildfly16, wildfly17), springboot, apache (apache2), nginxphp-dockerized (nginxphp), apache-python (apache2-python), apache-ruby (apache2-ruby), nginxruby (nginx-ruby), nginxphp-redis, nodejs, iis8, litespeedphp | [Application Servers](https://docs.jelastic.com/software-stacks-versions#app-servers) |
268268
| sqldb, nosqldb | mysql (mysql5, mysql5-6), mariadb-dockerized (mariadb), mariadb10, postgresql (postgres9, postgres10, postgres11), perconadb (percona5.5, percona5.6, percona5.7), mssql, mongodb-dockerized(mongodb, mongodb2), couchbase, couchdb, redis (redis4, redis5), redis3, cassandra2, cassandra3, neo4j, neo4j2-1, neo4j3, orientDB, orientDB2 | [Databases](https://docs.jelastic.com/software-stacks-versions#databases) |
269269
| vps, cache, build, proxysql, storage | centos-vps(centos7), ubuntu-vps(ubuntu16, ubuntu18), memcached-dockerized(memcached), maven(maven3), proxysql, storage, windows2008, windows2012 | [Additional Stacks](https://docs.jelastic.com/software-stacks-versions#additional) |
270270

0 commit comments

Comments
 (0)