This file contains hidden or 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
2021/09/21 07:39:34 [INFO] (telemetry) Starting provisioner powershell | |
==> oracle-oci: Provisioning with Powershell... | |
2021/09/21 07:39:34 packer-provisioner-powershell plugin: Found command: & C:\Windows\Panther\Generalize.cmd | |
2021/09/21 07:39:34 packer-provisioner-powershell plugin: Found command: while($true) { $imageState = Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State | Select ImageState; if($imageState.ImageState -ne 'IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE') { Write-Output $imageState.ImageState; Start-Sleep -s 10 } else { break } } | |
==> oracle-oci: Provisioning with powershell script: /tmp/powershell-provisioner557910254 | |
2021/09/21 07:39:34 packer-provisioner-powershell plugin: Opening /tmp/powershell-provisioner557910254 for reading | |
2021/09/21 07:39:34 packer-provisioner-powershell plugin: Uploading env vars to c:/Windows/Temp/packer-ps-env-vars-61498a73-f1d0-2cad-3480-cb143477bb4c.ps1 | |
2021/09/21 07:39:34 packer-provisioner-powershell plugin: [INFO] 76 bytes written for ' |
This file contains hidden or 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
{ | |
"variables": { | |
"user_ocid":"{{env `user_ocid`}}", | |
"tenancy_ocid": "{{env `tenancy_ocid`}}", | |
"fingerprint":"{{env `fingerprint`}}", | |
"private_key_path":"{{env `private_key_path`}}", | |
"private_key_password":"{{env `TF_VAR_private_key_password`}}", | |
"availability_domain": "uwhB:EU-FRANKFURT-1-AD-1", | |
"region": "eu-frankfurt-1", | |
"base_image_ocid": "ocid1.image.oc1.eu-frankfurt-1.redacted", |
This file contains hidden or 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
<Query Kind="Program"> | |
<Reference><RuntimeDirectory>\System.ServiceModel.dll</Reference> | |
<Namespace>System.ServiceModel</Namespace> | |
</Query> | |
void Main() | |
{ | |
CallService(); | |
} |
This file contains hidden or 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
<Query Kind="Program"> | |
<Reference><RuntimeDirectory>\Microsoft.CSharp.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.InteropServices.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.InteropServices.WindowsRuntime.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.Serialization.dll</Reference> | |
<Reference><RuntimeDirectory>\System.ServiceModel.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Web.dll</Reference> | |
<NuGetReference>Castle.WcfIntegrationFacility</NuGetReference> | |
<NuGetReference>CodingArchitect.Utilities</NuGetReference> | |
<NuGetReference>Microsoft.Web.Administration</NuGetReference> |
This file contains hidden or 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
<Query Kind="Program"> | |
<Reference><RuntimeDirectory>\Microsoft.CSharp.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.InteropServices.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.InteropServices.WindowsRuntime.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.Serialization.dll</Reference> | |
<Reference><RuntimeDirectory>\System.ServiceModel.dll</Reference> | |
<NuGetReference>Microsoft.Web.Administration</NuGetReference> | |
<NuGetReference>NUnitLite</NuGetReference> | |
<NuGetReference>CodingArchitect.Utilities</NuGetReference> | |
<Namespace>Microsoft.CSharp</Namespace> |
This file contains hidden or 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
<Query Kind="Program"> | |
<Reference><RuntimeDirectory>\Microsoft.CSharp.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.InteropServices.dll</Reference> | |
<Reference><RuntimeDirectory>\System.Runtime.InteropServices.WindowsRuntime.dll</Reference> | |
<NuGetReference>CodingArchitect.Utilities</NuGetReference> | |
<NuGetReference>Microsoft.Web.Administration</NuGetReference> | |
<NuGetReference>NHibernate</NuGetReference> | |
<NuGetReference>NUnitLite</NuGetReference> | |
<NuGetReference>SqlLocalDb</NuGetReference> | |
<Namespace>CodingArchitect.Utilities.AppDomain</Namespace> |
NewerOlder