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

Support non-standard mongo port #65

Conversation

steven-schattenberg-itential
Copy link
Contributor

No description provided.

Madias2222
Madias2222 previously approved these changes Sep 18, 2024
Nick-Andreano
Nick-Andreano previously approved these changes Sep 18, 2024
roles/gateway/tasks/main.yml Outdated Show resolved Hide resolved
roles/mongodb/tasks/configure-selinux.yml Outdated Show resolved Hide resolved
roles/mongodb/tasks/main.yml Outdated Show resolved Hide resolved
roles/mongodb/tasks/main.yml Outdated Show resolved Hide resolved
roles/mongodb/tasks/main.yml Outdated Show resolved Hide resolved
@kvelarde-itential kvelarde-itential changed the title Non standard mongo port Support non-standard mongo port Sep 18, 2024
@steven-schattenberg-itential steven-schattenberg-itential merged commit 21db358 into itential:main Sep 18, 2024
1 check passed
kvelarde-itential pushed a commit to kvelarde-itential/deployer that referenced this pull request Sep 21, 2024
* resolved conflicts

* Adding port var to mongo tasks to support non-standard ports

* Fixed typo

* Resolved code review items
steven-schattenberg-itential added a commit that referenced this pull request Sep 21, 2024
* 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 <github-action@users.noreply.github.com>

* 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 <122639296+steven-schattenberg-itential@users.noreply.github.com>
Co-authored-by: Nick-Andreano <99693460+Nick-Andreano@users.noreply.github.com>
Co-authored-by: $GITHUB_ACTOR <github-action@users.noreply.github.com>
Co-authored-by: Marcos Dias <marcos.dias@itential.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants