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

replace t_systems_mms with telekom_mms #261

Merged
merged 1 commit into from
Jul 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: 1 addition & 0 deletions 8/ansible-8.build
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ sensu.sensu_go: >=1.13.0,<2.0.0
servicenow.servicenow: >=1.0.0,<2.0.0
splunk.es: >=2.1.0,<3.0.0
t_systems_mms.icinga_director: >=1.32.0,<2.0.0
telekom_mms.icinga_director: >=1.32.0,<2.0.0
theforeman.foreman: >=3.10.0,<4.0.0
vmware.vmware_rest: >=2.3.0,<3.0.0
vultr.cloud: >=1.7.0,<2.0.0
Expand Down
1 change: 1 addition & 0 deletions 8/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ servicenow.servicenow
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
telekom_mms.icinga_director
vmware.vmware_rest
vultr.cloud
vyos.vyos
Expand Down
6 changes: 6 additions & 0 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,9 @@ releases:
from Ansible 10 if no one starts maintaining it again before Ansible 10. See
`the removal process for details on how this works <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#cancelling-removal-of-an-unmaintained-collection>`__
(https://github.com/ansible-community/community-topics/issues/234).
- The collection ``t_systems_mms.icinga_director`` has been renamed to ``telekom_mms.icinga_director``.
For now both collections are included in Ansible. The content in ``t_systems_mms.icinga_director``
will be replaced with deprecated redirects to the new collection in Ansible 9.0.0,
and these redirects will eventually be removed from Ansible. Please update your
FQCNs for ``t_systems_mms.icinga_director``.

6 changes: 6 additions & 0 deletions 8/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ collections:
- rndmh3ro
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
telekom_mms.icinga_director:
changelog-url: https://github.com/telekom-mms/ansible-collection-icinga-director/blob/master/CHANGELOG.md
maintainers:
- rndmh3ro
- schurzi
repository: https://github.com/telekom-mms/ansible-collection-icinga-director
dellemc.enterprise_sonic:
maintainers:
- javeedf
Expand Down
1 change: 1 addition & 0 deletions 9/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ sensu.sensu_go
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
telekom_mms.icinga_director
vmware.vmware_rest
vultr.cloud
vyos.vyos
Expand Down
6 changes: 6 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ releases:
from Ansible 10 if no one starts maintaining it again before Ansible 10. See
`the removal process for details on how this works <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#cancelling-removal-of-an-unmaintained-collection>`__
(https://github.com/ansible-community/community-topics/issues/234).
- The collection ``t_systems_mms.icinga_director`` has been renamed to ``telekom_mms.icinga_director``.
For now both collections are included in Ansible. The content in ``t_systems_mms.icinga_director``
has been replaced with deprecated redirects to the new collection in Ansible 9.0.0,
and these redirects will be removed from Ansible 11. Please update your
FQCNs for ``t_systems_mms.icinga_director``.

6 changes: 6 additions & 0 deletions 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ collections:
- rndmh3ro
- schurzi
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
telekom_mms.icinga_director:
changelog-url: https://github.com/telekom-mms/ansible-collection-icinga-director/blob/master/CHANGELOG.md
maintainers:
- rndmh3ro
- schurzi
repository: https://github.com/telekom-mms/ansible-collection-icinga-director
dellemc.enterprise_sonic:
maintainers:
- javeedf
Expand Down