├── LICENSE ├── README.md ├── archive ├── 719base_schemaregistry_startup_error.json └── cdswREADME.md ├── conf ├── bootstrap.conf ├── efm.properties ├── mariadb.config ├── pg_hba.conf └── postgresql.conf ├── scripts ├── create_cluster.py ├── create_cluster_krb.py ├── create_db.sql ├── how-to-resize-os-disk.md ├── pgsql_create_db.sql ├── save_template.py └── secure_mariadb.sql ├── setup.sh ├── setup_krb.sh ├── setup_pgsql.sh ├── setupcm7113.sh ├── setupcm7113krb.sh └── templates ├── 719base.json ├── 719base2.json ├── all.json ├── archived └── wwbank_template.json ├── base.json ├── ibercaja.json ├── wwbank_krb.json └── wwbank_krb719.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/README.md -------------------------------------------------------------------------------- /archive/719base_schemaregistry_startup_error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/archive/719base_schemaregistry_startup_error.json -------------------------------------------------------------------------------- /archive/cdswREADME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/archive/cdswREADME.md -------------------------------------------------------------------------------- /conf/bootstrap.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/conf/bootstrap.conf -------------------------------------------------------------------------------- /conf/efm.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/conf/efm.properties -------------------------------------------------------------------------------- /conf/mariadb.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/conf/mariadb.config -------------------------------------------------------------------------------- /conf/pg_hba.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/conf/pg_hba.conf -------------------------------------------------------------------------------- /conf/postgresql.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/conf/postgresql.conf -------------------------------------------------------------------------------- /scripts/create_cluster.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/create_cluster.py -------------------------------------------------------------------------------- /scripts/create_cluster_krb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/create_cluster_krb.py -------------------------------------------------------------------------------- /scripts/create_db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/create_db.sql -------------------------------------------------------------------------------- /scripts/how-to-resize-os-disk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/how-to-resize-os-disk.md -------------------------------------------------------------------------------- /scripts/pgsql_create_db.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/pgsql_create_db.sql -------------------------------------------------------------------------------- /scripts/save_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/save_template.py -------------------------------------------------------------------------------- /scripts/secure_mariadb.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/scripts/secure_mariadb.sql -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/setup.sh -------------------------------------------------------------------------------- /setup_krb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/setup_krb.sh -------------------------------------------------------------------------------- /setup_pgsql.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/setup_pgsql.sh -------------------------------------------------------------------------------- /setupcm7113.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/setupcm7113.sh -------------------------------------------------------------------------------- /setupcm7113krb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/setupcm7113krb.sh -------------------------------------------------------------------------------- /templates/719base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/719base.json -------------------------------------------------------------------------------- /templates/719base2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/719base2.json -------------------------------------------------------------------------------- /templates/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/all.json -------------------------------------------------------------------------------- /templates/archived/wwbank_template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/archived/wwbank_template.json -------------------------------------------------------------------------------- /templates/base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/base.json -------------------------------------------------------------------------------- /templates/ibercaja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/ibercaja.json -------------------------------------------------------------------------------- /templates/wwbank_krb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/wwbank_krb.json -------------------------------------------------------------------------------- /templates/wwbank_krb719.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fabiog1901/SingleNodeCDPCluster/HEAD/templates/wwbank_krb719.json --------------------------------------------------------------------------------