Skip to content

Commit 1dc42ec

Browse files
authored
rename terraform-boot project to terra-boot (#472)
1 parent f8883f0 commit 1dc42ec

6 files changed

+25
-25
lines changed

docs/architecture.mdx

+9-9
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ It's a spring-boot application that bundles all the modules mentioned above into
2929

3030
The xpanse runtime also needs other systems for it to fully function in a production setup.
3131

32-
| Component | Description |
33-
| -------------- | ------------------------------------ |
34-
| Database | RDBMS based persistence layer |
35-
| terraform-boot | Asynchronous Terraform deployer |
36-
| tofu-maker | Asynchronous OpenTofu deployer |
37-
| policy-man | OPA based policy validation engine |
38-
| zitadel | Authentication and authorization |
39-
| UI | ReactJS based user interface |
40-
| Redis Cache | Used for all caching functionalities |
32+
| Component | Description |
33+
| ----------- | ------------------------------------ |
34+
| Database | RDBMS based persistence layer |
35+
| terra-boot | Asynchronous Terraform deployer |
36+
| tofu-maker | Asynchronous OpenTofu deployer |
37+
| policy-man | OPA based policy validation engine |
38+
| zitadel | Authentication and authorization |
39+
| UI | ReactJS based user interface |
40+
| Redis Cache | Used for all caching functionalities |
4141

4242
![xpanse-stack](../static/img/xpanse-stack-components.excalidraw.png)

docs/developer-setup.mdx

+12-12
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ More information about this can be found <Link name='here' url='./spring-profile
5151
For regular development activities, xpanse needs some predefined applications from its stack based on the use case.
5252
But in most cases, the dependencies are kept as minimal as possible.
5353

54-
| Component | Mandatory | Default |
55-
| -------------- | --------- | ----------------------------------- |
56-
| Database | No | H2 Database |
57-
| terraform-boot | No | terraform-local |
58-
| tofu-maker | No | opentofu-local |
59-
| policy-man | No | Necessary only for testing policies |
60-
| zitadel | No | We can also use 'noauth' mode |
61-
| UI | No | We can test APIs directly |
62-
| Redis Cache | No | Caffeine Cache |
54+
| Component | Mandatory | Default |
55+
| ----------- | --------- | ----------------------------------- |
56+
| Database | No | H2 Database |
57+
| terra-boot | No | terraform-local |
58+
| tofu-maker | No | opentofu-local |
59+
| policy-man | No | Necessary only for testing policies |
60+
| zitadel | No | We can also use 'noauth' mode |
61+
| UI | No | We can test APIs directly |
62+
| Redis Cache | No | Caffeine Cache |
6363

6464
To set up the above-mentioned components, we can either use a master docker-compose configuration
6565
which will start all components with default configuration.
@@ -108,7 +108,7 @@ the below steps can be used to install the necessary deployers for local develop
108108

109109
:::info Deployer Development
110110
These steps are necessary for development activities in the main xpanse application as well as
111-
deployer applications such as **terraform-boot** or **tofu-maker**.
111+
deployer applications such as **terra-boot** or **tofu-maker**.
112112
:::
113113

114114
#### Auto Installation
@@ -118,14 +118,14 @@ If you have an active and stable connection, then there is nothing to be done in
118118

119119
#### Using Docker Images
120120

121-
If you wish to use remote deployers such as **terraform-boot** or **tofu-maker**
121+
If you wish to use remote deployers such as **terra-boot** or **tofu-maker**
122122
then you can pull the latest docker containers and configure the xpanse runtime to use it.
123123

124124
In this case, the images already contain the default supported Terraform and OpenTofu versions respectively and
125125
additionally can install new versions on demand.
126126

127127
```shell
128-
docker run -p 9090:9090 -d --name terraform-boot --add-host=host.docker.internal:host-gateway ghcr.io/eclipse-xpanse/terraform-boot:latest
128+
docker run -p 9090:9090 -d --name terra-boot --add-host=host.docker.internal:host-gateway ghcr.io/eclipse-xpanse/terra-boot:latest
129129
docker run -p 9092:9092 -d --name tofu-maker --add-host=host.docker.internal:host-gateway ghcr.io/eclipse-xpanse/tofu-maker:latest
130130
```
131131

docs/observability.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ must then be configured in the data producing systems for forwarding the generat
4242
### Components Generating Observability Data
4343

4444
- xpanse - activated using spring profile `opentelemetry`
45-
- terraform-boot - activated using spring profile `opentelemetry`
45+
- terra-boot - activated using spring profile `opentelemetry`
4646
- policy-man - activated by starting OpenTelemetry's instrumentation process together with policy-man
4747
- zitadel - enabled by default
4848

docs/service-deployment.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ contains all required software pre-installed.
9292

9393
### Terraform Boot
9494

95-
To offload the service deployment tasks from the xpanse's main runtime engine, we created a project called <Link name={'terraform-boot'} url={'https://github.com/eclipse-xpanse/terraform-boot'}/>.
95+
To offload the service deployment tasks from the xpanse's main runtime engine, we created a project called <Link name={'terra-boot'} url={'https://github.com/eclipse-xpanse/terra-boot'}/>.
9696
We used this application for all our Terraform related tasks.
9797

9898
## OpenTofu

docs/spring-profiles.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Each profile either enables a certain functionality or provides some default con
1919
| zitadel-testbed | Yes | to use test instance of Zitadel. |
2020
| zitadel-local | Yes | to use local instance of Zitadel. |
2121
| tofu-maker | No | to use remote instance of OpenTofu for deployment. |
22-
| terraform-boot | No | to use remote instance of Terraform for deployment. |
22+
| terra-boot | No | to use remote instance of Terraform for deployment. |
2323
| local-docker-stack | Yes | to be used when local docker containers of all xpanse components. |
2424
| dev | Yes | to be used in all local development environments. |
2525
| opentelemetry | No | to enable OTEL instrumentation and forwarding. |

docs/webhooks.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_position: 11
55
# Webhooks
66

77
xpanse exposes webhooks for other systems to update the status of tasks.
8-
Currently, this is used for getting updates from deployment systems such as terraform-boot and tofu-maker.
8+
Currently, this is used for getting updates from deployment systems such as terra-boot and tofu-maker.
99

1010
## Security
1111

0 commit comments

Comments
 (0)