Re: [openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-08 Thread Cody Herriges
Sofer Athlan-Guyot wrote: > Hi all, > > I've got an input from a fellow worker[1]. Basically, transparently > transforming user data in puppet is opening a big can of worms. > > He came up with a rather contrived example, but it's definitively worth > discussing it. > > So in the vncproxy

Re: [openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-08 Thread Sofer Athlan-Guyot
Cody Herriges writes: Sorry I didn't see you reply before. Comments below. > Sofer Athlan-Guyot wrote: >> Hi, >> >> There are a few places where I would like to be able to check for IPv6 >> address and add bracket to the parameters. I think that would be a nice >> addition

Re: [openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-08 Thread Sofer Athlan-Guyot
Hi all, I've got an input from a fellow worker[1]. Basically, transparently transforming user data in puppet is opening a big can of worms. He came up with a rather contrived example, but it's definitively worth discussing it. So in the vncproxy example, if the user does this:

Re: [openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-07 Thread Cody Herriges
Sofer Athlan-Guyot wrote: > Hi, > > There are a few places where I would like to be able to check for IPv6 > address and add bracket to the parameters. I think that would be a nice > addition to the puppet-openstacklib/lib/puppet/parser. > > Here the interface I have in mind with the

Re: [openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-07 Thread Sofer Athlan-Guyot
Emilien Macchi writes: > On 01/07/2016 01:07 PM, Sofer Athlan-Guyot wrote: >> Hi, >> >> There are a few places where I would like to be able to check for IPv6 >> address and add bracket to the parameters. I think that would be a nice >> addition to the

Re: [openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-07 Thread Emilien Macchi
On 01/07/2016 01:07 PM, Sofer Athlan-Guyot wrote: > Hi, > > There are a few places where I would like to be able to check for IPv6 > address and add bracket to the parameters. I think that would be a nice > addition to the puppet-openstacklib/lib/puppet/parser. > > Here the interface I have

[openstack-dev] [puppet] Adding "IPv6" bracket handling utilities in openstacklib.

2016-01-07 Thread Sofer Athlan-Guyot
Hi, There are a few places where I would like to be able to check for IPv6 address and add bracket to the parameters. I think that would be a nice addition to the puppet-openstacklib/lib/puppet/parser. Here the interface I have in mind with the puppet-nova module: class nova::vncproxy::common