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
| # Do service discovery lookups against the Consul service catalog. | |
| namers: | |
| - kind: io.l5d.consul | |
| includeTag: false | |
| useHealthCheck: false | |
| - kind: io.l5d.fs | |
| rootDir: /opt/linkerd-0.8.6/disco/ | |
| routers: |
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
| # Do service discovery lookups against the Consul service catalog. | |
| namers: | |
| - kind: io.l5d.consul | |
| includeTag: false | |
| useHealthCheck: false | |
| routers: | |
| - protocol: http | |
| label: /http-consul | |
| identifier: | |
| kind: io.l5d.path |
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
| #!/bin/bash | |
| set -ex | |
| # ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/ | |
| # | |
| # Usage example: /bin/sh ./git_push.sh wing328 swagger-petstore-perl "minor update" | |
| current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
| cn=$1 | |
| out_dir=$2 | |
| key_file=$cn.key.pem |
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
| let payment_id = xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | |
| let submission_id =xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx | |
| result = post payment with payment_id | |
| if result = 409 | |
| log warn payment exists | |
| result = post payment_submission with payment_id, submission_id |
OlderNewer