Skip to content

Commit

Permalink
openstack: boot the test instance from a volume (#209)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Dec 6, 2023
1 parent 3ae88cd commit 94cdceb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion environments/openstack/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,17 @@
state: present
name: test
image: "Cirros 0.6.0"
flavor: "SCS-1L-1-5"
flavor: "SCS-1L-1"
delete_fip: true
key_name: test
security_groups:
- icmp
- ssh
nics:
- port-name: test-port
boot_from_volume: true
terminate_volume: true
volume_size: 1
tags:
- test-server

Expand Down

0 comments on commit 94cdceb

Please sign in to comment.