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

Removed EOL version 14 #66

Merged
merged 1 commit into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- "2.12"
- "2.13"
scenario:
- dnsdist-14
- dnsdist-15
- dnsdist-16
- dnsdist-17
Expand Down
8 changes: 0 additions & 8 deletions molecule/dnsdist-14/converge.yml

This file was deleted.

53 changes: 0 additions & 53 deletions molecule/dnsdist-14/molecule.yml

This file was deleted.

32 changes: 0 additions & 32 deletions molecule/resources/tests/repo-14/test_repo_14.py

This file was deleted.

7 changes: 0 additions & 7 deletions molecule/resources/vars/dnsdist-repo-14.yml

This file was deleted.

9 changes: 0 additions & 9 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ dnsdist_powerdns_repo_master:
yum_debug_symbols_repo_baseurl: http://repo.powerdns.com/centos/$basearch/$releasever/dnsdist-master/debug
name: powerdns-dnsdist-master

dnsdist_powerdns_repo_14:
apt_repo_origin: repo.powerdns.com
apt_repo: deb [arch=amd64] http://repo.powerdns.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }}-dnsdist-14 main
gpg_key: http://repo.powerdns.com/FD380FBB-pub.asc
gpg_key_id: 9FAAA5577E8FCF62093D036C1B0C6205FD380FBB
yum_repo_baseurl: http://repo.powerdns.com/centos/$basearch/$releasever/dnsdist-14
yum_debug_symbols_repo_baseurl: http://repo.powerdns.com/centos/$basearch/$releasever/dnsdist-14/debug
name: powerdns-dnsdist-14

dnsdist_powerdns_repo_15:
apt_repo_origin: repo.powerdns.com
apt_repo: deb [arch=amd64] http://repo.powerdns.com/{{ ansible_distribution | lower }} {{ ansible_distribution_release | lower }}-dnsdist-15 main
Expand Down