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

make inventory tests also work with podman #1384

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Apr 21, 2022

also split the test setup and test execution in own task files, for
better reusability

also split the test setup and test execution in own task files, for
better reusability
POSTGRES_DATABASE: foreman
PGDATA: /var/lib/postgresql/data/pgdata
published_ports:
- "0.0.0.0:{{ postgres_port }}:5432"
Copy link
Member

Choose a reason for hiding this comment

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

Up above there is a playbook that uses 5433 for the postgresql port. Does that affect this?

Copy link
Member Author

Choose a reason for hiding this comment

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

this line says "expose port 5432 of the container on whatever evgeni set as postgres_port"

so yes, it does affect, but correctly ;)

@evgeni evgeni merged commit 2d9f1a2 into theforeman:develop Apr 26, 2022
@evgeni evgeni deleted the podman-inventory branch April 26, 2022 18:53
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.

2 participants