Home |  MySQL Buzz |  FAQ |  Feeds |  Submit your blog feed |  Feedback |  Archive |  Aggregate feed RSS 2.0 English Deutsch Español Français Italiano 日本語 Русский Português 中文
Showing entries 1 to 30 of 30

Displaying posts with tag: OpenStack (reset)

Percona Live Sessions: "Managing MySQL with Chef" and "RedDwarf"
+1 Vote Up -0Vote Down
I'm looking forward to presenting, along with Peter Boros, Jim Cooley and Vipul Sabhaya, at the Percona Live Conference the week of April 22nd where I will be giving two talks about the management of MySQL using Chef (http://www.percona.com/live/mysql-conference-2013/sessions/managing-mysql-chef 24 April 4:30pm - 5:20pm @ Ballroom A) and Red Dwarf, the Openstack project that HPCS is using for DBaaS (http://www.percona.com/live/mysql-conference-2013/sessions/reddwarf-database-service-openstack-project 25 April 11:00am - 11:50am @ Ballroom C).

I wanted to do a Chef talk, despite my on-again, off-again love/hate relationship with Chef (AKA learning process) because for the past year or so, I

  [Read more...]
Speaker Details For MySQL & Cloud Database Solutions Day, hosted by SkySQL & MariaDB, in Santa Clara
+0 Vote Up -0Vote Down

Check out who’s talking, and about what, at our annual event on all things MySQL, MariaDB and Cloud - straight after Percona Live!

As we mentioned earlier this week, we’re gearing up for Percona Live: MySQL Conference and Expo in a few weeks.

read more

On big technical meetings, or why the end of the UDS is a bad idea
+0 Vote Up -0Vote Down

Canonical has just announced that the Ubuntu Developer Summit will no longer be face to face and every six months. Instead it will be entirely online and virtual, using Google Hangouts. (Here is the announcement.)

On the surface, this seems like a good idea: It's cheaper monetarily, it appears to open things up to people who are unable to travel, and it makes it easier to make complete records.

However, I think it's a bad idea, for several interrelated reasons.

Some decision making needs face-time to happen. For whatever reasons, internet-only communication is not enough for a good enough "meeting of the minds" for sticky or subtle engineering and design decisionmaking.

The IETF, who probably have the longest



  [Read more...]
Impressions of FOSDEM 13
+0 Vote Up -0Vote Down
FOSDEM 13 is now over, I am on my way home and I would like to share some thoughts sparkled by the intense atmosphere that I have lived in these two days in Brussels. I have to admit, I was tempted to skip FOSDEM this year: the last 3 weeks have been crazily busy and I travelled a lot, leaving my family alone for too long. But now I am glad I made the effort.  

read more

The Data Day, Two days: January 25/28 2013
+0 Vote Up -0Vote Down

Informatica’s revenue is in. Hortonworks joins OpenStack. And more.

For 451 clients: Jitterbit gives integration stack makeover, continues to mine salesforce.com bit.ly/VJrwPE By Krishna Roy

— Matt Aslett (@maslett) January 28, 2013

For 451 clients: Enterprise cloud provider Skytap offers new service based on Cloudera Hadoop bit.ly/UpnXij By @rachelchalmers

— Matt Aslett (@maslett) January 25, 2013

For 451 clients: Alteryx plots course for 2013 as it seeks to bring business users into

  [Read more...]
One year in!
+0 Vote Up -1Vote Down

We've been fully operational for one year today. Time to take a quick breath and look back at a year that was among the most exciting in our lives, and time to look ahead to the next 12 months. In which things are likely to get even better.

read more

My journey so far
+1 Vote Up -0Vote Down

July marks my sixth month working on the OpenStack project for HP. Over the past few years I have had people ask me about my journey to where I am now, especially students working on the Drizzle project. So I decided to write it today.

Back in 2007 I worked as a freelancer developing PHP code, doing DBA work and administering Linux systems. One of my biggest clients was an online magazine called The First Post, I was doing so much work for them they hired me as a full time employee under the title Technical Architect. We made great strides whilst working there and I even got the site running from a MySQL Cluster installation.

Towards the end of 2007 the magazine was in financial difficulty and there was a real risk of everyone losing their jobs over Christmas. As luck would have it one of our biggest fans was a guy called Felix Dennis who owns a magazine empire called Dennis

  [Read more...]
