Skip to content

Conversation

@quartje
Copy link
Contributor

@quartje quartje commented Nov 26, 2024

The role mariadbdocker is added, which provisions a MariaDB docker container on the Docker host. It allows for hosting all MariaDB databases.
A docker network is created, and all roles that require MariaDB access have access to this network

@quartje quartje force-pushed the feature/mariadb_docker branch from f92e65d to 4d17265 Compare December 2, 2024 09:33
Copy link
Member

@baszoetekouw baszoetekouw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

de defaults zijn niet helemaal consistent (op een paar plaatsen is het een dict geworden ipv een list van dicts)>
En er lijken een paar unrelated changes in te zitten. Zijn die expres?

state: started
networks:
- name: "loadbalancer"
networks: "{{ aa_docker_networks }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je vervangt hierdoor de list door een hash. Moet de default niet zijn:

aa_docker_networks:
  - name: loadbalancer

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Klopt. Het aardige is dat het wel gewoon werkt, alles op TEST is met deze branch gedeployed :)


engine_php_memory: 256M
engine_docker_networks:
name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idem

# Override is in the dockerX.env host_var files
invite_cronjobmaster: true
invite_docker_networks:
- name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hier gaat het wel goed ;)

verify_ssl: true
invite:
url: 'https://invite.{{ base_domain }}/api/'
url: 'https://invite.{{ base_domain }}/api/external/v1/'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dit lijtk een ongerelateerde change. Is dat bewust?

- provisioning
- sram
manage_docker_networks:
name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

en weer mis :)

@@ -0,0 +1,2 @@
gateway_docker_networks:
name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dit moet weer een list zijn

@@ -0,0 +1,2 @@
middelware_docker_networks:
name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

en deze ook


- name: Include vm tasks when running on a vm
include_tasks: vm.yml
when: "'docker' not in group_names"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

per abuis gecommit?

@@ -0,0 +1,2 @@
tiqr_docker_networks:
name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moet weer een list zijn

@@ -0,0 +1,2 @@
webauthn_docker_networks:
name: loadbalancer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moet list zijn

@quartje quartje force-pushed the feature/mariadb_docker branch from 4d17265 to ec01572 Compare December 2, 2024 10:35
@quartje
Copy link
Contributor Author

quartje commented Dec 2, 2024

All network definitions in the defaults are lists now, merging!

@quartje quartje merged commit 829bc36 into main Dec 2, 2024
2 of 4 checks passed
@baszoetekouw baszoetekouw deleted the feature/mariadb_docker branch June 11, 2025 11:58
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.

3 participants