b73048f98d
Added growpart element. It allows for growing specific partitions during the deployment, which will result in less post deploy actions needed for the server to be ready for use. Change-Id: I6519fba3e8f1d078b99d3c03f2ac85f7b6e37d8a
11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
{
|
|
"family": {
|
|
"redhat": {
|
|
"growpart_package": "cloud-utils-growpart"
|
|
},
|
|
"debian": {
|
|
"growpart_package": "cloud-guest-utils"
|
|
}
|
|
}
|
|
}
|