Re: [pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-06 Thread Fiona Ebner
Am 06.11.23 um 11:38 schrieb Dominik Csapak: > On 11/6/23 11:12, Fiona Ebner wrote: >> Am 06.11.23 um 10:34 schrieb Dominik Csapak: >>> On 11/6/23 10:22, Fiona Ebner wrote: Am 03.11.23 um 12:53 schrieb Dominik Csapak: > +my $defaultData = { > +    propertyList => { > +    type => {

Re: [pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-06 Thread Dominik Csapak
On 11/6/23 11:12, Fiona Ebner wrote: Am 06.11.23 um 10:34 schrieb Dominik Csapak: On 11/6/23 10:22, Fiona Ebner wrote: Am 03.11.23 um 12:53 schrieb Dominik Csapak: +my $defaultData = { +    propertyList => { +    type => { description => 'Profile type.' }, +    id => { +    type => 'string

Re: [pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-06 Thread Fiona Ebner
Am 06.11.23 um 11:12 schrieb Fiona Ebner: > Am 06.11.23 um 10:34 schrieb Dominik Csapak: >> On 11/6/23 10:22, Fiona Ebner wrote: >>> Am 03.11.23 um 12:53 schrieb Dominik Csapak: +my $defaultData = { +    propertyList => { +    type => { description => 'Profile type.' }, +    id

Re: [pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-06 Thread Fiona Ebner
Am 06.11.23 um 10:34 schrieb Dominik Csapak: > On 11/6/23 10:22, Fiona Ebner wrote: >> Am 03.11.23 um 12:53 schrieb Dominik Csapak: >>> +my $defaultData = { >>> +    propertyList => { >>> +    type => { description => 'Profile type.' }, >>> +    id => { >>> +    type => 'string', >>> +    d

Re: [pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-06 Thread Dominik Csapak
On 11/6/23 10:22, Fiona Ebner wrote: Am 03.11.23 um 12:53 schrieb Dominik Csapak: +my $defaultData = { +propertyList => { + type => { description => 'Profile type.' }, + id => { + type => 'string', + description => "The ID of the profile.", + format

Re: [pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-06 Thread Fiona Ebner
Am 03.11.23 um 12:53 schrieb Dominik Csapak: > +my $defaultData = { > +propertyList => { > + type => { description => 'Profile type.' }, > + id => { > + type => 'string', > + description => "The ID of the profile.", > + format => 'pve-configid', > + }, The I

[pve-devel] [RFC PATCH guest-common 1/1] add profiles section config plugin

2023-11-03 Thread Dominik Csapak
this is intended to house custom profiles which can be used on guest creation instead of manually needing to specify every option. we do special things here: * we always set 'allow_unknown' to 1, because when using the guest specific parts in the cli, we cannot depend on the other one, else we