Skip to content

Commit

Permalink
openstack: create more test instances (#2497)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 29, 2024
1 parent 5750b20 commit 8231b46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions environments/openstack/playbook-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@
ansible.builtin.command: openstack --os-cloud test network auto allocated topology create
changed_when: true

- name: Create test instance
- name: Create test instances
openstack.cloud.server:
cloud: test
state: present
name: test
name: "{{ item }}"
image: "Cirros 0.6.2"
flavor: "SCS-1L-1-5"
delete_fip: true
Expand All @@ -117,6 +117,12 @@
security_groups:
- icmp
- ssh
loop:
- test
- test-1
- test-2
- test-3
- test-4

- name: Create test volume
openstack.cloud.volume:
Expand Down

0 comments on commit 8231b46

Please sign in to comment.