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

CromwellOnAzure On AKS #354

Merged
merged 127 commits into from
Sep 16, 2022
Merged

CromwellOnAzure On AKS #354

merged 127 commits into from
Sep 16, 2022

Conversation

jsaun
Copy link
Contributor

@jsaun jsaun commented Mar 7, 2022

Summary of updates:
Features:
AKS
KeyVault to store storage key for blob-csi-driver.
Add PostgresqlSingleServer to support private endpoints.
Refactoring:
Split AKS / VM upgrade paths into separate methods.
Public constants, changed some method signatures to support splitting deployer into multiple files.

src/deploy-cromwell-on-azure/KubernetesManager.cs Outdated Show resolved Hide resolved
src/deploy-cromwell-on-azure/KubernetesManager.cs Outdated Show resolved Hide resolved
src/deploy-cromwell-on-azure/KubernetesManager.cs Outdated Show resolved Hide resolved
src/deploy-cromwell-on-azure/KubernetesManager.cs Outdated Show resolved Hide resolved
src/deploy-cromwell-on-azure/KubernetesManager.cs Outdated Show resolved Hide resolved
docs/coa-aks.md Outdated Show resolved Hide resolved
docs/coa-aks.md Outdated Show resolved Hide resolved
docs/coa-aks.md Outdated Show resolved Hide resolved
docs/coa-aks.md Outdated Show resolved Hide resolved
values.Images["cromwell"] = settings["CromwellImageName"];
}

File.WriteAllText(Path.Join("scripts", "helm", "values.yaml"), KubernetesYaml.Serialize(values));
Copy link
Contributor

Choose a reason for hiding this comment

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

WriteAllTextAsync

Update Helm Values async
@jsaun jsaun merged commit c839a02 into develop Sep 16, 2022
@jsaun jsaun deleted the jsaun/coa-on-aks branch September 16, 2022 04:58
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.

7 participants