Re: [openstack-dev] [Fuel][Plugins] add health check for plugins

2015-09-29 Thread Samuel Bartel
ming the deployment > was successful (post-deployment), it is checking known parameters for > validity prior to attempting to deploy (pre-deployment). > > > > *From:* Samuel Bartel [mailto:samuel.bartel@gmail.com] > *Sent:* Monday, September 28, 2015 11:13 AM > > *To:* OpenS

Re: [openstack-dev] [Fuel][Plugins] add health check for plugins

2015-09-28 Thread Samuel Bartel
stack.org> >> *Subject:* Re: [openstack-dev] [Fuel][Plugins] add health check for >> plugins >> >> >> >> Hello Samuel, >> >> This looks like an interesting idea. Do you have any concrete example to >> illustrate your point (with one of your

[openstack-dev] [Fuel][Plugins] add health check for plugins

2015-08-10 Thread Samuel Bartel
Hi all, actually with fuel plugins there are test for the plugins used by the CICD, but after a deployment it is not possible for the user to easily test if a plugin is crrectly deploy or not. I am wondering if it could be interesting to improve the fuel plugin framework in order to be able to def

[openstack-dev] [Fuel][Plugins] additionnal categories for plugins

2015-07-19 Thread Samuel Bartel
Hi all, I think we are missing a category for plugins. I was thinking to following plugins -TLS plugin related to security. For example everything related to tls access to the dashboard/vnc and apis -Plugin to deploy freezer with fuel in order to achieve abckup and restore (on going) -plugin to se

Re: [openstack-dev] [Fuel][Plugins] differenciate node with the same role - the spec is available

2015-06-26 Thread Samuel Bartel
t; > > > As I know one node can have many roles. > > > > For 1/ You can specify custom nova-nfs role and assign it on compute > nodes. > > > > Regards, > > Andriy > > > > On Wed, Jun 24, 2015 at 10:21 PM, Samuel Bartel > > wrote: > >> > >&

Re: [openstack-dev] [Fuel][Plugins] differenciate node with the same role - the spec is available

2015-06-24 Thread Samuel Bartel
> and 'b', C with 'b' and D with 'a'). Both roles 'a' and 'b' can be > implemented in context of ONE plugin. Actually I can't understand why you > want another mark(or tag) for tasks if we already have it and it's called > ro

Re: [openstack-dev] [Fuel][Plugins] differenciate node with the same role - the spec is available

2015-06-24 Thread Samuel Bartel
6/specs/7.0/node-custom-attributes.rst > > This is about support of custom node labels. I think plugins should be > able to assign its own labels to nodes via Nailgun API. Is it possible? > Will it suit your case? > > Thanks, > Julia > > > > On Wed, Jun 24, 2015 a

Re: [openstack-dev] [Fuel][Plugins] differenciate node with the same role - the spec is available

2015-06-24 Thread Samuel Bartel
Irina, Thanks for the link. Unfortunatly it does not cover my use cases. What we would like to do is not define a new role. We would like to be able to apply plugin to some compute node for example and not in the others compute nodes or to be able to execute plugin with a given config on some comp

[openstack-dev] [Fuel][Plugins] differenciate node with the same role

2015-06-24 Thread Samuel Bartel
Hi folks I am wondering if it is possible to differenciate nodes within a same role. Is it possible for example to apply aplugin to a compute node A but not a compute node B? It will be more clear with examples : 1) for the nfs plugin I want to use nfs storage backend for compute node A but LVM fo

Re: [openstack-dev] [Fuel] vxlan support

2015-05-28 Thread Samuel Bartel
der netapp, nfs nova nfs glance plugins for example. In the create env form you choose a configuration. But you can choose in settings tab by activating a particular plugin to override initial network or storage configuration. In every case, It will be done on purpose. -- Regards, Samuel B

[openstack-dev] [Fuel] [Plugins] type available

2015-05-28 Thread Samuel Bartel
Hi folks, is there anyway in the environment_config.yaml file of the plugin to define some attrobutes as title (something similar to the the metadata in the openstack.yaml of fuel-web). I would like to add somes titles in the plugin config in order to define section into the ui for the plugin and

[openstack-dev] [Fuel] [Plugins] modification disk configuration

2015-05-27 Thread Samuel Bartel
Hi folks In some plugin such as the nfs for glance or nova and the netapp for cinder, we have replaced the lvm by nfs mount point. However we still have partition setup for glance, cinder, nova which are not used anymore. we can still int the disk configure allocate the minimum space to these par

[openstack-dev] [Fuel] vxlan support

2015-05-26 Thread Samuel Bartel
Hi folks, I have a question about implementation of vxlan for neutron. there is a blueprint on that topic in launchpad from 2014/03/21: https://blueprints.launchpad.net/fuel/+spec/neutron-vxlan-support several fixes have been pushed but all of them have been abandonned or refused. Is there any t

Re: [openstack-dev] [Fuel] interaction between fuel-plugin and fuel-UI

2015-05-07 Thread Samuel Bartel
first one >> disabled. When you enter something in the first input box, it enabled the >> second box and so on (see [1]). In any case, this would be a good >> addition... >> BR, >> Simon >> [1] >> https://github.com/stackforge/fuel-plugin-elasticsearch-kiban

[openstack-dev] [Fuel] interaction between fuel-plugin and fuel-UI

2015-05-07 Thread Samuel Bartel
Hi all, I am working on two plugins for fuel : logrotate and cinder-netapp (to add multibackend feature) In this two plugins I face the same problem. Is it possible in the environment yaml config describing the fields to display for the plugin in the UI to have some dynamic element. I explain