BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage ALM Content on InfoQ

  • Google Proposes to Enhance JSON with Jsonnet

    Google has open sourced Jsonnet, a configuration language that supersedes JSON and adds new features without breaking backwards compatibility: comments, references, arithmetic and conditional operators, array and object comprehension, imports, functions, local variables, inheritance and others. Jsonnet programs are translated to compliant JSON data formats.

  • 5 Design Principles for System Configuration

    Popular configuration mechanisms like conf.d pose multiple problems when trying to converge system configuration using configuration management tools. Ish-Shalom proposes five design principles for configuration that prevent those problems. The core ideas being the use of a configuration API and the separation of configurations based on the type of system updates they require.

  • Monitoring as a Service

    James Turnbull, VP of engineering at Kickstarter and author of The Docker Book, presented at both FOSDEM and Config Management Camp about monitoring, sharing his views on modern, scalable, business oriented monitoring, provided as a service with self service APIs, and integrated in the project development.

  • Config Management Camp: Containers and Configuration Management Future

    Julian C. Dunn, product manager at Chef, presented at Config Management Camp about how configuration management needs to adapt to a containerized world, while Gareth Rushgrove, software engineer at Puppet Labs, talked about the future of configuration management, and how the emerging and future technologies will still need to have configuration management into account.

  • Config Management Camp: Lean Configuration Management

    Jez Humble, co-author of "Continuous Delivery" and "Lean Enterprise" and VP at Chef, presented the second Config Management Camp keynote, sharing the principles that enable high throughput and stability and the configuration management practices behind them, using models drawn from the Lean movement.

  • Config Management Camp: BOSH, CoreOS and Kubernetes

    Andrew Clay Shafer, senior director of technology at Pivotal, presented at Config Management Camp on BOSH, the project used to deploy Cloud Foundry PaaS, while Kelsey Hightower, developer advocate at CoreOS, talked about CoreOS and Kubernetes, the open source project started by Google to manage a cluster of Linux containers.

  • Config Management Camp: Beyond Configuration Management

    Mitchell Hashimoto, founder of HashiCorp and creator of Vagrant, presented the first Config Management Camp keynote, describing the status of the datacenter in the past and today, the existing problems and outlining solutions, such as distributed systems, failure tolerance or usage of containers.

  • FOSDEM Configuration Management: Open Source Infrastructure

    Spencer Krum and Elizabeth K. Joseph shared their experience both using and providing the public infrastructure used by OpenStack at the configuration management developer room at FOSDEM.

  • FOSDEM Configuration Management: Consul First Steps and Orchestration of Services with Juju

    FOSDEM, the Free and Open Source Software Developers' European Meeting, took place this weekend in Brussels, Belgium, with over 4000 participants. This year the conference had over 40 tracks, both official and developer rooms organized by different communities, dedicated to diverse subjects such as Ruby, virtualization or config management.

  • FOSDEM Configuration Management: Practices for Infrastructure as Code and Puppet Modules

    FOSDEM, the Free and Open Source Software Developers' European Meeting, took place this weekend in Brussels, Belgium, with over 4000 participants. This year the conference had over 40 tracks, both official and developer rooms organized by different communities, dedicated to diverse subjects such as Ruby, virtualization or config management.

  • Proactively Monitor Configuration Changes with Tripwire

    Most companies still manually track configuration changes using a wiki or spreadsheet. Only the most basic information such as IP addresses are included, as recording everything is just too tedious. Even knowing basic information such as who made the change is difficult and time consuming. Tripwire seeks to eliminate this problem by proactively monitoring configuration changes.

  • Ansible Is Learning Windows

    Ansible is adding support for Windows, using PowerShell and Windows Remote Management as the underlying technologies. Ansible 1.7, which should be released in a few weeks time, will feature Windows integration in "beta" status. InfoQ talked with Michael DeHaan, Ansible's creator, to know more about this development.

  • Google’s Container Tool Attracts Support From Microsoft, IBM, and Others

    Google recently took the wraps off Kubernetes, an open source orchestration tool for managing Docker containers at scale. Late last week, Microsoft, IBM, RedHat, Docker, Mesosphere, CoreOS, and SaltStack all jumped on board and pledged to actively contribute to this project.

  • Jenkins CI Integrates With Chef and Puppet to Provide Full Traceability of Deployments

    Using the Deployment Notification plugin for Jenkins developed by CloudBees and either the additional Chef Software plugin or Puppet Labs plugin, engineers can now trace every file installed by Chef or Puppet within Jenkins CI.

  • Applying Use Cases in Agile: Use Case 2.0, Slicing and Laminating

    To incrementally develop and deliver products using agile software development, requirements are gathered and organized into a product backlog. A requirement technique that is used in agile software development is use cases. Some techniques to apply use cases for managing product requirements in agile are use case 2.0, slicing and laminating.

BT