|
1 | | -[](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/linting.yml) [](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-e2e.yml) [](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-lxd-provision.yml) [](https://github.com/josecelano/torrust-testing-infra-poc/actions/workflows/test-multipass-provision.yml) |
| 1 | +[](https://github.com/torrust/torrust-tracker-deploy-rust-poc/actions/workflows/linting.yml) [](https://github.com/torrust/torrust-tracker-deploy-rust-poc/actions/workflows/test-e2e.yml) [](https://github.com/torrust/torrust-tracker-deploy-rust-poc/actions/workflows/test-lxd-provision.yml) [](https://github.com/torrust/torrust-tracker-deploy-rust-poc/actions/workflows/test-multipass-provision.yml) |
2 | 2 |
|
3 | | -# Torrust Testing Infrastructure |
| 3 | +# Torrust Tracker Deploy |
4 | 4 |
|
5 | | -This Rust application provides automated testing infrastructure for Torrust projects. It manages VM provisioning and |
| 5 | +This Rust application provides automated deployment infrastructure for Torrust tracker projects. It manages VM provisioning and |
6 | 6 | cloud-init execution using different virtualization approaches, with the goal of finding the best solution for |
7 | 7 | creating VMs that support cloud-init both locally (development) and in CI environments (GitHub Actions). |
8 | 8 |
|
@@ -52,7 +52,7 @@ This repository tests two different virtualization technologies: |
52 | 52 |
|
53 | 53 | ### Prerequisites |
54 | 54 |
|
55 | | -This is a Rust application that automates testing infrastructure deployment using OpenTofu and Ansible. |
| 55 | +This is a Rust application that automates deployment infrastructure using OpenTofu and Ansible. |
56 | 56 |
|
57 | 57 | Install the required tools: |
58 | 58 |
|
@@ -94,7 +94,7 @@ cargo run |
94 | 94 |
|
95 | 95 | # Or install and run directly |
96 | 96 | cargo install --path . |
97 | | -torrust-testing-infra |
| 97 | +torrust-tracker-deploy |
98 | 98 | ``` |
99 | 99 |
|
100 | 100 | #### Development Tasks |
@@ -226,7 +226,7 @@ The repository includes comprehensive GitHub Actions workflows for CI testing: |
226 | 226 | - [x] Docker installation playbook |
227 | 227 | - [x] Docker Compose installation playbook |
228 | 228 | - [x] Automated testing workflows |
229 | | -- [x] End-to-End (E2E) testing infrastructure and workflows |
| 229 | +- [x] End-to-End (E2E) deployment infrastructure and workflows |
230 | 230 |
|
231 | 231 | ### 🔄 In Progress |
232 | 232 |
|
|
0 commit comments