butane
by
coreos

Description: Butane translates human-readable Butane Configs into machine-readable Ignition Configs.

View on GitHub ↗

Summary Information

Updated 39 minutes ago
Added to GitGenius on June 10th, 2024
Created on April 26th, 2019
Open Issues & Pull Requests: 56 (+0)
Number of forks: 87
Total Stargazers: 322 (+0)
Total Subscribers: 10 (+0)

Issue Activity (beta)

Open issues: 43
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 946 days
Stale 30+ days: 39
Stale 90+ days: 35

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • jira (82)
  • enhancement (42)
  • bug (19)
  • good first issue (16)
  • sugar (9)
  • validation (5)
  • question (3)
  • cleanup (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 2.0 hours
Mean response time: 202.9 days
90th percentile: 851.1 days
Tracked items: 77

Most active contributors

Detailed Description

Butane is a configuration translation tool that converts human-readable Butane Configs into machine-readable Ignition Configs. Originally developed as the Fedora CoreOS Config Transpiler (FCCT), the project has evolved into a critical component of the CoreOS infrastructure ecosystem. Written in Go, Butane serves as a bridge between system administrators who write declarative configuration specifications and the low-level Ignition format that CoreOS systems consume during provisioning and initialization.

The primary purpose of Butane is to simplify the process of configuring CoreOS systems by allowing users to write configurations in a more accessible YAML-based format rather than directly authoring Ignition JSON. This abstraction layer makes infrastructure-as-code practices more approachable for operators managing containerized and Kubernetes environments. The tool supports a comprehensive range of configuration options documented in its specification files, enabling users to define system settings, user accounts, file systems, and other deployment parameters through a declarative syntax.

Butane can be used both as a command-line tool and as a library, providing flexibility for different integration scenarios. The project includes development documentation that explains how to use Butane programmatically, how to build the released binaries, and how to contribute to the codebase. This dual-use approach has made it valuable for both direct system configuration and for integration into larger automation frameworks.

The repository shows active maintenance and community engagement. GitGenius tracking data reveals a median issue and pull request response latency of 2.0 hours, indicating responsive project stewardship. The most frequently used issue labels are jira (40 occurrences), enhancement (16), and good first issue (7), suggesting the project maintains clear categorization of work items and actively welcomes new contributors. The core maintenance team includes prestist and travier, who each logged 87 tracked events, alongside yasminvalim with 24 events, demonstrating distributed responsibility for project oversight.

The project maintains connections with related repositories in the broader container and infrastructure ecosystem. GitGenius identified overlapping contributors with golang/go, bootc-dev/bootc, and containers/buildah, indicating that Butane developers participate in complementary projects focused on container tooling and system provisioning. This interconnection reflects Butane's role within a larger suite of tools for managing containerized infrastructure.

Butane's classification spans multiple domains including cluster setup, OS installation, configuration management, Kubernetes integration, and deployment automation. The tool is particularly relevant for Red Hat Atomic Host environments and integrates with cloud-init patterns, making it applicable across various Linux deployment scenarios. Its support for declarative YAML syntax aligns with modern infrastructure-as-code practices, while its conversion capability to Ignition format ensures compatibility with CoreOS and Fedora CoreOS systems that rely on Ignition for system initialization.

The project's documentation includes getting started guides and comprehensive configuration specifications, supporting both new users and advanced operators. By abstracting away the complexity of Ignition's JSON format, Butane enables more maintainable and readable infrastructure definitions, particularly valuable in environments where configuration management and reproducibility are critical concerns.

butane
by
coreoscoreos/butane

Repository Details

Fetching additional details & charts...