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: itential/itential.deployer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: itential/itential.deployer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 9 commits
  • 85 files changed
  • 6 contributors

Commits on Sep 12, 2024

  1. Missing SSO parameter in authenticationProps (#58)

    * Missing SSO parameter in authenticationProps
    
    If you install IAP for the second time with the deployer, this missing SSO parameter in authenticationProps cause a failure in IAP 2023.2.x that doesn't permit IAP initialize.
    
    * Add support to newer versions
    
    Add support to newer versions of IAP
    
    Co-authored-by: kvelarde-itential <[email protected]>
    
    ---------
    
    Co-authored-by: kvelarde-itential <[email protected]>
    Madias2222 and kvelarde-itential authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a72111f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fix ansible lint issues in all roles and playbooks (#61)

    * Fix lint issues in os role (#45)
    * Fix lint issues in vault role(#46)
    * Fix lint issues in redis_replication role (#47)
    * Fix lint issues in redis auth role (#48)
    * Fix lint issues in platform_app_artifact role (#49)
    * Fix lint issues in rabbitmq_ssl role (#50)
    * Fix lint issues in python role (#51)
    * Fix lint issues in offline role (#52)
    * Fix lint issues in redis role (#53)
    * Fix lint issues in rabbit_cluster role (#55)
    * Fix lint issues in rabbit role (#56)
    * Fix lint issues in playbooks (#57)
    * Fix lint issues in platform role (#59)
    * Fix lint issues in common_vars role (#60)
    * Change yum tasks to dnf (#62)
    ---------
    Co-authored-by: Steven Schattenberg <[email protected]>
    Co-authored-by: Nick-Andreano <[email protected]>
    3 people authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f9c6866 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Support non-standard mongo port (#65)

    * resolved conflicts
    
    * Adding port var to mongo tasks to support non-standard ports
    
    * Fixed typo
    
    * Resolved code review items
    steven-schattenberg-itential authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    21db358 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fixed redis installation when using custom variables (#66)

    * Create redis_varlib.te
    
    This file will add SELinux context to add log, data directories in a different place from the default
    
    * Update main.yml to support redis_data_dir, redis_log_dir, redis_pid_dir, different port
    
    Fix support to:
    
    * redis_data_dir, 
    * redis_log_dir, 
    * redis_pid_dir, 
    * different port
    
    * Remove user,group and data,log directories creation.
    
    Remove user,group and data,log directories creation.
    Those items now are created in main.yml tasks
    
    * Fixed pid dir, and announce port
    
    Fixed pid dir, and announce port
    
    * Change the installation source from remi_repo to source 
    
    Change the installation source from remi_repo to source
    
    * Added redis_port and sentinel_port variables
    
    Added redis_port and sentinel_port variables
    
    * Fixed the hardcoded redis ports to variable
    
    Fixed the hardcoded redis ports to variable
    
    * Fixed source install
    
    Fixed source install
    
    * Fixed conditions rules for execute directories creation
    
    Fixed conditions rules for execute directories creation
    
    * Optimize the code in announce items
    
    Optimize the code in announce items
    
    * Removed sentinel port, moved for common vars
    
    Removed sentinel port, moved for common vars
    
    * Fixed the hardcoded redis port to a variable
    
    Fixed the hardcoded redis port to a variable
    
    * Fixed hardcoded ports to variable
    
    Fixed hardcoded ports to variable
    
    * Fix sentinel variable name
    
    Fix sentinel variable name
    
    * Fixed trailing spaces
    
    Fixed trailing spaces
    Madias2222 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    469b367 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Fixed RabbitMQ installation when using custom variables (#67)

    * Ansible lint (#46)
    
    * resolved conflicts
    
    * Fix ansible-lint issues
    
    * Resolved conflict
    
    * Os (#45)
    
    
    * Remove yum_update and remove the task to update the current yum packages
    
    ---------
    
    Co-authored-by: $GITHUB_ACTOR <[email protected]>
    
    * Fix ansible lint issues in redis auth role (#48)
    
    * Fix lint issues in redis_auth role
    
    * Fix ansible lint issues in platform_app_artifact role (#49)
    
    * Fix ansible lint issues in python role (#51)
    
    * Fix ansible lint issues in rabbitmq_ssl role (#50)
    
    * Add RabbitMQ custom configuration tasks
    
    * Move rabbitmq cluster role tasks to rabbitmq role
    Remove rabbitmq cluster role
    Update docs
    Fix hard-coded rabbitmq ports in platform role
    Move rabbitmq ports to common vars role
    Add ability to set rabbitmq disk_free_limit.absolute
    
    * Support non-standard mongo port (#65)
    
    * resolved conflicts
    
    * Adding port var to mongo tasks to support non-standard ports
    
    * Fixed typo
    
    * Resolved code review items
    
    * Fixed redis installation when using custom variables (#66)
    
    * Create redis_varlib.te
    
    This file will add SELinux context to add log, data directories in a different place from the default
    
    * Update main.yml to support redis_data_dir, redis_log_dir, redis_pid_dir, different port
    
    Fix support to:
    
    * redis_data_dir, 
    * redis_log_dir, 
    * redis_pid_dir, 
    * different port
    
    * Remove user,group and data,log directories creation.
    
    Remove user,group and data,log directories creation.
    Those items now are created in main.yml tasks
    
    * Fixed pid dir, and announce port
    
    Fixed pid dir, and announce port
    
    * Change the installation source from remi_repo to source 
    
    Change the installation source from remi_repo to source
    
    * Added redis_port and sentinel_port variables
    
    Added redis_port and sentinel_port variables
    
    * Fixed the hardcoded redis ports to variable
    
    Fixed the hardcoded redis ports to variable
    
    * Fixed source install
    
    Fixed source install
    
    * Fixed conditions rules for execute directories creation
    
    Fixed conditions rules for execute directories creation
    
    * Optimize the code in announce items
    
    Optimize the code in announce items
    
    * Removed sentinel port, moved for common vars
    
    Removed sentinel port, moved for common vars
    
    * Fixed the hardcoded redis port to a variable
    
    Fixed the hardcoded redis port to a variable
    
    * Fixed hardcoded ports to variable
    
    Fixed hardcoded ports to variable
    
    * Fix sentinel variable name
    
    Fix sentinel variable name
    
    * Fixed trailing spaces
    
    Fixed trailing spaces
    
    * Fix ansible lint issue in redis
    
    * Fix spacing in RabbitMQ guide
    
    ---------
    
    Co-authored-by: Steven Schattenberg <[email protected]>
    Co-authored-by: Nick-Andreano <[email protected]>
    Co-authored-by: $GITHUB_ACTOR <[email protected]>
    Co-authored-by: Marcos Dias <[email protected]>
    5 people authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    88c9662 View commit details
    Browse the repository at this point in the history
  2. Non standard dirs (#68)

    * resolved conflicts
    
    * Replace hard coded paths with variables
    
    * Resolve conflict
    steven-schattenberg-itential authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4ce3625 View commit details
    Browse the repository at this point in the history
  3. Add mongo host to tasks, do not use default (#69)

    * resolved conflicts
    
    * Replace hard coded paths with variables
    
    * Resolve conflict
    
    * resolved conflicts
    
    * Resolve conflicts
    
    * Add mongo host to tasks, do not use default
    steven-schattenberg-itential authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    22290bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    995ed9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8604b3 View commit details
    Browse the repository at this point in the history
Loading