javelin-resources: attach a volume to a server
In tempest/javelin2, we want to attach a volume to a server. For that we need to bind the attachment in the resources.yaml. Also, adding another volume to be sure we can create 2 volumes and attach them to 2 differents instances. Prereq for blueprint:javelin2 Change-Id: I71be5c0a2af69706f38f9f3a049d5591d838d8c0 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
dff87873e6
commit
9b1223d0fc
@ -42,6 +42,11 @@ volumes:
|
||||
- name: assegai
|
||||
owner: javelin
|
||||
gb: 1
|
||||
server: peltast
|
||||
- name: pifpouf
|
||||
owner: javelin
|
||||
gb: 2
|
||||
server: hoplite
|
||||
networks:
|
||||
- name: world1
|
||||
owner: javelin
|
||||
|
Loading…
Reference in New Issue
Block a user