Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

[WIP] Refactoring configuration mechanism #118

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    77a29b0 View commit details
    Browse the repository at this point in the history
  2. Added detect drives command

    This new command will create `drives.yml` in the `/data` directory
    inside the container (mapping to user's config directory). This YAML
    file has parsed output from `lsblk -J` for each node stored in an array,
    which enables us to get a lot of information about disks (including that
    which would be necessary to hide the root filesystem onto which CoreOS
    is installed)
    jharmison-redhat committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    59c263b View commit details
    Browse the repository at this point in the history
  3. Removed old configuration mechanism

    - Converted various shell calls to proxy only
    - Removed all TUI library elements
    - Removed references to config.sh in playbook scripts
    - Removed config playbook directory
    jharmison-redhat committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    75ebb94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d62ab45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    136073b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    991953b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e0666e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43d3dbf View commit details
    Browse the repository at this point in the history
  9. Removed faros-config from monorepo structure (#1)

    Faros Config now lives in a separate [repository](https://github.com/project-faros/faros-config) in order to enable it to have its own release cycle and separate, dedicated CI and testing.
    jharmison-redhat committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    9724ac4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    70149d8 View commit details
    Browse the repository at this point in the history