Re: [Openstack] Deployment for production

2017-05-03 Thread Fawaz Mohammed
Hi Satish, I believe RDO is not meant to be for production. I prefer to use the original upstream project "TripleO" as they have better documentation. Other production grade deployment tools are: Fuel: https://docs.openstack.org/developer/fuel-docs/userdocs/ fuel-install-guide.html Support CentOS

Re: [Openstack] Adding our developments to Assosciated projects list

2017-05-03 Thread Nejc Bat
Dear all, I don't want to come across as fussy, but I assume that the answer to my question is too difficult: I'm interested what is the official process of getting our results featured in the "Associated Projects" (https://docs.openstack.org/developer/swift/associated_projects.html) part of

[Openstack] [designate] Synchronize bind9 backend

2017-05-03 Thread Lars-Erik Helander
We are using designate with a bind9 backend in a newton based Openstack system. When the designate processes and the bind9 process are restarted they get out of synch. The zones in designate are no longer in bind9. How can I get the bind9 backend to get synchronized after a restart? /Lars __

Re: [Openstack] Deployment for production

2017-05-03 Thread Matthias Runge
On 03/05/17 10:41, Fawaz Mohammed wrote: > Hi Satish, > > I believe RDO is not meant to be for production. I prefer to use the > original upstream project "TripleO" as they have better documentation. > I guess you meant, you were using the TripleO installer from RDO project? There are quite a fe

Re: [Openstack] Adding our developments to Assosciated projects list

2017-05-03 Thread Doug Hellmann
You probably want to start by contacting the swift development team, since they own that content. Send email to the openstack-dev mailing list with "[swift]" in the subject line so anyone filtering the list will see it. Doug Excerpts from Nejc Bat's message of 2017-05-03 10:54:52 +0200: > Dear a

Re: [Openstack] Deployment for production

2017-05-03 Thread Remo Mattei
Did you build it with packstack or triple o? Inviato da iPhone > Il giorno 03 mag 2017, alle ore 01:41, Fawaz Mohammed > ha scritto: > > Hi Satish, > > I believe RDO is not meant to be for production. I prefer to use the original > upstream project "TripleO" as they have better documentatio

Re: [Openstack] [openstack-dev] [all][OSC] OpenStack Interpreter: A useful tool python interpreter tool for the OpenStack client libraries.

2017-05-03 Thread Dean Troyer
On Mon, May 1, 2017 at 11:11 PM, Adrian Turjak wrote: > As part of my dev work I recently put together a cool little tool which > lets me have much easier access to the various OpenStack python clients > in the scope of a python interpreter session. The first version was a > little rough and witho

[Openstack] cloud-init not start ini ubuntu 17.04

2017-05-03 Thread Adhi Priharmanto
hi all, I just created ubuntu 17.04 custom image for working with openstack xenserver, after installing & update+upgrade ubuntu 17.04 base OS, I installed cloud-init, then reboot it to test cloud-init, but I can't see cloud-init process during the ubuntu 17.04 OS boot. Is there anyone can help or

Re: [Openstack] Deployment for production

2017-05-03 Thread James Fleet
We are using RDO in production ? But we have done some other things to custom to our builds. If you use RedHat, Canonical Linux they provide you with subscription support. James R. Fleet Innovative Solutions Technology 484 Williamsport Pike #135 Martinsburg, WV 25404 888.809.0223 ext.702 On Wed

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
I used packstack I am still not clear what is the difference between packstack vs triple O they both used RDP repo in backend. On Wed, May 3, 2017 at 10:03 AM, Remo Mattei wrote: > Did you build it with packstack or triple o? > > Inviato da iPhone > > Il giorno 03 mag 2017, alle ore 01:41, Fawa

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
Problem is there are many tools available but hard to pick which one is reliable and provide long term community support, also we are looking something we can easily deploy compute node, upgrade software time to time without breaking any code etc. On Wed, May 3, 2017 at 5:41 AM, Christian Berendt

Re: [Openstack] Deployment for production

2017-05-03 Thread Tim Bell
You also need to assess the skills of your administration team, will they need help to set things up, consulting, formal support contract etc. At CERN, we’re running packages and puppet configuration derived from RDO in production. Tim On 03.05.17, 17:56, "Satish Patel" wrote: Problem is

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
so at CERN you are not using packstack. You are using RDO and done your puppet work to deploy stuff right? I found packstack very easy and handy to deploy stuff, why people hate it? what could go wrong if we deploy using packstack? On Wed, May 3, 2017 at 12:18 PM, Tim Bell wrote: > You also need

Re: [Openstack] Deployment for production

2017-05-03 Thread Tim Bell
We use packstack when we need an all-in-one environment such as people wanting to try out some new ideas (http://clouddocs.web.cern.ch/clouddocs/advanced_topics/installing_your_own_openstack.html). Puppet gives us lots of additional abilities to customise parts of the cloud for different purpos

Re: [Openstack] Neutron unable to create VLAN network

2017-05-03 Thread Timothy Geier
On May 2, 2017, at 2:53 PM, Kaustubh Kelkar mailto:kaustubh.kel...@casa-systems.com>> wrote: VLAN 1 might be treated as the “default” VLAN by your switch. -Kaustubh The issue turned out to be old configuration in the database..after stracing neutron-server, I saw that it was running “SELECT

Re: [Openstack] Deployment for production

2017-05-03 Thread Satish Patel
So let me get this straight you used RDO repo but use your puppet module to deploy application right? Also do you guys using DVR distributes virtual router or central network node? Sent from my iPhone > On May 3, 2017, at 12:31 PM, Tim Bell wrote: > > We use packstack when we need an all-in-

Re: [Openstack] Deployment for production

2017-05-03 Thread Mike Smith
At Overstock.com we use RDO on CentOS for our production clouds. Works great for us. We do the install straight from the openstack docs but do our own puppet modules since we use puppet for everything we do. Mike > On May 3, 2017, at 1:01 AM, Satish Patel wrote: > > We did POC on RDO and w

Re: [Openstack] Deployment for production

2017-05-03 Thread Paras pradhan
It is going to be a lot of work to make high availablity work with the deployment you do with packstack or rdo. Tripleo provides HA . One good reason to deploy triplo over rdo / packstack -Paras. On Wed, May 3, 2017 at 7:08 PM, Mike Smith wrote: > At Overstock.com we use RDO on CentOS for our

Re: [Openstack] [openstack-dev] [all][OSC] OpenStack Interpreter: A useful tool python interpreter tool for the OpenStack client libraries.

2017-05-03 Thread Adrian Turjak
On 04/05/17 03:20, Dean Troyer wrote: > On Mon, May 1, 2017 at 11:11 PM, Adrian Turjak > wrote: >> As part of my dev work I recently put together a cool little tool which >> lets me have much easier access to the various OpenStack python clients >> in the scope of a python interpreter session. Th