Files
inecs 6033967e6a 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.
2026-07-18 04:26:48 +03:00

31 lines
841 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
**Language / Язык:** [English](../../examples/pulumi.md) | [Русский](pulumi.md)
# Pulumi (pulumi_openstack)
## Cookbook (один stack)
[`examples/pulumi/`](../../../examples/pulumi/) — `pulumi_openstack` Instance,
Network, Subnet.
```bash
make up && make seed-demo
cd examples/pulumi
pulumi stack init dev --secrets-provider passphrase
export PULUMI_CONFIG_PASSPHRASE=lab
pulumi up
pulumi destroy
```
## Лаборатория покрытия (`pulumi-tests`)
[`pulumi-tests/`](../../../pulumi-tests/) — стеки `pulumi_openstack` на каждую
серию, проверка непустых export'ов, затем HTTP-probe pack-операций с
непустыми телами.
```bash
make pulumi-tests
open pulumi-tests/reports/pulumi-report.html
```
См. [hypervisor-lab.md](../hypervisor-lab.md).