Switch to CloudBees storage accounts for our images

This commit is contained in:
R. Tyler Croy 2017-11-29 20:17:19 -08:00
parent caef7a9d98
commit 93b4d57e8a
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"tenant_id" : "{{user `azure_tenant_id`}}",
"resource_group_name": "azureagents-for-codevalet",
"storage_account": "codevaletvhds",
"storage_account": "codevaletimages",
"capture_container_name": "images",
"capture_name_prefix": "packer",
@ -20,8 +20,8 @@
"image_offer": "UbuntuServer",
"image_sku": "16.04-LTS",
"location": "East US 2",
"vm_size": "Standard_A4"
"location": "West US",
"vm_size": "Standard_DS2_v2"
}
],
"provisioners" : [

View File

@ -10,4 +10,4 @@ executors: 1
retention: 10
initscript: 'usermod -aG docker azureuser'
image:
vhd: 'https://codevaletvhds.blob.core.windows.net/system/Microsoft.Compute/Images/images/packer-osDisk.1988366a-5fa8-43de-8af1-f33158e2f352.vhd'
vhd: 'https://codevaletimages.blob.core.windows.net/system/Microsoft.Compute/Images/images/packer-osDisk.2de4e280-0085-4f4c-876f-10a58dddefd7.vhd'