Walmart's OneOps: A Closer Look.
OneOps.com

Walmart's OneOps: A Closer Look.

Walmartlabs recently released OneOps into the wild as an open source project.  Walmart's OneOps is a Application Lifecycle Management tool that abstract most of the complex task of packaging, deployment, provisioning in all environments and is meant to give developers control over their own deployments. OneOps was a result of Walmart's fear of over reliance on one particular cloud-provider or technology. As such OneOps acts as an abstraction buffer between all the underlying cloud, deployment technologies and the user. In the next few posts we will take a closer look at OneOps and a few of its offerings here

You can read all about the advantages of OneOps at their home page here. There are two ways to try out OneOps quickly one is on the Amazon Cloud through the ready made AMI and second is through the Vagrant Image provided by the OneOps team. The Amazon Cloud image is the quicker one and all you need to do is spin up an instance, follow the instructions on their getting started page and you are up and running. The Vagrant image is a bit more involved but also give your a bit more freedom to play around if your install it on a laptop as I did.

Under the hood OneOps is a behemoth with Ruby, ActiveMq, Postgres, Cassandra, ElastiSearch, LogStash, Chef, Tomcat and a few other odds and ends running to keep it humming.

The Vagrant Image:

Before you try the Vagrant Image make sure your VirtualBox software is up to date. Don't even think of trying it on Windows box. It won't work. You have to have either Linux or Mac. I tried it on both and it worked.

You can read the complete post on ReleaseManagement.org : Walmart’s OneOps: A Closer Look.

要查看或添加评论,请登录

Nilesh Nimkar的更多文章

  • Diagram as Code with Python

    Diagram as Code with Python

    As a Cloud Native Development Architect everything for me usually starts with a diagram. Sometimes I create the diagram…

    3 条评论
  • The Holy Grail called Immutable Infrastructure

    The Holy Grail called Immutable Infrastructure

    it is quite common to fix small problems directly on production servers by directly logging on to them and then back…

    1 条评论
  • Database Version Control Tools

    Database Version Control Tools

    A couple of years ago I wrote a blog post about Database Versioning and how it was ignored over source code versioning.…

    2 条评论
  • DevOps: An Organic Evolution

    DevOps: An Organic Evolution

    The benefits of DevOps are immense as can be seen here, here, here and many other similar examples. Although many of…

    3 条评论
  • Code Metrics: How good is your code ?

    Code Metrics: How good is your code ?

    Code review and code metrics are two facts of life that a good developer cannot (or should not) escape. Code metrics…

  • Version Control: Branching Models

    Version Control: Branching Models

    A good developer always versions his or her code. And all good version control systems provide means to create branches.

    1 条评论
  • Database Versioning: Using Liquibase

    Database Versioning: Using Liquibase

    Last week I wrote an article about Database Versioning called Database Versioning: The ignored aspect of version…

    1 条评论
  • Database Versioning: The ignored aspect of version control.

    Database Versioning: The ignored aspect of version control.

    Version control is an important aspect of writing code. From the initial check-in to the final build, it is crucial to…

    1 条评论

社区洞察

其他会员也浏览了