-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description 1. Remove Legacy Routing. Update tests as necessary 2. Add global location, address to manifests. Include them in ucp images. ## Type of change - This pull request adds or changes features of Radius and has an approved issue (#6688 ). Part of: #6688 ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: - [ ] An overview of proposed schema changes is included in a linked GitHub issue. - [ ] A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] If applicable, design document has been reviewed and approved by Radius maintainers/approvers. - [ ] A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. --------- Signed-off-by: lakshmimsft <[email protected]>
- Loading branch information
1 parent
f81b546
commit 65ecc2f
Showing
35 changed files
with
512 additions
and
328 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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
17 changes: 10 additions & 7 deletions
17
...built-in-providers/applications_core.yaml → ...t-in-providers/dev/applications_core.yaml
This file contains 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,37 +1,40 @@ | ||
name: Applications.Core | ||
location: | ||
global: | ||
"http://localhost:8080" | ||
types: | ||
containers: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
applications: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
environments: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
gateways: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
secretStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
extenders: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
volumes: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] |
11 changes: 7 additions & 4 deletions
11
...built-in-providers/applications_dapr.yaml → ...t-in-providers/dev/applications_dapr.yaml
This file contains 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,22 +1,25 @@ | ||
name: Applications.Dapr | ||
location: | ||
global: | ||
"http://localhost:8080" | ||
types: | ||
configurationStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
pubSubBrokers: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
secretStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
stateStores: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
9 changes: 6 additions & 3 deletions
9
...in-providers/applications_datastores.yaml → ...roviders/dev/applications_datastores.yaml
This file contains 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,17 +1,20 @@ | ||
name: Applications.Datastores | ||
location: | ||
global: | ||
"http://localhost:8080" | ||
types: | ||
mongoDatabases: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
sqlDatabases: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
redisCaches: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
5 changes: 4 additions & 1 deletion
5
...-in-providers/applications_messaging.yaml → ...providers/dev/applications_messaging.yaml
This file contains 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,7 +1,10 @@ | ||
name: Applications.Messaging | ||
location: | ||
global: | ||
"http://localhost:8080" | ||
types: | ||
rabbitMQQueues: | ||
apiVersions: | ||
"2025-01-01-preview": | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
12 changes: 12 additions & 0 deletions
12
deploy/manifest/built-in-providers/dev/microsoft_resources.yaml
This file contains 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Microsoft.Resources | ||
location: | ||
global: | ||
"http://localhost:5017" | ||
types: | ||
deployments: | ||
apiVersions: | ||
"2020-10-01": | ||
schema: {} | ||
"2022-09-01": | ||
schema: {} | ||
capabilities: [] |
This file was deleted.
Oops, something went wrong.
40 changes: 40 additions & 0 deletions
40
deploy/manifest/built-in-providers/self-hosted/applications_core.yaml
This file contains 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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: Applications.Core | ||
location: | ||
global: | ||
"http://applications-rp.radius-system:5443" | ||
types: | ||
containers: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
applications: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
environments: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
gateways: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
secretStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] | ||
extenders: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
volumes: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: [] |
25 changes: 25 additions & 0 deletions
25
deploy/manifest/built-in-providers/self-hosted/applications_dapr.yaml
This file contains 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Applications.Dapr | ||
location: | ||
global: | ||
"http://applications-rp.radius-system:5443" | ||
types: | ||
configurationStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
pubSubBrokers: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
secretStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
stateStores: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
20 changes: 20 additions & 0 deletions
20
deploy/manifest/built-in-providers/self-hosted/applications_datastores.yaml
This file contains 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Applications.Datastores | ||
location: | ||
global: | ||
"http://applications-rp.radius-system:5443" | ||
types: | ||
mongoDatabases: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
sqlDatabases: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] | ||
redisCaches: | ||
apiVersions: | ||
"2023-10-01-preview": | ||
schema: {} | ||
capabilities: ["SupportsRecipes"] |
Oops, something went wrong.