Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom platform implementation #293

Merged
merged 10 commits into from
Jul 30, 2024

Conversation

gregorzavodnik
Copy link
Contributor

Allows to select a custom platform when creating a new foundation

Copy link
Member

@malhussan malhussan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @gregorzavodnik!

One thing to note, is that for a custom platform, at least as a V1, I recommend not adding any CLI setup.

return {
id,
name,
custom: "type",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be the other way around (type: "custom")

Comment on lines 46 to 47
aadTenantId: string;
subscriptionId: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aadTenantId and subscriptionId are Azure references, and should be adapted

"collie": {
"$ref": "#/definitions/CollieConfig"
},
"azure": {}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"azure" does not belong under custom

Copy link
Member

@malhussan malhussan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! 🚀

@malhussan malhussan added this pull request to the merge queue Jul 30, 2024
Merged via the queue into meshcloud:main with commit df4f6b4 Jul 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants