Setting up HotStack resources (project, user, quotas, images)... This will use admin credentials to create shared resources. Images will be downloaded from GitHub releases. ./scripts/post-setup.py --cloud-secret-path ../../cloud-secret.yaml HotsTac(k)os post-setup... [OK] Connected to OpenStack as admin [OK] HotsTac(k)os project and user created [OK] Quotas set for hotstack project [OK] Flavors created (7 new, 0 existing) [OK] Default network created [OK] Provider network created [OK] Router created and connected [OK] Security group rules added for admin (2 new, 0 existing) [OK] Security group rules added for hotstack (2 new, 0 existing) Downloading cirros... Downloading CentOS-Stream-GenericCloud-9... Downloading hotstack-controller... Downloading sushy-tools-blank-image... Downloading ipxe-boot-usb... Downloading ipxe-rescue-uefi... Downloading ipxe-rescue-bios... Downloading nat64-appliance... [OK] Uploaded cirros to Glance [OK] Uploaded CentOS-Stream-GenericCloud-9 to Glance [OK] Uploaded hotstack-controller to Glance [OK] Uploaded sushy-tools-blank-image to Glance [OK] Uploaded ipxe-boot-usb to Glance [OK] Uploaded ipxe-rescue-uefi to Glance [OK] Uploaded ipxe-rescue-bios to Glance [OK] Uploaded nat64-appliance to Glance [OK] Connected to OpenStack as hotstack user [OK] Created application credential 'hotstack-cred' [OK] Created ../../cloud-secret.yaml [OK] Created SSH keypair 'hotstack' from /home/zuul/.ssh/id_ed25519.pub [DONE] Post-setup complete! Cloud configurations: - Admin: --os-cloud hotstack-os-admin - User: --os-cloud hotstack-os SSH keypair 'hotstack' configured for VM access Application credential created and saved to: ../../cloud-secret.yaml You can now run HotsTac(k)os scenarios with this credential Downloaded images cached in: /home/zuul/.cache/hotstack-os/images You can now: - Run smoke test: make smoke-test - Test VM creation: openstack --os-cloud hotstack-os server create --flavor hotstack.small --image cirros --network private test-vm - Create floating IP: openstack --os-cloud hotstack-os floating ip create public - Attach floating IP: openstack --os-cloud hotstack-os server add floating ip - Use with HotsTac(k)os scenarios