RE: Openstack plugin

2017-10-02 Thread Steve Baillargeon
@ariatosca.incubator.apache.org Subject: RE: Openstack plugin Hi, The cloudify openstack plugin has validation interfaces, Do they still hold good with ARIA with the use of adapter ? Regards, DJ -Original Message- From: Ran Ziv [mailto:r...@cloudify.co] Sent: Tuesday, August 08, 2017 5:33 AM

RE: Openstack plugin

2017-10-01 Thread D Jayachandran
nd in this repo to make use of the > > plugin > > > > Am I right with my understanding ? Also why this adapter is not > > included with ARIA by default ? > > > > > > Regards, > > DJ > > -Original Message----- > > From: Maxim Orlov [m

Re: openstack plugin

2017-09-06 Thread DeWayne Filppi
Attached. Note that I include a modified version of the plugin.yaml for openstack that Aria uses by default (in the imports dir). The change of interest is in the aria.openstack.datatypes.Server data type. On Wed, Sep 6, 2017 at 4:03 PM, Tal Liron wrote: > You are allowed

Re: openstack plugin

2017-09-06 Thread Tal Liron
You are allowed to add extra inputs at the node type, beyond what is defined in the interface type. You just can't do it at the node template. The error you get is odd. If you could share your complete work, perhaps we can run it and assist you. For me, at least, it's impossible to asses the

Re: openstack plugin

2017-09-06 Thread DeWayne Filppi
I was afraid you were going to say that. I added a generic map as the "server" property. This passes the parse on template load. When I actually then try to use userdata, the install workflow dies in the aria extension registration process, claiming : RuntimeError: Re-definition of yaml-1.1 in

Re: openstack plugin

2017-09-06 Thread Ran Ziv
In TOSCA, properties must have a well-defined schema, and as such it means that the "server" property's datatype must be defined to have the "userdata" field for users to be able to use it through there. This is also true for operation inputs at this time, although AFAIK the spec does in fact

Re: openstack plugin

2017-09-06 Thread DeWayne Filppi
Rather than opening a potentially misguided PR, let me ask a simple question whos answer may clear things up: I want to use server "userdata" using the Openstack plugin from ARIA. The question is "how can I make that happen?" On Wed, Sep 6, 2017 at 1:39 AM, Ran Ziv wrote: >

Re: openstack plugin

2017-09-06 Thread Ran Ziv
Well then, feel free to create an issue, and either submit the smaller fix, or create a PR which goes beyond this as you say :) On Tue, Sep 5, 2017 at 6:52 PM, DeWayne Filppi wrote: > Yes, I believe you've got the idea. The original "server" arg is defined > as a

Re: openstack plugin

2017-09-05 Thread DeWayne Filppi
Yes, I believe you've got the idea. The original "server" arg is defined as a map/dict. TOSCA of course requires something somewhat more explicit. I'm working around it by adding the following to Server datatype: aria.openstack.datatypes.Server: description: >- openstack Server

Re: openstack plugin

2017-09-03 Thread Ran Ziv
Could you link to the relevant place? Do you mean that in the original plugin.yaml you could set the userdata field (under properties? under the "server" property? args?) but only due to it not having had to be declared explicitly? There's a good chance that if this were possible than it simply

Re: Openstack plugin

2017-08-07 Thread Ran Ziv
use of the plugin > > > > Am I right with my understanding ? Also why this adapter is not included > > with ARIA by default ? > > > > > > Regards, > > DJ > > -Original Message- > > From: Maxim Orlov [mailto:ma...@gigaspaces.com] > >

Re: Openstack plugin

2017-07-26 Thread Maxim Orlov
standing ? Also why this adapter is not included > with ARIA by default ? > > > Regards, > DJ > -Original Message- > From: Maxim Orlov [mailto:ma...@gigaspaces.com] > Sent: Monday, July 24, 2017 9:17 PM > To: dev@ariatosca.incubator.apache.org > Subject:

RE: Openstack plugin

2017-07-26 Thread D Jayachandran
understanding ? Also why this adapter is not included with ARIA by default ? Regards, DJ -Original Message- From: Maxim Orlov [mailto:ma...@gigaspaces.com] Sent: Monday, July 24, 2017 9:17 PM To: dev@ariatosca.incubator.apache.org Subject: Re: Openstack plugin Hey DJ, Basically ARIA indeed

Re: Openstack plugin

2017-07-24 Thread Maxim Orlov
apter which you are > referring here ? > > Regards, > DJ > -Original Message- > From: Tal Liron [mailto:t...@gigaspaces.com] > Sent: Friday, July 21, 2017 8:37 PM > To: dev@ariatosca.incubator.apache.org > Subject: Re: Openstack plugin > > ARIA has an adapter that

RE: Openstack plugin

2017-07-24 Thread D Jayachandran
Thanks for the information Tal. What is the adapter which you are referring here ? Regards, DJ -Original Message- From: Tal Liron [mailto:t...@gigaspaces.com] Sent: Friday, July 21, 2017 8:37 PM To: dev@ariatosca.incubator.apache.org Subject: Re: Openstack plugin ARIA has an adapter

Re: Openstack plugin

2017-07-21 Thread Tal Liron
ARIA has an adapter that can use Cloudify plugins, and it has been tested successfully with both OpenStack and AWS so far. Unfortunately there are no instructions on how to use it. I know just the right person to write it and will ask him to do so. :) On Fri, Jul 21, 2017 at 3:29 AM, D