Skip to content
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: SUSE/qe-sap-deployment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.0
Choose a base ref
...
head repository: SUSE/qe-sap-deployment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.0
Choose a head ref
  • 10 commits
  • 20 files changed
  • 3 contributors

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    e958bd7 View commit details
    Browse the repository at this point in the history
  2. Change default spaging for subnet (#315)

    Change how subnet is calculated from vnet.
    Move all locals about network and IP to a dedicated file.
    Improve the terraform code documentation.
    mpagot authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    3406342 View commit details
    Browse the repository at this point in the history
  3. Use proper default for the iscsi machine type

    t3a.small is not a supported size by sles4sap 15sp5. Change to a size that is
    valid for majority of modern sles4sap.
    mpagot committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    6945b99 View commit details
    Browse the repository at this point in the history
  4. Manage terraform AWS IP address and ranges (#313)

    * Manage terraform AWS IP address and ranges
    
    Move all the locals about ip address and ranges to a dedicated file.
    Change indentation to split long lines.
    Create intermediate new locals to make algorithm hopefully more readable.
    Start considering 4 initial IP address that AWS reserve.
    Calculate each range and IP dinamically using the previous one as
    starting point.
    
    * Improve documentation of AWS network file
    
    * Reduce subnet address range
    mpagot authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    6d72a6f View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Merge pull request #316 from mpagot/terraform_aws_iscsi_vm_size_default

    Use proper default for the iscsi machine type
    alvarocarvajald authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    b6fa358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0c21e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Suggest running ansible-lint (#319)

    Add suggestion in CONTRIBUTING about PR preparation
    mpagot authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    70c5550 View commit details
    Browse the repository at this point in the history
  2. Solve Ansible lint warning in storage preparation area (#317)

    Use full name for lvol abd lvg Ansible tasks
    Fix space and indentation
    Add missing task names
    mpagot authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    1f8e955 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    8484d92 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #320 from mpagot/ansible_fix_typo

    Fix Ansible lint error and typo
    alvarocarvajald authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    811f3c5 View commit details
    Browse the repository at this point in the history
Loading