This repository was archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
[Deployments] Update service link configs for K8s yaml #675
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b51e26f
hard code jaeger.udp-sender info
yanmo96 5b8230d
Update ignite_alcor.yaml
yanmo96 4ae7c13
Update dpm_manager.yaml
yanmo96 4b59a3e
Update vpc_manager.yaml
yanmo96 e43c3bd
Merge branch 'futurewei-cloud:master' into jaeger.udp-sender
yanmo96 2defa7a
change jaeger.udp-sender.host to localhost
yanmo96 74ed956
Merge branch 'jaeger.udp-sender' of https://github.com/yanmo96/alcor …
yanmo96 94365fe
change ignite config back, since the master is updated now
yanmo96 73fc622
Fix ignite_alcor.xml, and its url
yanmo96 7e4c67d
Remove empty space
yanmo96 255deb6
remove special char
yanmo96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
112 changes: 56 additions & 56 deletions
112
services/elastic_ip_manager/src/main/resources/application.properties
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,57 +1,57 @@ | ||
| # MIT License | ||
| # Copyright(c) 2020 Futurewei Cloud | ||
| # | ||
| # Permission is hereby granted, | ||
| # free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
| # The above copyright notice and this permission notice shall be included in all copies | ||
| # or | ||
| # substantial portions of the Software. | ||
| # THE SOFTWARE IS PROVIDED "AS IS", | ||
| # WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, | ||
| # DAMAGES OR OTHER | ||
| # LIABILITY, | ||
| # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| # SOFTWARE. | ||
| server.port=9011 | ||
| #####Microservice url configuration###### | ||
| microservices.port.service.url=http://localhost:9006 | ||
| #####Ignite configuration###### | ||
| ignite.host=localhost | ||
| ignite.port=10800 | ||
| ignite.thin.client.enable=true | ||
| #ignite.key-store-path=keystore.jks | ||
| #ignite.key-store-password=123456 | ||
| #ignite.trust-store-path=truststore.jks | ||
| #ignite.trust-store-password=123456 | ||
| #####Redis configuration##### | ||
| #spring.redis.host=localhost | ||
| #spring.redis.port=6380 | ||
| #apache.kafka.address=172.17.0.1:9092 | ||
| #####Logging configuration##### | ||
| #logging.file.path=./ | ||
| #logging.file.name=elastic-ip-manager.log | ||
| #logging.level.root=INFO | ||
| #####Spring health##### | ||
| management.health.redis.enabled=false | ||
| #####Rbac##### | ||
| rbac.policy.type=Enforced | ||
| ##### Jaeger #### | ||
| opentracing.jaeger.udp-sender.host=localhost | ||
| opentracing.jaeger.udp-sender.port=6831 | ||
| opentracing.jaeger.const-sampler.decision=true | ||
| opentracing.jaeger.enabled=true | ||
| opentracing.jaeger.log-spans=true | ||
| opentracing.jaeger.enable-w3c-propagation=true | ||
| opentracing.jaeger.enable-b3-propagation=true | ||
| # MIT License | ||
| # Copyright(c) 2020 Futurewei Cloud | ||
| # | ||
| # Permission is hereby granted, | ||
| # free of charge, to any person obtaining a copy of this software and associated documentation files(the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and / or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
| # The above copyright notice and this permission notice shall be included in all copies | ||
| # or | ||
| # substantial portions of the Software. | ||
| # THE SOFTWARE IS PROVIDED "AS IS", | ||
| # WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, | ||
| # DAMAGES OR OTHER | ||
| # LIABILITY, | ||
| # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| # SOFTWARE. | ||
|
|
||
| server.port=9011 | ||
|
|
||
| #####Microservice url configuration###### | ||
| microservices.port.service.url=http://localhost:9006 | ||
|
|
||
| #####Ignite configuration###### | ||
| ignite.host=localhost | ||
| ignite.port=10800 | ||
| ignite.thin.client.enable=true | ||
| #ignite.key-store-path=keystore.jks | ||
| #ignite.key-store-password=123456 | ||
| #ignite.trust-store-path=truststore.jks | ||
| #ignite.trust-store-password=123456 | ||
|
|
||
| #####Redis configuration##### | ||
| #spring.redis.host=localhost | ||
| #spring.redis.port=6380 | ||
| #apache.kafka.address=172.17.0.1:9092 | ||
|
|
||
| #####Logging configuration##### | ||
| #logging.file.path=./ | ||
| #logging.file.name=elastic-ip-manager.log | ||
| #logging.level.root=INFO | ||
|
|
||
| #####Spring health##### | ||
| management.health.redis.enabled=false | ||
|
|
||
| #####Rbac##### | ||
| rbac.policy.type=Enforced | ||
|
|
||
| ##### Jaeger #### | ||
| opentracing.jaeger.udp-sender.host=localhost | ||
| opentracing.jaeger.udp-sender.port=6831 | ||
| opentracing.jaeger.const-sampler.decision=true | ||
| opentracing.jaeger.enabled=true | ||
| opentracing.jaeger.log-spans=true | ||
| opentracing.jaeger.enable-w3c-propagation=true | ||
| opentracing.jaeger.enable-b3-propagation=true | ||
| opentracing.jaeger.service-name=alcor-eip |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.