libravatar: mount volume to /dev/vdc due to swap being on /dev/vdb already
This commit is contained in:
parent
d57f891ade
commit
faa51fdfad
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ root_auth_users: clime
|
||||||
description: libravatar production server
|
description: libravatar production server
|
||||||
tcp_ports: ['22', '80', '443']
|
tcp_ports: ['22', '80', '443']
|
||||||
# volumes: libravatar-data
|
# volumes: libravatar-data
|
||||||
volumes: [ {volume_id: '50141ea0-9d3f-41bd-a78a-f902bb6a99c2', device: '/dev/vdb'} ]
|
volumes: [ {volume_id: '50141ea0-9d3f-41bd-a78a-f902bb6a99c2', device: '/dev/vdc'} ]
|
||||||
inventory_tenant: persistent
|
inventory_tenant: persistent
|
||||||
# name of machine in OpenStack
|
# name of machine in OpenStack
|
||||||
inventory_instance_name: libravatar
|
inventory_instance_name: libravatar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue