Set growvols_args for all Controller roles
By default swift is deployed in the Controller, so grow the /srv to 50% of available disk space for swift object storage. (by default 100% of remaining space is allocated to /var) Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/812414 Change-Id: I7fd59e7ef1ce6eff5e67c158a84274667e9fc4ec
This commit is contained in:
parent
73589a7400
commit
c9aca4f7bf
@ -35,6 +35,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -37,6 +37,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -32,6 +32,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -42,6 +42,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -40,6 +40,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 2
|
||||
networks:
|
||||
|
@ -43,6 +43,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 2
|
||||
networks:
|
||||
|
@ -34,5 +34,14 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 0
|
||||
|
@ -57,6 +57,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -57,6 +57,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -46,6 +46,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -58,6 +58,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -74,6 +74,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 2
|
||||
networks:
|
||||
|
@ -67,6 +67,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 3
|
||||
networks:
|
||||
|
@ -22,6 +22,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -25,6 +25,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 1
|
||||
networks:
|
||||
|
@ -27,6 +27,15 @@ topology_map:
|
||||
template: templates/multiple_nics/multiple_nics_dvr.j2
|
||||
default_route_network:
|
||||
- external
|
||||
# grow /srv to 50% of remaining disk space to store swift object content
|
||||
growvols_args: >
|
||||
/=8GB
|
||||
/tmp=1GB
|
||||
/var/log=10GB
|
||||
/var/log/audit=2GB
|
||||
/home=1GB
|
||||
/var=50%
|
||||
/srv=50%
|
||||
Compute:
|
||||
scale: 2
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user