Merged
Conversation
Terraform Plan Summary (
|
| Action | Count |
|---|---|
| ➕ Create | 2 |
| 🔁 Update | 0 |
| ❌ Destroy | 1 |
Workspace: lab | Deployment: terraform/deployments/lab
Terraform Plan Summary (
|
| Action | Count |
|---|---|
| ➕ Create | 2 |
| 🔁 Update | 0 |
| ❌ Destroy | 2 |
Workspace: lab | Deployment: terraform/deployments/lab
Terraform Plan Summary (
|
| Action | Count |
|---|---|
| ➕ Create | 2 |
| 🔁 Update | 0 |
| ❌ Destroy | 2 |
Workspace: lab | Deployment: terraform/deployments/lab
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds automated provisioning for a new "OpenClaw Gateway" VM to the Terraform deployment. It introduces a new configuration object, supporting variables, and a cloud-init template to fully automate the build and setup of the OpenClaw service, including systemd integration and required packages.
OpenClaw Gateway VM provisioning:
openclawconfiguration object toterraform.tfvarsand defined its schema invariables.tf, enabling customization of VM specs such as CPU, memory, disk, network, and admin user. [1] [2]setup-openclaw.yaml.tftpl) to automate OS configuration, package installation, OpenClaw repository cloning, dependency setup, and systemd service creation for the gateway.proxmox_virtual_environment_fileresource for the OpenClaw cloud-init config and a new module instance to deploy the VM using the defined settings and template.# Pull requestDescription
Provide a summary of the changes and the motivation.
Closes: (if applicable) #ISSUE_NUMBER
Type of change
How has this been tested?
Describe the test plan and which environments were used.
Checklist
Additional notes
Anything else the reviewers should know.