Skip to content

Commit

Permalink
feat(infracijenkinsio-agents-1): change os to azurelinux (#723)
Browse files Browse the repository at this point in the history
as per #715 need to change the os
  • Loading branch information
smerle33 authored Jun 12, 2024
1 parent 392a0d1 commit afba48e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infraci.jenkins.io-kubernetes-sponsored-agents.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "linux_x86_64_agents_1_sponsorsh
provider = azurerm.jenkins-sponsorship
name = "lx86n14agt1"
vm_size = "Standard_D8ads_v5" # https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series Standard_D8ads_v5 8vcpu 32Go 300ssd
os_sku = "AzureLinux"
os_disk_type = "Ephemeral"
os_disk_size_gb = 300 # Ref. Cache storage size at https://learn.microsoft.com/en-us/azure/virtual-machines/dasv5-dadsv5-series (depends on the instance size)
orchestrator_version = local.kubernetes_versions["infracijenkinsio_agents_1"]
Expand Down Expand Up @@ -97,6 +98,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "linux_arm64_agents_1_sponsorshi
provider = azurerm.jenkins-sponsorship
name = "la64n14agt1"
vm_size = "Standard_D8pds_v5" # https://learn.microsoft.com/en-us/azure/virtual-machines/dpsv5-dpdsv5-series#dpdsv5-series 8vcpu 32Go 300ssd
os_sku = "AzureLinux"
os_disk_type = "Ephemeral"
os_disk_size_gb = 300 # Ref. Cache storage size at https://learn.microsoft.com/en-us/azure/virtual-machines/dpsv5-dpdsv5-series#dpdsv5-series (depends on the instance size)
orchestrator_version = local.kubernetes_versions["infracijenkinsio_agents_1"]
Expand Down

0 comments on commit afba48e

Please sign in to comment.