OpenStack's Jenkins Job Filler
+1 Vote Up -1Vote Down
OpenStack comprises of many projects, all of which have code reviews via. Gerrit and every code review is tested with many tests on Jenkins.  Whilst this is excellent for code quality this can get quite insane to manage.  In fact at time of writing OpenStack's Jenkins server now has a shade under 300 jobs to manage, I don't know about you but I really don't want to be spending my days managing all of that.  Often we need to make a small change to many jobs at the same time and human error occurs.  In the last few weeks we developed and unveiled the CI team's solution to this: Jenkins Job Filler (aka. Jenkins Job Builder when I forget what we called it).

The initial version of Jenkins Job Filler was written in a combination of Ruby and Puppet scripts but unfortunately it became unmanageable very quickly, it also required a Jenkins restart on every

  [Read more...]
CAOS Theory Podcast 2012.04.20
+0 Vote Up -0Vote Down

Topics for this podcast:

*OpenStack, Amazon, Eucalyptus and Citrix engage in open cloud warfare
*Microsoft spins off new company for openness
*Updates on automation players Puppet Labs and Opscode with Chef
*Percona turns attention to MySQL high availability
*Open APIs as the fifth pillar of modern IT openness

iTunes or direct download (28:42, 4.9MB)

New Gerrit and Jenkins styles are live
+1 Vote Up -0Vote Down
After a bit of tweaking and improvements following feedback from various people the new changes to Jenkins and Gerrit are now live. The changes will also be rolled out onto Stackforge in the next 24 hours.

I've had a lot of great feedback in the few hours the changes have been live, many love it and some have suggestions for improvements. This is great, we know the look could use a bit of refining here and there. What makes this truly awesome is that the styles are kept in an OpenStack project with which anyone can file bugs or send patches up to Gerrit.

To modify the styles simply grab the openstack-ci-puppet repo and look in the Gerrit and Jenkins modules for the files. If you wish to file a bug,



  [Read more...]
High Availability in OpenStack
+0 Vote Up -0Vote Down

A few thoughts on high availability features (or the current absence thereof) in OpenStack.

I've just proposed a session for the OpenStack Folsom design summit which Jay Pipes was nice enough to invite me to (thanks!), and I thought I'd write up a few thoughts of mine ahead of time to get the discussion started.

read more

