copr: be-dev: fix volume id in inventory
This must have been changed in history ... and because of this the initial run of playbook against freshly spawned VM failed.
This commit is contained in:
parent
004fab89c9
commit
9b332259de
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ root_auth_users: msuchy pingou frostyx dturecek praiskup
|
|||
description: copr dispatcher and repo server - dev instance
|
||||
tcp_ports: ['22', '80', '443', '2003', '4001']
|
||||
# volumes: copr-be-dev-data
|
||||
volumes: [ {volume_id: '98372b76-b82c-4a03-9708-17af7d01e1e2', device: '/dev/vdc'} ]
|
||||
volumes: [ {volume_id: '09c74876-d691-487e-a54b-070b08e87719', device: '/dev/vdc'} ]
|
||||
|
||||
inventory_tenant: persistent
|
||||
# name of machine in OpenStack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue