Hi Victor,

I am really happy that you pushed changes for master branch, but we
can't compare branches across repositories, just please try compare for
example your master branch from
https://github.com/VictorLowther/barclamp-ceph/ with 
https://github.com/crowbar/barclamp-ceph/ master branch using github. 

That's way we can't create pull-request for branches
release/pebbles/master and release/roxy/master.

Do you have some other idea, how we can fix this?

Thank you,

On Mon, 2013-11-25 at 08:24 -0600, victor_lowt...@dell.com wrote:
> Michal,
> 
> What is broken for you?  I pushed the CB2.0 Ceph stuff I have been working on 
> into the mater branch of the ceph repository, is that what is causing 
> problems for you?
> 
> > -----Original Message-----
> > From: crowbar-bounces On Behalf Of Michal Jura
> > Sent: Monday, November 25, 2013 3:51 AM
> > To: Williams, J T
> > Cc: crowbar
> > Subject: Re: [Crowbar] Barclamp-ceph announcement
> >
> > Hi JT,
> >
> > I would like to ask you kindly to remove once again barclamp-ceph repo
> > and create it by forking it from
> > https://github.com/SUSE-Cloud/barclamp-ceph
> > or from
> > https://github.com/ceph/barclamp-ceph
> >
> > Current barclamp-ceph in crowbar repo has broken links to other
> > repositories and there is impossible to compare and pull-requesting 
> > branches across forks.
> >
> > Thank you once again for your help,
> >
> > On Wed, 2013-11-20 at 11:09 -0600, j_t_willi...@dell.com wrote:
> > > Dell - Internal Use - Confidential
> > >
> > > I created the repo barclamp-ceph under crowbar and gave
> > > collaborators
> > permissions to the crowbar/suse and crowbar/dell groups.
> > >
> > > Let me know if you have further issues.
> > >
> > > -John
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: crowbar-bounces On Behalf Of Michal Jura
> > > Sent: Wednesday, November 20, 2013 9:13 AM
> > > To: crowbar
> > > Subject: Re: [Crowbar] Barclamp-ceph announcement
> > >
> > > Hi,
> > >
> > > We moved official branch https://github.com/SUSE-Cloud/barclamp-ceph
> > > release/inktank/master to release/pebbles/master and we added also
> > > branch
> > for roxy release/roxy/master.
> > >
> > > I would like to create pull request to https://github.com/crowbar
> > > repository
> > and start code review, but there is basic problem
> > https://github.com/crowbar/barclamp-ceph does not exist. How can I
> > create this pull-request?
> > >
> > > I added smoketest too.
> > >
> > > Thank you for answer and little bit help,
> > >
> > > Have a nice work :)
> > >
> > >
> > > On Mon, 2013-10-28 at 16:56 +0100, Michal Jura wrote:
> > > > Hi,
> > > >
> > > > So commits :)
> > > >
> > > > For glance
> > > > https://github.com/crowbar/barclamp-glance/pull/133
> > > >
> > > > For cinder
> > > > https://github.com/crowbar/barclamp-cinder/pull/87
> > > >
> > > > For nova
> > > > https://github.com/crowbar/barclamp-nova/pull/248
> > > >
> > > > All this pull-requests I was testing dozen times in my devel
> > > > environment with different scenarios.
> > > >
> > > > Next step to do is:
> > > > - write documentation
> > > > - prepare smoketests
> > > > - test it with ubuntu
> > > > - resolve new potential bugs
> > > > - testing, testing and polishing
> > > >
> > > > On Fri, 2013-10-25 at 17:17 -0500, arkady_kanev...@dell.com wrote:
> > > > > Dell - Internal Use - Confidential This is great news.
> > > > > Michal,
> > > > > Are all the commits needed for it to work for glance, cinder and
> > > > > nova has
> > been merged?
> > > > > I recall that several glance ones were still outstanding. How do
> > > > > we test
> > them?
> > > > >
> > > > > Question on ceph barclamp: Does that include documentation,
> > > > > smoketest,
> > integration with other crowbar components, like nagios and ganglia?
> > >
> > > > > Thanks,
> > > > > Arkady
> > > > >
> > > > > -----Original Message-----
> > > > > From: crowbar-bounces On Behalf Of Michal Jura
> > > > > Sent: Friday, October 25, 2013 9:40 AM
> > > > > To: crowbar
> > > > > Subject: [Crowbar] Barclamp-ceph announcement
> > > > >
> > > > > Hi,
> > > > >
> > > > > I resend previous email which was bounced by mailman. Sorry for it.
> > > > > -----------
> > > > >
> > > > > Hi,
> > > > >
> > > > > I have some small announcement for you guys, based on official
> > > > > Ceph
> > Inktakt cookbook I've developed new barclamp-ceph.
> > >
> > > > >
> > > > > You can find it under this link:
> > > > > https://github.com/SUSE-Cloud/barclamp-ceph/tree/release/inktank
> > > > > /m
> > > > > as
> > > > > ter
> > > > >
> > > > > I spent on this barclamp-ceph couple last weeks and finally it
> > > > > is working
> > and stable. I resolved many problems there for example:
> > >
> > > > >
> > > > >   - Adding osd mount points to /etc/fstab
> > > > >   - Resolve bug with running osds without mon on this same node
> > > > >   - Adding disk allocation/selection mode
> > > > >   - Improve cinder and glance integration, resolving problem
> > > > > when cinder
> > and glance run on different nodes
> > > > >   - Integration with glance and cinder
> > > > >   - Forcing ceph osd to use storage network
> > > > >   - Adding ceph clients for cinder and glance
> > > > >   - Update validation process
> > > > >   - Adding auto claiming disks from pool
> > > > >   - Changing locking method for setting crush map
> > > > >
> > > > > The most important thing is, that with this ceph barclamp and
> > > > > with
> > integration patches for glance, cinder and nova which we provide
> > already to crowbar repositories, we have full integration with Ceph,
> > which we tested and it is working really awesome.
> > >
> > > > >
> > > > > So, please let ask and let me know what do you think about
> > > > > upstreaming
> > new ceph barclamp to crowbar project.
> > > > >
> > > > > I was testing this barclamp-ceph with Ceph "Bobtail" in version 
> > > > > 0.56.6.
> > > > >
> > > > > Have a nice weekend and I'm waiting for your feedback,
> > > > >
> > > > >
> > > > > --
> > > > > Michal Jura
> > > > > Software Engineer SUSE Linux Enterprise Applications SUSE LINUX
> > > > > Products GmbH
> > > > > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG
> > > > > Nürnberg)
> > > > > Maxfeldstraße 5
> > > > > 90409 Nürnberg
> > > > > Germany
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Crowbar mailing list
> > > > > Crowbar@dell.com
> > > > > https://lists.us.dell.com/mailman/listinfo/crowbar
> > > > > For more information: http://crowbar.github.com/
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > Michal Jura
> > > Software Engineer SUSE Linux Enterprise Applications SUSE LINUX
> > > Products GmbH
> > > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG
> > > Nürnberg)
> > > Maxfeldstraße 5
> > > 90409 Nürnberg
> > > Germany
> > >
> > >
> > > _______________________________________________
> > > Crowbar mailing list
> > > Crowbar@dell.com
> > > https://lists.us.dell.com/mailman/listinfo/crowbar
> > > For more information: http://crowbar.github.com/
> >
> >
> >
> > --
> > Michal Jura
> > Software Engineer SUSE Linux Enterprise Applications SUSE LINUX
> > Products GmbH
> > GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG
> > Nürnberg)
> > Maxfeldstraße 5
> > 90409 Nürnberg
> > Germany
> >
> >
> > _______________________________________________
> > Crowbar mailing list
> > Crowbar@dell.com
> > https://lists.us.dell.com/mailman/listinfo/crowbar
> > For more information: http://crowbar.github.com/



-- 
Michal Jura
Software Engineer SUSE Linux Enterprise Applications
SUSE LINUX Products GmbH
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG
Nürnberg)
Maxfeldstraße 5
90409 Nürnberg
Germany


_______________________________________________
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Reply via email to