Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-18 Thread Andrey Danin
It's enough for you to just create a new role in openstack.yaml and maybe some descriptions in UI components. Then you should capture this role in Puppet manifests. Look at the 'case' operator [1]. Just add a new case for your role and call your 'vim' class here. [1] https://github.com/stackforge

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-18 Thread Satyasanjibani Rautaray
Hi Mike this Document helped a lot I may be missing something thing for which i need some help below is the details for which i require some help. i have a vim.pp file for testing which will install vim on the particular node which is not a part of controller or compute or any openstack componen

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-16 Thread Mike Scherbakov
Hi, did you come across http://docs.mirantis.com/fuel-dev/develop/addition_examples.html ? I believe it should cover your use case. Thanks, On Tue, Dec 16, 2014 at 11:43 PM, Satyasanjibani Rautaray < engg.s...@gmail.com> wrote: > > I just need to deploy the node and install my required packages.

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-16 Thread Satyasanjibani Rautaray
I am using community version 6. Basically I am trying to create a iso file after code change so wants to understand the complete way to add new note and class to fuel. On 17-Dec-2014 1:31 am, "Andrey Danin" wrote: > Hello. > > What version of Fuel do you use? Did you reupload openstack.yaml into

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-16 Thread Satyasanjibani Rautaray
I just need to deploy the node and install my required packages. On 17-Dec-2014 1:31 am, "Andrey Danin" wrote: > Hello. > > What version of Fuel do you use? Did you reupload openstack.yaml into > Nailgun? Do you want just to deploy an operating system and configure a > network on a new node? > >

Re: [openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-16 Thread Andrey Danin
Hello. What version of Fuel do you use? Did you reupload openstack.yaml into Nailgun? Do you want just to deploy an operating system and configure a network on a new node? I would really appreciate if you use a period at the end of sentences. On Tuesday, December 16, 2014, Satyasanjibani Rautara

[openstack-dev] [Fuel] Adding code to add node to fuel UI

2014-12-16 Thread Satyasanjibani Rautaray
Hi, *i am in a process of creating an additional node by editing the code where the new node will be solving a different propose than installing openstack components just for testing currently the new node will install vim for me please help me what else i need to look into to create the complete