This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from connexion import FlaskApp | |
| def sayHello(name: str): | |
| return "Hello, " + name | |
| app = FlaskApp(__name__) | |
| app.add_api("openapi.yaml") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020/05/10 21:04:25 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "rcat" "bck:/mysqlha-backup/rclone-current-linux-amd64.zip" "-vv"] | |
| 2020/05/10 21:04:25 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults | |
| 2020/05/10 21:04:25 DEBUG : Azure container mysqlha-backup: Target remote doesn't support streaming uploads, creating temporary local FS to spool file | |
| 2020/05/10 21:04:25 DEBUG : rclone-current-linux-amd64.zip: Size and modification time the same (differ by 0s, within tolerance 1ns) | |
| 2020/05/10 21:04:25 ERROR : rclone-current-linux-amd64.zip: Failed to copy: -> github.com/rclone/rclone/vendor/github.com/Azure/azure-storage-blob-go/azblob.newStorageError, /home/runner/work/rclone/src/github.com/rclone/rclone/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_storage_error.go:42 | |
| ===== RESPONSE ERROR (ServiceCode=AuthorizationFailure) ===== | |
| Description=This request is not authorized to perform this operation. | |
| RequestId:2377b81b-701e-0007-6d0e-272d34000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020/05/10 21:04:25 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "rcat" "bck:/mysqlha-backup/rclone-current-linux-amd64.zip" "-vv"] | |
| 2020/05/10 21:04:25 NOTICE: Config file "/root/.config/rclone/rclone.conf" not found - using defaults | |
| 2020/05/10 21:04:25 DEBUG : Azure container mysqlha-backup: Target remote doesn't support streaming uploads, creating temporary local FS to spool file | |
| 2020/05/10 21:04:25 DEBUG : rclone-current-linux-amd64.zip: Size and modification time the same (differ by 0s, within tolerance 1ns) | |
| 2020/05/10 21:04:25 ERROR : rclone-current-linux-amd64.zip: Failed to copy: -> github.com/rclone/rclone/vendor/github.com/Azure/azure-storage-blob-go/azblob.newStorageError, /home/runner/work/rclone/src/github.com/rclone/rclone/vendor/github.com/Azure/azure-storage-blob-go/azblob/zc_storage_error.go:42 | |
| ===== RESPONSE ERROR (ServiceCode=AuthorizationFailure) ===== | |
| Description=This request is not authorized to perform this operation. | |
| RequestId:2377b81b-701e-0007-6d0e-272d34000000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ========================================================================= | |
| Gravitee.IO Standalone Runtime Bootstrap Environment | |
| GRAVITEE_HOME: /opt/graviteeio-gateway | |
| GRAVITEE_OPTS: | |
| JAVA: /usr/lib/jvm/java-1.8-openjdk/jre/bin/java |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| level=info ts=2020-03-30T15:33:36.818110768Z caller=loki.go:149 msg=initialising module=server | |
| level=info ts=2020-03-30T15:33:36.818300581Z caller=server.go:121 http=[::]:3100 grpc=[::]:9095 msg="server listening on addresses" | |
| level=info ts=2020-03-30T15:33:36.818767215Z caller=loki.go:149 msg=initialising module=overrides | |
| level=info ts=2020-03-30T15:33:36.818792617Z caller=override.go:53 msg="per-tenant overrides disabled" | |
| level=info ts=2020-03-30T15:33:36.818806018Z caller=loki.go:149 msg=initialising module=table-manager | |
| level=info ts=2020-03-30T15:33:38.325953914Z caller=loki.go:149 msg=initialising module=store | |
| level=debug ts=2020-03-30T15:33:38.32603612Z caller=schema_config.go:443 msg="Expected Table" tableName=index_2442 provisionedRead=300 provisionedWrite=1 useOnDemandMode=false | |
| level=debug ts=2020-03-30T15:33:38.326163629Z caller=schema_config.go:443 msg="Expected Table" tableName=index_2443 provisionedRead=300 provisionedWrite=1 useOnDemandMode=false | |
| level=debug ts=2020-03-30T15:33:38.32617673Z ca |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ingesters: < | |
| key: "loki-stack-0" | |
| value: < | |
| addr: "10.95.6.126:9095" | |
| timestamp: 1585519105 | |
| tokens: 66297635 | |
| tokens: 161994005 | |
| tokens: 168663178 | |
| tokens: 175983857 | |
| tokens: 189993437 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| image: | |
| registry: docker.io | |
| repository: bitnami/cassandra | |
| ## Bitnami Cassandra image tag | |
| ## ref: https://github.com/bitnami/bitnami-docker-cassandra#supported-tags-and-respective-dockerfile-links | |
| ## | |
| tag: 3.11.6-debian-10-r35 | |
| ## Specify a imagePullPolicy | |
| ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' | |
| ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "packages": [ | |
| { | |
| "maintainer": "ESP8266 Community", | |
| "help": { | |
| "online": "http://esp8266.com/arduino" | |
| }, | |
| "websiteURL": "https://github.com/esp8266/Arduino", | |
| "platforms": [ | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*M/////////////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. | |
| // | |
| // By downloading, copying, installing or using the software you agree to this license. | |
| // If you do not agree to this license, do not download, install, | |
| // copy or use the software. | |
| // | |
| // | |
| // License Agreement |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*M/////////////////////////////////////////////////////////////////////////////////////// | |
| // | |
| // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. | |
| // | |
| // By downloading, copying, installing or using the software you agree to this license. | |
| // If you do not agree to this license, do not download, install, | |
| // copy or use the software. | |
| // | |
| // | |
| // License Agreement |