Initial commit: stateful OpenStack API laboratory simulator.

Ship Keystone auth, multi-service handlers (Yoga→Dalmatian), Compose/Helm
packaging, API contract packs, and pytest/Pulumi coverage labs.
This commit is contained in:
2026-07-18 04:26:48 +03:00
commit 6033967e6a
509 changed files with 464404 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
**Language / Язык:** [English](../../examples/terraform.md) | [Русский](terraform.md)
# Terraform (openstack provider)
## Cookbook (один stack)
[`examples/terraform/main.tf`](../../../examples/terraform/main.tf) —
**`terraform-provider-openstack/openstack`**.
```bash
make up && make seed-demo
cd examples/terraform
terraform init
terraform apply
terraform destroy
```
По умолчанию: `auth_url = http://127.0.0.1:5000/v3`, `admin` / `secret`, проект `demo`.
Интеграционное покрытие API — в [`pulumi-tests/`](../../../pulumi-tests/)
(Pulumi / `pulumi_openstack`). См. [hypervisor-lab.md](../hypervisor-lab.md).