Re: [openstack-dev] [Fuel][fuel] How can I install Redhat-OSP using Fuel

2015-11-18 Thread LUFei
Hi Igor and Vladimir,

Thank you guys for your help. And sorry for my late respond because I was 
preparing my exams.

And another sorry for I have to put off this work.
My company has taken Steven and Tim's, both from Redhat, suggestion to try OSP 
Director before making further decisions.

Thank you again.
Fei


> Date: Wed, 11 Nov 2015 13:14:21 -0800
> From: ikalnit...@mirantis.com
> To: vkuk...@mirantis.com
> CC: openstack-dev@lists.openstack.org; opnfv-tech-disc...@lists.opnfv.org
> Subject: Re: [openstack-dev] [Fuel][fuel] How can I install Redhat-OSP using 
> Fuel
>
> Hey Fei LU,
>
> Thanks for being interested in Fuel. I'll help you with pleasure.
>
> First of all, as Vladimir mentioned, you need to create a new release.
> That's could be done by POST request to /api/v1/releases/. You can use
> JSON of CentOS with slight changes. When releases is created you need
> to do two things:
>
> 1. Prepare a provisioning image and make it shared by Nginx, Please
> ensure you have correct path to this image in your recently created
> RedHat release.
>
> 2. Populate RedHat release with deployment tasks. It could be done by
> executing the following command:
>
> fuel rel --sync-deployment-tasks --dir "/etc/puppet/{release-version}"
>
> I think most of CentOS tasks should fine on RedHat, though we didn't
> test it. If you met any problem, please feel free to contact us using
> either this ML or #fuel-dev IRC channel.
>
> Thanks,
> Igor
>
> On Wed, Nov 11, 2015 at 3:41 AM, Vladimir Kuklin <vkuk...@mirantis.com> wrote:
>> Hi, Fei
>>
>> It seems you will need to do several things with Fuel - create a new
>> release, associate your cluster with it when creating it and provide paths
>> to corresponding repositories with packages. Also, you will need to create a
>> base image for Image-based provisioning. I am not sure we have all the 100%
>> of the code that supports it, but it should be possible to do so with some
>> additional efforts. Let me specifically refer to Fuel Agent team who are
>> working on Image-Based Provisioning and Nailgun folks who should help you
>> with figuring out patterns for repositories URLs configuration.
>>
>> On Tue, Nov 10, 2015 at 5:15 AM, Fei LU <kane0...@hotmail.com> wrote:
>>>
>>> Greeting Fuel teams,
>>>
>>>
>>> My company is working on the installation of virtualization
>>> infrastructure, and we have noticed Fuel is a great tool, much better than
>>> our own installer. The question is that Mirantis is currently supporting
>>> OpenStack on CentOS and Ubuntu, while my company is using Redhat-OSP.
>>>
>>> I have read all the Fuel documents, including fuel dev doc, but I haven't
>>> found the solution how can I add my own release into Fuel. Or maybe I'm
>>> missing something.
>>>
>>> So, would you guys please give some guide or hints?
>>>
>>> Appreciating any help.
>>> Kane
>>>
>>> __
>>> OpenStack Development Mailing List (not for usage questions)
>>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>>
>>
>>
>>
>> --
>> Yours Faithfully,
>> Vladimir Kuklin,
>> Fuel Library Tech Lead,
>> Mirantis, Inc.
>> +7 (495) 640-49-04
>> +7 (926) 702-39-68
>> Skype kuklinvv
>> 35bk3, Vorontsovskaya Str.
>> Moscow, Russia,
>> www.mirantis.com
>> www.mirantis.ru
>> vkuk...@mirantis.com
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
  
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel][fuel] How can I install Redhat-OSP using Fuel

2015-11-11 Thread Steven Hardy
On Tue, Nov 10, 2015 at 02:15:02AM +, Fei LU wrote:
>Greeting Fuel teams,
>My company is working on the installation of virtualization
>infrastructure, and we have noticed Fuel is a great tool, much better than
>our own installer. The question is that Mirantis is currently supporting
>OpenStack on CentOS and Ubuntu, while my company is using Redhat-OSP.
>I have read all the Fuel documents, including fuel dev doc, but I haven't
>found the solution how can I add my own release into Fuel. Or maybe I'm
>missing something.
>So, would you guys please give some guide or hints?

I'm guessing you already know this, but just in case - the
install/management tool for recent versions of RHEL-OSP is OSP director,
which is based directly on another OpenStack deployment project, TripleO.

So, it's only fair to point out that you may have a much easier time
participating in the TripleO community if your aim is primarily to support
deploying RHEL-OSP or RDO distributions.

http://docs.openstack.org/developer/tripleo-docs/

There are various pros/cons and differences between the TripleO and Fuel
tooling, but I hope that over time we can work towards less duplication and
more reuse between the two efforts.

