Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sap_swpm: New improved and simplified version #840

Open
wants to merge 34 commits into
base: dev
Choose a base branch
from

Commits on Aug 2, 2024

  1. sap_swpm: No longer use different execution modes

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4386599 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. sap_swpm: Improved section markers for inifile

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ba5fe7c View commit details
    Browse the repository at this point in the history
  2. sap_swpm: Reorganize yml files, part 1

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    53fc46f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. sap_swpm: Fix task name

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4ef0900 View commit details
    Browse the repository at this point in the history
  2. sap_swpm: Speed up inifile generation if tag is specified

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    73df286 View commit details
    Browse the repository at this point in the history
  3. sap_swpm: Integrate the inifile_reuse mode

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e065e9f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. sap_swpm: Reorganize yml files, part 2

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7eb407d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. sap_swpm: Improve variable detection

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a9323cd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. sap_swpm: Fix typo in README.md

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f3b2381 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. sap_swpm: Add certain parameter consistency checks

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    18a7446 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. sap_swpm: Adapt README.md

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    61f1b7d View commit details
    Browse the repository at this point in the history
  2. sap_swpm: Explain how to migrate playbooks

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f7e5ef7 View commit details
    Browse the repository at this point in the history
  3. sap_swpm: Fix two typos in inifile_params.j2

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    16fd86f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. sap_swpm: Add missing single reverse quote

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    03f372b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f039b14 View commit details
    Browse the repository at this point in the history
  3. sap_swpm: Further changes to README.md

    ... for better readability
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8ce28cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f8e23b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 9, 2024

  1. sap_swpm: Recognize sap_swpm_templates_install_dictionary

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    06c1739 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. sap_swpm: No longer define sap_swpm_product_catalog_id...

    ... in defaults/main.yml
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f0b8339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ef236 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. sap_swpm: Prioritize sap_swpm_templates_install_dictionary members

    Due to the use of global variables in sap_swpm, there appears to be no
    simple way of giving priority to top level vars over the same variables
    defined in sap_swpm_templates_install_dictionary.
    We can also assume that if using sap_swpm_templates_install_dictionary,
    this is done on purpose and with the intention to use its members with
    priority over top level variables.
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c012680 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. sap_swpm: Adapt README.md to new standard

    Note: This is WIP.
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a4ba100 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 21, 2024

  1. sap_swpm: Use sap_maintain_etc_hosts role; use booleans

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c12fa43 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. sap_swpm: Add support for HA virtual hostname resolution

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    54c4ed7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. sap_swpm: remove roles/sap_swpm/requirements.yml

    This file should only exist on the collection level.
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b2f7bc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    87188fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0034767 View commit details
    Browse the repository at this point in the history
  3. sap_swpm: Perform additional assertions for the install type

    ... and for the presence of sap_swpm_virtual_hostname in case of HA
    installation types
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3508e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. sap_swpm: Skip comments in /etc/hosts check

    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    37fff99 View commit details
    Browse the repository at this point in the history
  2. sap_swpm: Fix /etc/hosts ip address resolution

    Also modify the fail_msg to not resolve sap_swpm_virtual_hostname
    
    Signed-off-by: Bernd Finger <[email protected]>
    berndfinger committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c1ec503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f603471 View commit details
    Browse the repository at this point in the history