From dc0aab681477d399994526e29f3e73a854a97429 Mon Sep 17 00:00:00 2001 From: Matt Allford Date: Thu, 21 May 2026 17:21:00 +1000 Subject: [PATCH] remove deploy-instance directory for ocl as it is no longer required --- .../deploy-instance/deployment_process.ocl | 26 ------------- .../deploy-instance/deployment_settings.ocl | 13 ------- .../runbooks/deprovision-infrastructure.ocl | 37 ------------------- .../runbooks/provision-infrastructure.ocl | 33 ----------------- .octopus/deploy-instance/schema_version.ocl | 1 - .octopus/deploy-instance/variables.ocl | 7 ---- 6 files changed, 117 deletions(-) delete mode 100644 .octopus/deploy-instance/deployment_process.ocl delete mode 100644 .octopus/deploy-instance/deployment_settings.ocl delete mode 100644 .octopus/deploy-instance/runbooks/deprovision-infrastructure.ocl delete mode 100644 .octopus/deploy-instance/runbooks/provision-infrastructure.ocl delete mode 100644 .octopus/deploy-instance/schema_version.ocl delete mode 100644 .octopus/deploy-instance/variables.ocl diff --git a/.octopus/deploy-instance/deployment_process.ocl b/.octopus/deploy-instance/deployment_process.ocl deleted file mode 100644 index cfb33b8256..0000000000 --- a/.octopus/deploy-instance/deployment_process.ocl +++ /dev/null @@ -1,26 +0,0 @@ -process_template "run-a-process-template" { - name = "Run a Process Template" - process_template_slug = "deployment-deploy-octopus-microsite" - version_mask = "1.X" - - package_parameter "Microsite Package" { - feed = "octopus-server-built-in" - package_id = "DocsMicrosite" - } - - parameter "Azure Account" { - value = "Microsite.Azure.Account" - } - - parameter "Worker Pool" { - value = "WorkerPools-3114" - } - - parameter "DockerHub Feed" { - value = "Feeds-4847" - } - - parameter "Ephemeral Environment" { - value = "Environments-12022" - } -} \ No newline at end of file diff --git a/.octopus/deploy-instance/deployment_settings.ocl b/.octopus/deploy-instance/deployment_settings.ocl deleted file mode 100644 index 7a33320de8..0000000000 --- a/.octopus/deploy-instance/deployment_settings.ocl +++ /dev/null @@ -1,13 +0,0 @@ -cancel_queued_tasks = true -cancel_running_tasks = true - -connectivity_policy { - allow_deployments_to_no_targets = true -} - -versioning_strategy { - donor_package { - package = "microsite-package" - step = "run-a-process-template-upload-site-to-azure-blob" - } -} \ No newline at end of file diff --git a/.octopus/deploy-instance/runbooks/deprovision-infrastructure.ocl b/.octopus/deploy-instance/runbooks/deprovision-infrastructure.ocl deleted file mode 100644 index 9e1d5f66e8..0000000000 --- a/.octopus/deploy-instance/runbooks/deprovision-infrastructure.ocl +++ /dev/null @@ -1,37 +0,0 @@ -name = "Deprovision Infrastructure" -cancel_queued_tasks = true -cancel_running_tasks = true -default_guided_failure_mode = "EnvironmentDefault" -description = "" - -connectivity_policy { - allow_deployments_to_no_targets = true -} - -run_retention_policy { - type = "Default" -} - -process { - process_template "run-a-process-template" { - name = "Run a Process Template" - process_template_slug = "runbook-deprovision-microsite" - version_mask = "1.X" - - parameter "Azure Account" { - value = "Microsite.Azure.Account" - } - - parameter "Worker Pool" { - value = "WorkerPools-3114" - } - - parameter "DockerHub Feed" { - value = "Feeds-4847" - } - - parameter "Manual Intervention Environment" { - value = "Environments-12021" - } - } -} \ No newline at end of file diff --git a/.octopus/deploy-instance/runbooks/provision-infrastructure.ocl b/.octopus/deploy-instance/runbooks/provision-infrastructure.ocl deleted file mode 100644 index 88c7beda02..0000000000 --- a/.octopus/deploy-instance/runbooks/provision-infrastructure.ocl +++ /dev/null @@ -1,33 +0,0 @@ -name = "Provision Infrastructure" -cancel_queued_tasks = true -cancel_running_tasks = true -default_guided_failure_mode = "EnvironmentDefault" -description = "" - -connectivity_policy { - allow_deployments_to_no_targets = true -} - -run_retention_policy { - type = "Default" -} - -process { - process_template "run-a-process-template" { - name = "Run a Process Template" - process_template_slug = "runbook-provision-microsite" - version_mask = "1.X" - - parameter "Azure Account" { - value = "Microsite.Azure.Account" - } - - parameter "Worker Pool" { - value = "WorkerPools-3114" - } - - parameter "DockerHub Feed" { - value = "Feeds-4847" - } - } -} \ No newline at end of file diff --git a/.octopus/deploy-instance/schema_version.ocl b/.octopus/deploy-instance/schema_version.ocl deleted file mode 100644 index 500586ece7..0000000000 --- a/.octopus/deploy-instance/schema_version.ocl +++ /dev/null @@ -1 +0,0 @@ -version = 10 \ No newline at end of file diff --git a/.octopus/deploy-instance/variables.ocl b/.octopus/deploy-instance/variables.ocl deleted file mode 100644 index c5393abc37..0000000000 --- a/.octopus/deploy-instance/variables.ocl +++ /dev/null @@ -1,7 +0,0 @@ -variable "micrositeprefix" { - value "docs" {} -} - -variable "GitHub.Repository" { - value "OctopusDeploy/Docs" {} -} \ No newline at end of file