Skip to content

Commit

Permalink
replace t_systems_mms with telekom_mms
Browse files Browse the repository at this point in the history
We renamed our company and thus the collection-namespace here: ansible/galaxy#3174

The collection now lives here: https://github.com/telekom-mms/ansible-collection-icinga-director

I released a new major version 2.0.0 in the old namespace (https://galaxy.ansible.com/t_systems_mms/icinga_director) where I added the plugin-routing to the new namespace. I also deprecated the collection in the galaxy.

This way I hope in Ansible 8 the old collection will stay the same while in Ansible 9 the new collection will be used.

complete process for icinga_director deprecation
  • Loading branch information
rndmh3ro authored and Sebastian Gumprich committed Jul 13, 2023
1 parent 09f78ce commit 48eadc6
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 0 deletions.
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
5 changes: 5 additions & 0 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,8 @@ releases:
deprecated_features:
- The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It will be removed again from Ansible 9
(https://github.com/ansible-community/community-topics/issues/246).
- 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 @@ -24,3 +24,9 @@ releases:
Users can still install this collection with ``ansible-galaxy collection install community.skydive``."
- The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It has been removed again from Ansible 9
(https://github.com/ansible-community/community-topics/issues/246).
deprecated_features:
- 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 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

0 comments on commit 48eadc6

Please sign in to comment.