The real way to start hacking on OpenStack
+1 Vote Up -0Vote Down
I've seen recent attempts at blog posts to show how to get started at hacking on an OpenStack project.  Unfortunately they seem to have over-complicated the issue for new users.  As part of the Core Infrastructure team it is my job to make submitting, reviewing and merging code easier for developers.  This includes documenting that process, so here goes :)

  • You need a Launchpad account and need to be joined to the Openstack team.  You can also join the team of one of the many subprojects if you want to.  Make sure Launchpad has your SSH key, Gerrit (the code review system) uses this.
  • Sign the CLA as outlined in section 3 of the


  •   [Read more...]
    Changes coming to Gerrit's style
    +2 Vote Up -0Vote Down
    Gerrit is a fantastic tool for performing code reviews and automating many of the tasks which can become quite complex. Unfortunately its default style is not the most attractive thing to look at all day. Yesterday I was tasked with skinning Gerrit to make it more in-line with Openstack. This was not as easy a task as I first anticipated, mostly down to not having the ability to edit the HTML layout very much without editing Gerrit's source.

    The result isn't perfect but hopefully a notable improvement which will be coming to an Openstack review site near you soon.  Here is the before and after shots:



      [Read more...]
    A Change in Direction
    +4 Vote Up -1Vote Down
    In 2008 my career took a sudden unexpected turn into the world of MySQL when I was offered a job at Sun.  Since then MySQL and it's forks have been a big part of my life.  The whole community (I mean the people, not the companies) around MySQL are part of what really drove me.

    Unfortunately to me something has changed.  I am not exactly sure what it is, but I am sure it is not just me because others have expressed it in conversation too.  I wasn't enjoying things as much as I used to and for several reasons, some related to this, I have been quite ill.

    Recently I was approached by HP's new cloud division who wanted me to work on OpenStack.  It seemed the perfect opportunity to start something new inside a new vibrant community.  That is not to say I have anything against



      [Read more...]
    451 CAOS Links 2011.11.08
    +0 Vote Up -0Vote Down

    Cloudera raises $40m. Accel announces $100m fund. Rackspace takes OpenStack private. And more.

    # Cloudera raised $40m in series D funding and announced a partnership with NetApp around its NetApp Open Solution for Hadoop.

    # Accel Partners launched a $100m Big Data Fund to invest in Hadoop- and NoSQL-related vendors.

    # Rackspace

      [Read more...]
    451 CAOS Links 2011.10.07
    +0 Vote Up -0Vote Down

    OpenStack Foundation. New Pentaho CEO. And more.

    # Rackspace announced its intention to form an independent OpenStack Foundation.

    # HP has chosen Ubuntu as the lead host and guest operating system for its Public Cloud.

    # Pentaho appointed Quentin Gallivan as its new CEO.

    # Hortonworks continued the discussion about contributions to Apache Hadoop.

    # Bob Bickel explained why CloudBees is not, itself, open source.

    # Google

      [Read more...]
    Got open source cloud storage? Red Hat buys Gluster
    +0 Vote Up -0Vote Down

    Red Hat’s $136m acquisition of open source storage vendor Gluster marks Red Hat’s biggest buy since JBoss and starts the fourth quarter with a very intersting deal. The acquisition is definitely good for Red Hat since it bolsters its Cloud Forms IaaS and OpenShift PaaS technology and strategy with storage, which is often the starting point for enterprise and service provider cloud computing deployments. The acquisition also gives Red Hat another weapon in its fight against VMware, Microsoft and others, including OpenStack, of which Gluster is a member (more on that further down). The deal is also good for Gluster given the sizeable price Red Hat is paying for the provider of open source, software-based, scale-out storage for unstructured data and also as validation of both open source and software in

      [Read more...]
    451 CAOS Links 2011.10.04
    +0 Vote Up -0Vote Down

    Red Hat acquires Gluster. Adobe acquires PhoneGap. Oracle does Hadoop. And more.

    # Red Hat agreed to acquire Gluster for approximately $136m in cash. Red Hat CTO Crian Steven explained why.

    # Adobe announced its agreement to acquire Nitobi, creator of PhoneGap.

    # Oracle unveiled its Oracle Big Data Appliance, including Apache Hadoop and Oracle NoSQL database.

    # ODF 1.2 has been approved as an OASIS standard.

    # Univa

      [Read more...]
    CAOS Theory Podcast 2011.09.30
    +0 Vote Up -0Vote Down

    Topics for this podcast:

    *Cloud M&A potential around OpenStack
    *Oracle’s commercial extensions for MySQL
    *Puppet Labs rolls out Enterprise 2.0, hosts PuppetConf
    *Basho bolsters Riak distributed data store in NoSQL race
    *Our latest special CAOS report, ‘The Changing Linux Landscape’

    iTunes or direct download (25:59, 4.4MB)

    451 CAOS Links 2011.09.30
    +0 Vote Up -0Vote Down

    Microsoft’s Android revenue. Tizen formation. And more.

    # As Microsoft announced its latest Android-related patent agreement with Samsun, Goldman Sachs estimated that the company will make $444m in revenue from Android patent deals for fiscal year 2012.

    # LiMo Foundation and The Linux Foundation announced the formation of Tizen to develop a Linux-based device software platform.

    # Karmasphere raised $6m in a series B round

      [Read more...]
    451 CAOS Links 2011.09.23
    +0 Vote Up -0Vote Down

    Red Hat revenue up 28% in Q2. Funding for NoSQL vendors. And more.

    # Red Hat reported net income of $40m in the second quarter on revenue up 28% to $281.3m.

    # 10gen raised $20m in funding, while DataStax closed an $11m series B round, while also releasing its DataStax Enterprise and Community products. Additionally Neo Technology

      [Read more...]
    451 CAOS Links 2011.09.07
    +0 Vote Up -0Vote Down

    HP builds Cloud Services on OpenStack. Linux on Github. And more.

    # HP announced the private beta program of its OpenStack-based HP Cloud Services.

    # Linus Torvalds made Linux 3.1 available on Github, albeit temporarily.

    # The National Security Agency proposed a new database, Accumulo, to the Apache Foundation for incubation.

    # Nominations for the Document Foundation board elections are now open.

    #

      [Read more...]
    451 CAOS Links 2011.07.29
    +0 Vote Up -0Vote Down

    Open Cloud Initiative launches. HP joins OpenStack. Oracle releases Java 7. And more.

    # The Open Cloud Initiative launched to drive open standards in cloud computing.

    # HP announced its support for OpenStack.

    # Oracle announced the availability of Java SE 7. The Apache Software Foundation warned of index corruption and crashes in Apache Lucene and Solr.

    # Nebula

      [Read more...]
    451 CAOS Links 2011.07.26
    +0 Vote Up -0Vote Down

    CloudBees raises $10.5m. Microsoft commits $100m to SUSE. And more.

    # CloudBees secured $10.5m in Series B venture funding.

    # Microsoft renewed its vows with Attachmate’s SUSE business unit, committing to invest $100m in new SUSE Linux Enterprise certificates over the next four years.

    # Oracle announced that it has acquired Ksplice, twhioch offers zero downtime update technology for Linux.

    # Ingres announced that Steve Shine has been named Chief Executive Officer and President.

    # Dell

      [Read more...]
    451 CAOS Links 2011.05.03
    +0 Vote Up -0Vote Down

    Novell sold to Attachmate. Barnes & Noble throws the book at Microsoft. And more.

    Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca, and daily at Paper.li/caostheory
    “Tracking the open source news wires, so you don’t have to.”

    # Novell closed its acquisition by Attachmate and its patent sale to CPTN.

    # Attachmate’s CEO discussed the company’s plans for SUSE Linux.

    # Barnes & Noble


      [Read more...]
    Mailing List FAIL
    +1 Vote Up -0Vote Down

    I've been thinking a bunch about email and mailing lists recently... about how to deal with them, how to follow the ones that are important but not get drowned in a sea of email noise. I have a non-tech email account which is where friends mail me personally and where I handle theatre-related stuff. I do not receive a stupid amount of email on this account, and I am almost always interested in reading the messages that arrive there. So on my inaugust.com email address, I've been considering unsubscribing from all mailing lists and setting both Launchpad and github to stop emailing me most things.

    For Launchpad and github, most things I care about have status pages of some sort: lists of bugs or branches I need to attend to or whatnot. I really don't need to get an email every time someone files a bug - it's noise.

    Mailing lists are the trickier one, because so many open source projects are

      [Read more...]
    451 CAOS Links 2011.04.15
    +0 Vote Up -0Vote Down

    VMware launches Cloud Foundry. Red Hat heads for Ceylon. And more.

    Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca, and daily at Paper.li/caostheory
    “Tracking the open source news wires, so you don’t have to.”

    # VMware launched Cloud Foundry Platform-as-a-service and open source project.

    # Red Hat’s Gavin King revealed details of the company’s Ceylon project.

    # Red Hat submitted a number of specification requests for Java EE 7.

    # Terracotta accused Red Hat of “trying to pull a fast one” with its data cache JSR.


      [Read more...]
    What VMware's Cloud Foundry announcement is about
    +0 Vote Up -0Vote Down

    I chatted today about VMware's Cloud Foundry with Roger Bodamer, the EVP of products and technology at 10Gen. 10Gen's MongoDB is one of three back-ends (along with MySQL and Redis) supported from the start by Cloud Foundry.


    If I understand Cloud Foundry and VMware's declared "Open PaaS" strategy, it should fill a gap in services. Suppose you are a developer who wants to loosen the bonds between your programs and the hardware they run on, for the sake of flexibility, fast ramp-up, or cost savings. Your choices are:

    An IaaS (Infrastructure as a Service) product, which hands you an emulation of


      [Read more...]
    451 CAOS Links 2011.04.12
    +0 Vote Up -0Vote Down

    Groklaw declares victory. Cloudera updates Hadoop distro. And more.

    Follow 451 CAOS Links live @caostheory on Twitter and Identi.ca, and daily at Paper.li/caostheory
    “Tracking the open source news wires, so you don’t have to.”

    # Groklaw claimed victory, will stop publishing new articles on May 16.

    # Cloudera released version 3 of its Hadoop distribution.

    # VoltDB released version 1.3 of its open source distributed in-memory database.

    # Black Duck grew sales by 51% in Q1.

    # eXo and Convertigo partnered to add


      [Read more...]
    OpenStack on Drizzle
    +0 Vote Up -0Vote Down

    Rackspace has been busy over the last year, funding both the Drizzle project and the OpenStack project. I've been lucky enough to be involved in both, and I couldn't be more pleased and proud of the stuff that's come from both projects.

    What about synergy though?

    Well, it turns out that it's pretty easy to use Drizzle as your database for two of the three current main OpenStack components. Glance, the Image Registry and  Nova the Cloud Computing Fabric Controller, both use SQLAlchemy to manage data that needs to go into a database.

    There's one prerequisite you need to get up and running, and that's SQLAlchemy 7, which is currently in beta. SQLAlchemy 7 introduces a Drizzle dialect, which tells the ORM how to map properly to Drizzle datatypes and the like. Once you've installed SA7, it's as simple as creating a schema to stick data in and the changing the

      [Read more...]
    Showing entries 1 to 30 of 30

    Planet MySQL © 1995, 2013, Oracle Corporation and/or its affiliates   Legal Policies | Your Privacy Rights | Terms of Use

    Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.