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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: project-faros/cluster-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.7.3
Choose a base ref
...
head repository: project-faros/cluster-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 113 files changed
  • 4 contributors

Commits on Jul 30, 2021

  1. Fix typo restarting the faroswan interface.

    The router role was not correctly restarting the faroswan interface when
    required.
    
    Fix for #161
    rmkraus committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0e11e4d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Add Linting (#162)

    * Add pre-commit config
    
    * Automatic pre-commit changes
    
    * Add .cache
    
    This is generated by ansible-lint runs
    
    * Ignore role-name conventions
    
    * Fix ansible-lint pipefail
    
    * Fix ansible-lint unnamed-task
    
    * ansible-lint fix command-instead-of-shell
    
    * ansible-lint fix empty-string-compare
    
    * ansible-lint fix literal-compare
    
    * ansible-lint fix var-spacing
    
    * ansible-lint fix no-changed-when
    
    * ansible-lint fix no-handler
    
    * ansible-lint fix risky-file-permissions
    
    * pre-commit fix check-executables-have-shebangs
    
    * pre-commit fix line ending
    
    * ansible-lint fix yaml truthy values
    
    * ansible-lint yamllint more fixes
    
    * Add (untested) Github Action for ansible-lint
    
    * Bump Workflow ansible-lint version
    
    Maybe this helps?
    
    * Fix find/replace and other remarks from review
    
    Squash me!
    mulbc authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    325e4f7 View commit details
    Browse the repository at this point in the history
  2. Added retries to oc debug commands while deploying storage.

    Sometimes clusters don't seem to like making so many debug pods with the
    same name. This should help reduce failures.
    rmkraus committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    5544fe2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c902ef View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Guest node management on bastion (#163)

    * Added config options for configuring the bastion node guest VM.
    
    Also fixed a bug that was revealed in conftui with CheckParameters
    
    * Added code to configure host devices on virtual machines.
    
    * Added custom memory/CPU counts and drive mapping to guest VM.
    
    * Nothing changes during drive mapping check.
    
    * Updated script for fetching VM facts.
    
    * Allow VM cpu/ram to be modified on the fly.
    
    * Updated vm management to read virsh_name variable.
    
    * Added playbook to manage application nodes.
    
    * Fixed issue with updating vcpu counts on virtual machines.
    
    * Updates to container-storage and nvidia-drivers to work with virtual node.
    
    * Updates to container storage to enable using with guest node.
    
    * Added storage cluster template.
    
    * Minor QA bug fixes
    rmkraus authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e5929fe View commit details
    Browse the repository at this point in the history
  2. Bumping version to 4.7.4

    rmkraus committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    22dfca0 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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

Commits on Aug 19, 2021

  1. Allow IP addresses for Ilo interfaces to be specified for user manage…

    …d ilo networks. (#171)
    
    * Added mgmt_ip option to config menu.
    * Started updates to inventory file.
    * Added mac address verification to the inventory script.
    * Fixed an issue with the conftui to allow empty text fields.
    * Updated dhcp playbook to not create records to ipmi interfaces specified by ip address.
    rmkraus authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    f75b1d3 View commit details
    Browse the repository at this point in the history
  2. Load the default configuration when no config file exists (#172)

    * Fixed issue with validating mac addresses.
    
    * Automatically load default config file when none exists.
    
    This fixes #168.
    rmkraus authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    dcd0756 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Update ansible requirement from <4.2 to <4.5 (#169)

    Updates the requirements on [ansible](https://github.com/ansible/ansible) to permit the latest version.
    - [Release notes](https://github.com/ansible/ansible/releases)
    - [Commits](https://github.com/ansible/ansible/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ansible
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    166c0be View commit details
    Browse the repository at this point in the history
  2. Automatically enable the registry when storage is available. (#173)

    * Automatically enable the registry when storage is available.
    * Changed the default storage class to RBD because it is more performant
    * Manually created PVC for the registry to target the correct StorageClass
    rmkraus authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    dabf61a View commit details
    Browse the repository at this point in the history
  3. Version bump.

    rmkraus committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b27504a View commit details
    Browse the repository at this point in the history
Loading