Re: list of maps

2017-10-10 Thread DeWayne Filppi
pe: map > > > > > entry_schema: string > > > > > > > > > > node_types: > > > > > MyNode: > > > > > properties: > > > > > my_property: > > > > > type: list > > > > > entry_schema: Element > > > > > > > > > > topology_template: > > > > > node_templates: > > > > > my_node: > > > > > type: MyNode > > > > > properties: > > > > > my_property: > > > > > - {data: {a: b}} > > > > > - {data: {c: d}} > > > > > - {data: {e: f, g: h, i: j}} > > > > > > > > > > > > > > > On Fri, Oct 6, 2017 at 5:50 PM, DeWayne Filppi < > dewa...@cloudify.co> > > > > > wrote: > > > > > > > > > > > How would one define a property that was a list of maps, e.g. > > > > > > > > > > > > prop: > > > > > > - a: b > > > > > > - c: d > > > > > > > > > > > > > > > > > > -- DeWayne > > > > > > > > > > > > > > > > > > > > >

Re: list of maps

2017-10-10 Thread Tal Liron
gt; > my_property: > > > > type: list > > > > entry_schema: Element > > > > > > > > topology_template: > > > > node_templates: > > > > my_node: > > > > type: MyNode > > > > properties: > > > > my_property: > > > > - {data: {a: b}} > > > > - {data: {c: d}} > > > > - {data: {e: f, g: h, i: j}} > > > > > > > > > > > > On Fri, Oct 6, 2017 at 5:50 PM, DeWayne Filppi <dewa...@cloudify.co> > > > > wrote: > > > > > > > > > How would one define a property that was a list of maps, e.g. > > > > > > > > > > prop: > > > > > - a: b > > > > > - c: d > > > > > > > > > > > > > > > -- DeWayne > > > > > > > > > > > > > > >

Re: list of maps

2017-10-10 Thread DeWayne Filppi
my_property: > > > type: list > > > entry_schema: Element > > > > > > topology_template: > > > node_templates: > > > my_node: > > > type: MyNode > > > properties: > > > my_property: > > > - {data: {a: b}} > > > - {data: {c: d}} > > > - {data: {e: f, g: h, i: j}} > > > > > > > > > On Fri, Oct 6, 2017 at 5:50 PM, DeWayne Filppi <dewa...@cloudify.co> > > > wrote: > > > > > > > How would one define a property that was a list of maps, e.g. > > > > > > > > prop: > > > > - a: b > > > > - c: d > > > > > > > > > > > > -- DeWayne > > > > > > > > > >

Re: list of maps

2017-10-10 Thread Tal Liron
schema: Element > > > > topology_template: > > node_templates: > > my_node: > > type: MyNode > > properties: > > my_property: > > - {data: {a: b}} > > - {data: {c: d}} > > -

Re: list of maps

2017-10-10 Thread DeWayne Filppi
e: MyNode > properties: > my_property: > - {data: {a: b}} > - {data: {c: d}} > - {data: {e: f, g: h, i: j}} > > > On Fri, Oct 6, 2017 at 5:50 PM, DeWayne Filppi <dewa...@cloudify.co> > wrote: > > > How would one define a property that was a list of maps, e.g. > > > > prop: > > - a: b > > - c: d > > > > > > -- DeWayne > > >

Re: list of maps

2017-10-09 Thread Tal Liron
, Oct 6, 2017 at 5:50 PM, DeWayne Filppi <dewa...@cloudify.co> wrote: > How would one define a property that was a list of maps, e.g. > > prop: > - a: b > - c: d > > > -- DeWayne >

list of maps

2017-10-06 Thread DeWayne Filppi
How would one define a property that was a list of maps, e.g. prop: - a: b - c: d -- DeWayne