Steve

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel][fuel] How can I install Redhat-OSP using Fuel

2015-11-11 Thread Vladimir Kuklin
Hi, Fei

It seems you will need to do several things with Fuel - create a new
release, associate your cluster with it when creating it and provide paths
to corresponding repositories with packages. Also, you will need to create
a base image for Image-based provisioning. I am not sure we have all the
100% of the code that supports it, but it should be possible to do so with
some additional efforts. Let me specifically refer to Fuel Agent team who
are working on Image-Based Provisioning and Nailgun folks who should help
you with figuring out patterns for repositories URLs configuration.

On Tue, Nov 10, 2015 at 5:15 AM, Fei LU  wrote:

> Greeting Fuel teams,
>
>
> My company is working on the installation of virtualization
> infrastructure, and we have noticed Fuel is a great tool, much better than
> our own installer. The question is that Mirantis is currently supporting
> OpenStack on CentOS and Ubuntu, while my company is using Redhat-OSP.
>
> I have read all the Fuel documents, including fuel dev doc, but I haven't
> found the solution how can I add my own release into Fuel. Or maybe I'm
> missing something.
>
> So, would you guys please give some guide or hints?
>
> Appreciating any help.
> Kane
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>


-- 
Yours Faithfully,
Vladimir Kuklin,
Fuel Library Tech Lead,
Mirantis, Inc.
+7 (495) 640-49-04
+7 (926) 702-39-68
Skype kuklinvv
35bk3, Vorontsovskaya Str.
Moscow, Russia,
www.mirantis.com 
www.mirantis.ru
vkuk...@mirantis.com
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Fuel][fuel] How can I install Redhat-OSP using Fuel

2015-11-11 Thread Igor Kalnitsky
Hey Fei LU,

Thanks for being interested in Fuel. I'll help you with pleasure.

First of all, as Vladimir mentioned, you need to create a new release.
That's could be done by POST request to /api/v1/releases/. You can use
JSON of CentOS with slight changes. When releases is created you need
to do two things:

1. Prepare a provisioning image and make it shared by Nginx, Please
ensure you have correct path to this image in your recently created
RedHat release.

2. Populate RedHat release with deployment tasks. It could be done by
executing the following command:

fuel rel --sync-deployment-tasks --dir "/etc/puppet/{release-version}"

I think most of CentOS tasks should fine on RedHat, though we didn't
test it. If you met any problem, please feel free to contact us using
either this ML or #fuel-dev IRC channel.

Thanks,
Igor

On Wed, Nov 11, 2015 at 3:41 AM, Vladimir Kuklin  wrote:
> Hi, Fei
>
> It seems you will need to do several things with Fuel - create a new
> release, associate your cluster with it when creating it and provide paths
> to corresponding repositories with packages. Also, you will need to create a
> base image for Image-based provisioning. I am not sure we have all the 100%
> of the code that supports it, but it should be possible to do so with some
> additional efforts. Let me specifically refer to Fuel Agent team who are
> working on Image-Based Provisioning and Nailgun folks who should help you
> with figuring out patterns for repositories URLs configuration.
>
> On Tue, Nov 10, 2015 at 5:15 AM, Fei LU  wrote:
>>
>> Greeting Fuel teams,
>>
>>
>> My company is working on the installation of virtualization
>> infrastructure, and we have noticed Fuel is a great tool, much better than
>> our own installer. The question is that Mirantis is currently supporting
>> OpenStack on CentOS and Ubuntu, while my company is using Redhat-OSP.
>>
>> I have read all the Fuel documents, including fuel dev doc, but I haven't
>> found the solution how can I add my own release into Fuel. Or maybe I'm
>> missing something.
>>
>> So, would you guys please give some guide or hints?
>>
>> Appreciating any help.
>> Kane
>>
>> __
>> OpenStack Development Mailing List (not for usage questions)
>> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
>
> --
> Yours Faithfully,
> Vladimir Kuklin,
> Fuel Library Tech Lead,
> Mirantis, Inc.
> +7 (495) 640-49-04
> +7 (926) 702-39-68
> Skype kuklinvv
> 35bk3, Vorontsovskaya Str.
> Moscow, Russia,
> www.mirantis.com
> www.mirantis.ru
> vkuk...@mirantis.com

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Fuel][fuel] How can I install Redhat-OSP using Fuel

2015-11-09 Thread Fei LU
Greeting Fuel teams,

My company is working on the installation of virtualization infrastructure, and 
we have noticed Fuel is a great tool, much better than our own installer. The 
question is that Mirantis is currently supporting OpenStack on CentOS and 
Ubuntu, while my company is using Redhat-OSP.
I have read all the Fuel documents, including fuel dev doc, but I haven't found 
the solution how can I add my own release into Fuel. Or maybe I'm missing 
something.
So, would you guys please give some guide or hints?
Appreciating any help.Kane__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev