aboutsummaryrefslogtreecommitdiffstats
path: root/it/packer/sonar-scanner-cli-qa.json
diff options
context:
space:
mode:
Diffstat (limited to 'it/packer/sonar-scanner-cli-qa.json')
-rw-r--r--it/packer/sonar-scanner-cli-qa.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/it/packer/sonar-scanner-cli-qa.json b/it/packer/sonar-scanner-cli-qa.json
deleted file mode 100644
index 215ee90..0000000
--- a/it/packer/sonar-scanner-cli-qa.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "builders": [
- {
- "type": "googlecompute",
- "project_id": "sonarqube-team",
- "source_image": "windows-server-1809-dc-core-v20200813",
- "image_name": "sonar-scanner-cli-qa",
- "disk_size": "50",
- "machine_type": "n1-standard-1",
- "communicator": "winrm",
- "winrm_username": "packer_user",
- "winrm_insecure": true,
- "winrm_use_ssl": true,
- "metadata": {
- "windows-startup-script-cmd": "winrm quickconfig -quiet & net user /add packer_user & net localgroup administrators packer_user /add & winrm set winrm/config/service/auth @{Basic=\"true\"}"
- },
- "zone": "us-central1-a",
- "tags": ["packer"]
- }
- ],
- "provisioners": [
- {
- "type": "powershell",
- "scripts": [
- "{{template_dir}}/setup.ps1"
- ]
- }
- ]
-}