├── .env ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── environments ├── db2 │ └── env.properties ├── dev │ └── env.properties ├── devcc │ └── env.properties ├── mysql │ └── env.properties ├── oracle │ └── env.properties ├── prod │ └── env.properties └── sqlserver │ └── env.properties ├── licenses ├── licenses.zip ├── licenses.zip.enc └── product_licenses.zip.enc ├── scripts ├── cleanup.sh ├── entrypoint.sh ├── generateAsset.sh ├── init.sh ├── inventory.sh └── provision.sh └── templates ├── hello-world ├── README.md └── template.yaml ├── import.bat ├── import.sh ├── jenkins ├── env.properties ├── provision.xml ├── template.yaml ├── test.xml └── webapps │ └── context-jenkins.properties ├── sag-abe ├── template.yaml └── test.sh ├── sag-apigateway-cluster ├── README.md ├── template.yaml └── test.sh ├── sag-apigateway-config ├── README.md └── template.yaml ├── sag-apigateway-server ├── README.md ├── template.yaml └── test.sh ├── sag-cc-all-layer-defs ├── README.md └── template.yaml ├── sag-cc-builder-dev ├── README.md ├── template.yaml └── test.xml ├── sag-cc-builder-repos ├── README.md └── template.yaml ├── sag-cc-creds-dev ├── README.md ├── template.yaml └── test.xml ├── sag-cc-creds-ssh ├── README.md ├── template.yaml └── test.xml ├── sag-cc-creds ├── README.md └── template.yaml ├── sag-cc-layer-defs ├── README.md └── template.yaml ├── sag-cc-ldap ├── README.md └── template.yaml ├── sag-cc-mirrors ├── README.md └── template.yaml ├── sag-cc-repo-custom ├── README.md ├── template.yaml └── test.xml ├── sag-cc-repos-asset ├── README.md └── template.yaml ├── sag-cc-repos-dev ├── README.md └── template.yaml ├── sag-cc-repos-ga ├── README.md └── template.yaml ├── sag-cc-repos ├── README.md ├── env.properties ├── template.yaml └── test.xml ├── sag-cc-secure ├── README.md └── template.yaml ├── sag-cc-tuneup ├── README.md ├── template.yaml └── test.xml ├── sag-db-db2 ├── Dockerfile ├── README.md ├── docker-compose.yml ├── init_db2.sh ├── template.yaml └── test.sh ├── sag-db-mysql-103 ├── README.md ├── docker-compose.yml ├── mysql-connector-java-5.1.47.jar ├── mysql.cnf ├── template.yaml └── test.sh ├── sag-db-mysql ├── README.md ├── docker-compose.yml ├── mysql-connector-java-5.1.47.jar ├── mysql.cnf ├── template.yaml └── test.sh ├── sag-db-oracle-103-and-lower ├── README.md ├── docker-compose.yml ├── template.yaml └── test.sh ├── sag-db-oracle ├── README.md ├── docker-compose.yml ├── template.yaml └── test.sh ├── sag-db-sqlserver-103-and-lower ├── README.md ├── docker-compose.yml ├── template.yaml └── test.sh ├── sag-db-sqlserver-is-schemas ├── README.md ├── docker-compose.yml ├── template.yaml └── test.sh ├── sag-db-sqlserver ├── README.md ├── docker-compose.yml ├── template.yaml └── test.sh ├── sag-des-config ├── README.md └── template.yaml ├── sag-des ├── README.md ├── template.yaml └── test.sh ├── sag-designer-applatform ├── README.md └── template.yaml ├── sag-designer-cloudstreams ├── README.md └── template.yaml ├── sag-designer-services ├── README.md └── template.yaml ├── sag-exx-broker-attr ├── README.md └── template.yaml ├── sag-exx-broker ├── README.md └── template.yaml ├── sag-exx-c-rpc-server ├── README.md └── template.yaml ├── sag-exx-csl-rpc-server ├── README.md └── template.yaml ├── sag-exx-ims-rpc-server ├── README.md └── template.yaml ├── sag-exx-java-rpc-server-config ├── README.md └── template.yaml ├── sag-exx-java-rpc-server ├── Readme.md └── template.yaml ├── sag-exx-mf-broker ├── README.md └── template.yaml ├── sag-exx-mq-rpc-server ├── README.md └── template.yaml ├── sag-exx-net-rpc-server ├── README.md └── template.yaml ├── sag-exx-xml-rpc-server ├── Readme.md └── template.yaml ├── sag-infradc ├── readme.md └── template.yaml ├── sag-internaldatastore ├── README.md ├── template.yaml └── test.sh ├── sag-is-activetransfer └── template.yaml ├── sag-is-applatform ├── README.md └── template.yaml ├── sag-is-cloudstreams ├── README.md ├── template.yaml └── test.sh ├── sag-is-cluster ├── README.md ├── template.yaml └── test.sh ├── sag-is-config ├── README.md └── template.yaml ├── sag-is-mft ├── README.md ├── template.yaml └── test.sh ├── sag-is-server ├── README.md ├── template.yaml └── test.sh ├── sag-is-stateful-cluster ├── README.md ├── template.yaml └── test.sh ├── sag-mft-config ├── README.md ├── template.yaml └── test.sh ├── sag-msc-server-103-and-lower ├── README.md ├── template.yaml └── test.sh ├── sag-msc-server ├── README.md ├── template.yaml └── test.sh ├── sag-mws-applatform ├── README.md └── template.yaml ├── sag-mws-infradcui ├── README.md └── template.yaml ├── sag-mws-mftui ├── README.md ├── template.yaml └── test.sh ├── sag-mws-server ├── README.md └── template.yaml ├── sag-ninja-cluster └── template.yaml ├── sag-ninja-server ├── Dockerfile ├── README.md ├── docker-compose.yml ├── entrypoint.sh ├── template.yaml └── test.sh ├── sag-onedata └── template.yaml ├── sag-optimize-analysis ├── README.md ├── template.yaml └── test.sh ├── sag-optimize-wsdc ├── README.md ├── template.yaml └── test.sh ├── sag-spm-boot-local ├── README.md ├── env.properties └── template.yaml ├── sag-spm-boot-ssh ├── README.md ├── env.properties └── template.yaml ├── sag-spm-boot-winrm ├── README.md ├── push-bootstrap.ps1 └── template.yaml ├── sag-spm-config ├── README.md ├── template.yaml ├── test.properties └── test.sh ├── sag-spm-connect ├── README.md ├── docker-compose.yml ├── env.properties ├── template.yaml └── test.sh ├── sag-spm-proxy ├── README.md └── template.yaml ├── sag-tc-cluster └── template.yaml ├── sag-tc-server ├── README.md ├── template.yaml └── test.sh ├── sag-tdb-server └── template.yaml ├── sag-um-cluster-migrate ├── README.md └── template.yaml ├── sag-um-cluster ├── README.md ├── template.yaml └── test.sh ├── sag-um-config-join ├── README.md └── template.yaml ├── sag-um-config └── template.yaml ├── sag-um-server-migrate ├── README.md └── template.yaml ├── sag-um-server ├── README.md ├── template.yaml └── test.sh └── sag-update └── template.yaml /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/.env -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/README.md -------------------------------------------------------------------------------- /environments/db2/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/db2/env.properties -------------------------------------------------------------------------------- /environments/dev/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/dev/env.properties -------------------------------------------------------------------------------- /environments/devcc/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/devcc/env.properties -------------------------------------------------------------------------------- /environments/mysql/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/mysql/env.properties -------------------------------------------------------------------------------- /environments/oracle/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/oracle/env.properties -------------------------------------------------------------------------------- /environments/prod/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/prod/env.properties -------------------------------------------------------------------------------- /environments/sqlserver/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/environments/sqlserver/env.properties -------------------------------------------------------------------------------- /licenses/licenses.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/licenses/licenses.zip -------------------------------------------------------------------------------- /licenses/licenses.zip.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/licenses/licenses.zip.enc -------------------------------------------------------------------------------- /licenses/product_licenses.zip.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/licenses/product_licenses.zip.enc -------------------------------------------------------------------------------- /scripts/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/scripts/cleanup.sh -------------------------------------------------------------------------------- /scripts/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/scripts/entrypoint.sh -------------------------------------------------------------------------------- /scripts/generateAsset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/scripts/generateAsset.sh -------------------------------------------------------------------------------- /scripts/init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/scripts/init.sh -------------------------------------------------------------------------------- /scripts/inventory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/scripts/inventory.sh -------------------------------------------------------------------------------- /scripts/provision.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/scripts/provision.sh -------------------------------------------------------------------------------- /templates/hello-world/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/hello-world/README.md -------------------------------------------------------------------------------- /templates/hello-world/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/hello-world/template.yaml -------------------------------------------------------------------------------- /templates/import.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/import.bat -------------------------------------------------------------------------------- /templates/import.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/import.sh -------------------------------------------------------------------------------- /templates/jenkins/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/jenkins/env.properties -------------------------------------------------------------------------------- /templates/jenkins/provision.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/jenkins/provision.xml -------------------------------------------------------------------------------- /templates/jenkins/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/jenkins/template.yaml -------------------------------------------------------------------------------- /templates/jenkins/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/jenkins/test.xml -------------------------------------------------------------------------------- /templates/jenkins/webapps/context-jenkins.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/jenkins/webapps/context-jenkins.properties -------------------------------------------------------------------------------- /templates/sag-abe/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-abe/template.yaml -------------------------------------------------------------------------------- /templates/sag-abe/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-abe/test.sh -------------------------------------------------------------------------------- /templates/sag-apigateway-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-cluster/README.md -------------------------------------------------------------------------------- /templates/sag-apigateway-cluster/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-cluster/template.yaml -------------------------------------------------------------------------------- /templates/sag-apigateway-cluster/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-cluster/test.sh -------------------------------------------------------------------------------- /templates/sag-apigateway-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-config/README.md -------------------------------------------------------------------------------- /templates/sag-apigateway-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-apigateway-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-server/README.md -------------------------------------------------------------------------------- /templates/sag-apigateway-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-apigateway-server/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-apigateway-server/test.sh -------------------------------------------------------------------------------- /templates/sag-cc-all-layer-defs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-all-layer-defs/README.md -------------------------------------------------------------------------------- /templates/sag-cc-all-layer-defs/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-all-layer-defs/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-builder-dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-builder-dev/README.md -------------------------------------------------------------------------------- /templates/sag-cc-builder-dev/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-builder-dev/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-builder-dev/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-builder-dev/test.xml -------------------------------------------------------------------------------- /templates/sag-cc-builder-repos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-builder-repos/README.md -------------------------------------------------------------------------------- /templates/sag-cc-builder-repos/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-builder-repos/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-creds-dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds-dev/README.md -------------------------------------------------------------------------------- /templates/sag-cc-creds-dev/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds-dev/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-creds-dev/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds-dev/test.xml -------------------------------------------------------------------------------- /templates/sag-cc-creds-ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds-ssh/README.md -------------------------------------------------------------------------------- /templates/sag-cc-creds-ssh/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds-ssh/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-creds-ssh/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds-ssh/test.xml -------------------------------------------------------------------------------- /templates/sag-cc-creds/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds/README.md -------------------------------------------------------------------------------- /templates/sag-cc-creds/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-creds/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-layer-defs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-layer-defs/README.md -------------------------------------------------------------------------------- /templates/sag-cc-layer-defs/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-layer-defs/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-ldap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-ldap/README.md -------------------------------------------------------------------------------- /templates/sag-cc-ldap/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-ldap/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-mirrors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-mirrors/README.md -------------------------------------------------------------------------------- /templates/sag-cc-mirrors/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-mirrors/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-repo-custom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repo-custom/README.md -------------------------------------------------------------------------------- /templates/sag-cc-repo-custom/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repo-custom/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-repo-custom/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repo-custom/test.xml -------------------------------------------------------------------------------- /templates/sag-cc-repos-asset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos-asset/README.md -------------------------------------------------------------------------------- /templates/sag-cc-repos-asset/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos-asset/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-repos-dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos-dev/README.md -------------------------------------------------------------------------------- /templates/sag-cc-repos-dev/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos-dev/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-repos-ga/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos-ga/README.md -------------------------------------------------------------------------------- /templates/sag-cc-repos-ga/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos-ga/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-repos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos/README.md -------------------------------------------------------------------------------- /templates/sag-cc-repos/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos/env.properties -------------------------------------------------------------------------------- /templates/sag-cc-repos/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-repos/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-repos/test.xml -------------------------------------------------------------------------------- /templates/sag-cc-secure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-secure/README.md -------------------------------------------------------------------------------- /templates/sag-cc-secure/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-secure/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-tuneup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-tuneup/README.md -------------------------------------------------------------------------------- /templates/sag-cc-tuneup/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-tuneup/template.yaml -------------------------------------------------------------------------------- /templates/sag-cc-tuneup/test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-cc-tuneup/test.xml -------------------------------------------------------------------------------- /templates/sag-db-db2/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-db2/Dockerfile -------------------------------------------------------------------------------- /templates/sag-db-db2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-db2/README.md -------------------------------------------------------------------------------- /templates/sag-db-db2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-db2/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-db2/init_db2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-db2/init_db2.sh -------------------------------------------------------------------------------- /templates/sag-db-db2/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-db2/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-db2/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-db2/test.sh -------------------------------------------------------------------------------- /templates/sag-db-mysql-103/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql-103/README.md -------------------------------------------------------------------------------- /templates/sag-db-mysql-103/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql-103/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-mysql-103/mysql-connector-java-5.1.47.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql-103/mysql-connector-java-5.1.47.jar -------------------------------------------------------------------------------- /templates/sag-db-mysql-103/mysql.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql-103/mysql.cnf -------------------------------------------------------------------------------- /templates/sag-db-mysql-103/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql-103/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-mysql-103/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql-103/test.sh -------------------------------------------------------------------------------- /templates/sag-db-mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql/README.md -------------------------------------------------------------------------------- /templates/sag-db-mysql/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-mysql/mysql-connector-java-5.1.47.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql/mysql-connector-java-5.1.47.jar -------------------------------------------------------------------------------- /templates/sag-db-mysql/mysql.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql/mysql.cnf -------------------------------------------------------------------------------- /templates/sag-db-mysql/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-mysql/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-mysql/test.sh -------------------------------------------------------------------------------- /templates/sag-db-oracle-103-and-lower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle-103-and-lower/README.md -------------------------------------------------------------------------------- /templates/sag-db-oracle-103-and-lower/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle-103-and-lower/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-oracle-103-and-lower/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle-103-and-lower/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-oracle-103-and-lower/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle-103-and-lower/test.sh -------------------------------------------------------------------------------- /templates/sag-db-oracle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle/README.md -------------------------------------------------------------------------------- /templates/sag-db-oracle/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-oracle/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-oracle/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-oracle/test.sh -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-103-and-lower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-103-and-lower/README.md -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-103-and-lower/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-103-and-lower/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-103-and-lower/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-103-and-lower/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-103-and-lower/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-103-and-lower/test.sh -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-is-schemas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-is-schemas/README.md -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-is-schemas/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-is-schemas/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-is-schemas/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-is-schemas/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-sqlserver-is-schemas/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver-is-schemas/test.sh -------------------------------------------------------------------------------- /templates/sag-db-sqlserver/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver/README.md -------------------------------------------------------------------------------- /templates/sag-db-sqlserver/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-db-sqlserver/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver/template.yaml -------------------------------------------------------------------------------- /templates/sag-db-sqlserver/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-db-sqlserver/test.sh -------------------------------------------------------------------------------- /templates/sag-des-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-des-config/README.md -------------------------------------------------------------------------------- /templates/sag-des-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-des-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-des/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-des/README.md -------------------------------------------------------------------------------- /templates/sag-des/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-des/template.yaml -------------------------------------------------------------------------------- /templates/sag-des/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-des/test.sh -------------------------------------------------------------------------------- /templates/sag-designer-applatform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-designer-applatform/README.md -------------------------------------------------------------------------------- /templates/sag-designer-applatform/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-designer-applatform/template.yaml -------------------------------------------------------------------------------- /templates/sag-designer-cloudstreams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-designer-cloudstreams/README.md -------------------------------------------------------------------------------- /templates/sag-designer-cloudstreams/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-designer-cloudstreams/template.yaml -------------------------------------------------------------------------------- /templates/sag-designer-services/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-designer-services/README.md -------------------------------------------------------------------------------- /templates/sag-designer-services/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-designer-services/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-broker-attr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-broker-attr/README.md -------------------------------------------------------------------------------- /templates/sag-exx-broker-attr/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-broker-attr/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-broker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-broker/README.md -------------------------------------------------------------------------------- /templates/sag-exx-broker/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-broker/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-c-rpc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-c-rpc-server/README.md -------------------------------------------------------------------------------- /templates/sag-exx-c-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-c-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-csl-rpc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-csl-rpc-server/README.md -------------------------------------------------------------------------------- /templates/sag-exx-csl-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-csl-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-ims-rpc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-ims-rpc-server/README.md -------------------------------------------------------------------------------- /templates/sag-exx-ims-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-ims-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-java-rpc-server-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-java-rpc-server-config/README.md -------------------------------------------------------------------------------- /templates/sag-exx-java-rpc-server-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-java-rpc-server-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-java-rpc-server/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-java-rpc-server/Readme.md -------------------------------------------------------------------------------- /templates/sag-exx-java-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-java-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-mf-broker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-mf-broker/README.md -------------------------------------------------------------------------------- /templates/sag-exx-mf-broker/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-mf-broker/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-mq-rpc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-mq-rpc-server/README.md -------------------------------------------------------------------------------- /templates/sag-exx-mq-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-mq-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-net-rpc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-net-rpc-server/README.md -------------------------------------------------------------------------------- /templates/sag-exx-net-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-net-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-exx-xml-rpc-server/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-xml-rpc-server/Readme.md -------------------------------------------------------------------------------- /templates/sag-exx-xml-rpc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-exx-xml-rpc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-infradc/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-infradc/readme.md -------------------------------------------------------------------------------- /templates/sag-infradc/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-infradc/template.yaml -------------------------------------------------------------------------------- /templates/sag-internaldatastore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-internaldatastore/README.md -------------------------------------------------------------------------------- /templates/sag-internaldatastore/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-internaldatastore/template.yaml -------------------------------------------------------------------------------- /templates/sag-internaldatastore/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-internaldatastore/test.sh -------------------------------------------------------------------------------- /templates/sag-is-activetransfer/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-activetransfer/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-applatform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-applatform/README.md -------------------------------------------------------------------------------- /templates/sag-is-applatform/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-applatform/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-cloudstreams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-cloudstreams/README.md -------------------------------------------------------------------------------- /templates/sag-is-cloudstreams/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-cloudstreams/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-cloudstreams/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-cloudstreams/test.sh -------------------------------------------------------------------------------- /templates/sag-is-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-cluster/README.md -------------------------------------------------------------------------------- /templates/sag-is-cluster/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-cluster/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-cluster/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-cluster/test.sh -------------------------------------------------------------------------------- /templates/sag-is-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-config/README.md -------------------------------------------------------------------------------- /templates/sag-is-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-mft/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-mft/README.md -------------------------------------------------------------------------------- /templates/sag-is-mft/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-mft/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-mft/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-mft/test.sh -------------------------------------------------------------------------------- /templates/sag-is-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-server/README.md -------------------------------------------------------------------------------- /templates/sag-is-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-server/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-server/test.sh -------------------------------------------------------------------------------- /templates/sag-is-stateful-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-stateful-cluster/README.md -------------------------------------------------------------------------------- /templates/sag-is-stateful-cluster/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-stateful-cluster/template.yaml -------------------------------------------------------------------------------- /templates/sag-is-stateful-cluster/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-is-stateful-cluster/test.sh -------------------------------------------------------------------------------- /templates/sag-mft-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mft-config/README.md -------------------------------------------------------------------------------- /templates/sag-mft-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mft-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-mft-config/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mft-config/test.sh -------------------------------------------------------------------------------- /templates/sag-msc-server-103-and-lower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-msc-server-103-and-lower/README.md -------------------------------------------------------------------------------- /templates/sag-msc-server-103-and-lower/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-msc-server-103-and-lower/template.yaml -------------------------------------------------------------------------------- /templates/sag-msc-server-103-and-lower/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-msc-server-103-and-lower/test.sh -------------------------------------------------------------------------------- /templates/sag-msc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-msc-server/README.md -------------------------------------------------------------------------------- /templates/sag-msc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-msc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-msc-server/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-msc-server/test.sh -------------------------------------------------------------------------------- /templates/sag-mws-applatform/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-applatform/README.md -------------------------------------------------------------------------------- /templates/sag-mws-applatform/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-applatform/template.yaml -------------------------------------------------------------------------------- /templates/sag-mws-infradcui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-infradcui/README.md -------------------------------------------------------------------------------- /templates/sag-mws-infradcui/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-infradcui/template.yaml -------------------------------------------------------------------------------- /templates/sag-mws-mftui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-mftui/README.md -------------------------------------------------------------------------------- /templates/sag-mws-mftui/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-mftui/template.yaml -------------------------------------------------------------------------------- /templates/sag-mws-mftui/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-mftui/test.sh -------------------------------------------------------------------------------- /templates/sag-mws-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-server/README.md -------------------------------------------------------------------------------- /templates/sag-mws-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-mws-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-ninja-cluster/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-cluster/template.yaml -------------------------------------------------------------------------------- /templates/sag-ninja-server/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-server/Dockerfile -------------------------------------------------------------------------------- /templates/sag-ninja-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-server/README.md -------------------------------------------------------------------------------- /templates/sag-ninja-server/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-server/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-ninja-server/entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-server/entrypoint.sh -------------------------------------------------------------------------------- /templates/sag-ninja-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-ninja-server/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-ninja-server/test.sh -------------------------------------------------------------------------------- /templates/sag-onedata/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-onedata/template.yaml -------------------------------------------------------------------------------- /templates/sag-optimize-analysis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-optimize-analysis/README.md -------------------------------------------------------------------------------- /templates/sag-optimize-analysis/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-optimize-analysis/template.yaml -------------------------------------------------------------------------------- /templates/sag-optimize-analysis/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-optimize-analysis/test.sh -------------------------------------------------------------------------------- /templates/sag-optimize-wsdc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-optimize-wsdc/README.md -------------------------------------------------------------------------------- /templates/sag-optimize-wsdc/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-optimize-wsdc/template.yaml -------------------------------------------------------------------------------- /templates/sag-optimize-wsdc/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-optimize-wsdc/test.sh -------------------------------------------------------------------------------- /templates/sag-spm-boot-local/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-local/README.md -------------------------------------------------------------------------------- /templates/sag-spm-boot-local/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-local/env.properties -------------------------------------------------------------------------------- /templates/sag-spm-boot-local/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-local/template.yaml -------------------------------------------------------------------------------- /templates/sag-spm-boot-ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-ssh/README.md -------------------------------------------------------------------------------- /templates/sag-spm-boot-ssh/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-ssh/env.properties -------------------------------------------------------------------------------- /templates/sag-spm-boot-ssh/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-ssh/template.yaml -------------------------------------------------------------------------------- /templates/sag-spm-boot-winrm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-winrm/README.md -------------------------------------------------------------------------------- /templates/sag-spm-boot-winrm/push-bootstrap.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-winrm/push-bootstrap.ps1 -------------------------------------------------------------------------------- /templates/sag-spm-boot-winrm/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-boot-winrm/template.yaml -------------------------------------------------------------------------------- /templates/sag-spm-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-config/README.md -------------------------------------------------------------------------------- /templates/sag-spm-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-spm-config/test.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-config/test.properties -------------------------------------------------------------------------------- /templates/sag-spm-config/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-config/test.sh -------------------------------------------------------------------------------- /templates/sag-spm-connect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-connect/README.md -------------------------------------------------------------------------------- /templates/sag-spm-connect/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-connect/docker-compose.yml -------------------------------------------------------------------------------- /templates/sag-spm-connect/env.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-connect/env.properties -------------------------------------------------------------------------------- /templates/sag-spm-connect/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-connect/template.yaml -------------------------------------------------------------------------------- /templates/sag-spm-connect/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-connect/test.sh -------------------------------------------------------------------------------- /templates/sag-spm-proxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-proxy/README.md -------------------------------------------------------------------------------- /templates/sag-spm-proxy/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-spm-proxy/template.yaml -------------------------------------------------------------------------------- /templates/sag-tc-cluster/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-tc-cluster/template.yaml -------------------------------------------------------------------------------- /templates/sag-tc-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-tc-server/README.md -------------------------------------------------------------------------------- /templates/sag-tc-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-tc-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-tc-server/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-tc-server/test.sh -------------------------------------------------------------------------------- /templates/sag-tdb-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-tdb-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-cluster-migrate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-cluster-migrate/README.md -------------------------------------------------------------------------------- /templates/sag-um-cluster-migrate/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-cluster-migrate/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-cluster/README.md -------------------------------------------------------------------------------- /templates/sag-um-cluster/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-cluster/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-cluster/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-cluster/test.sh -------------------------------------------------------------------------------- /templates/sag-um-config-join/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-config-join/README.md -------------------------------------------------------------------------------- /templates/sag-um-config-join/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-config-join/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-config/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-server-migrate/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-server-migrate/README.md -------------------------------------------------------------------------------- /templates/sag-um-server-migrate/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-server-migrate/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-server/README.md -------------------------------------------------------------------------------- /templates/sag-um-server/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-server/template.yaml -------------------------------------------------------------------------------- /templates/sag-um-server/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-um-server/test.sh -------------------------------------------------------------------------------- /templates/sag-update/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ibm-wm-transition/sagdevops-templates/HEAD/templates/sag-update/template.yaml --------------------------------------------------------------------------------