Skip to content

Commit

Permalink
update inventory tests to Foreman 3.12 and PostgreSQL 13
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 3, 2024
1 parent 228c4be commit e27bcbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/test_playbooks/inventory_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
testhost1.example.com: group_a
testhost2.example.com: group_b/group_c
foreman_container: "quay.io/foreman/foreman"
foreman_version: "3.7-stable"
foreman_version: "3.12-stable"
foreman_host: "foreman"
foreman_port: "3000"
postgres_version: "12"
postgres_version: "13"
postgres_host: "postgres"
postgres_port: 5432
collections:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_playbooks/inventory_plugin_ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
testhost1.example.com: group_a
testhost2.example.com: group_b/group_c
foreman_container: "quay.io/evgeni/foreman-ansible"
foreman_version: "3.7-ansible"
foreman_version: "3.12-ansible"
foreman_host: "foremanansible"
foreman_port: "3001"
postgres_version: "12"
postgres_version: "13"
postgres_host: "postgresansible"
postgres_port: 5433
collections:
Expand Down

0 comments on commit e27bcbf

Please sign in to comment.