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

750 B

Language / Язык: English | Русский

Ansible (openstack.cloud)

Cookbook (single stack)

examples/ansible/playbook.yml uses ansible.builtin.uri against Keystone/Nova/Neutron/Glance — no Galaxy collections required. Good for a minimal “create server + metadata + cleanup” walkthrough.

make up && make seed-demo
cd examples/ansible
ansible-playbook -i inventory.ini playbook.yml

Auth: http://127.0.0.1:5000/v3, user admin, password secret, project demo.

API coverage integration suites now live under pulumi-tests/ (Pulumi / pulumi_openstack). See hypervisor-lab.md.