From 48eadc6aa6600a78f9d03d12fd91787b95054999 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Wed, 12 Jul 2023 16:47:44 +0200 Subject: [PATCH] replace t_systems_mms with telekom_mms We renamed our company and thus the collection-namespace here: https://github.com/ansible/galaxy/issues/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 --- 8/ansible-8.build | 1 + 8/ansible.in | 1 + 8/changelog.yaml | 5 +++++ 8/collection-meta.yaml | 6 ++++++ 9/ansible.in | 1 + 9/changelog.yaml | 6 ++++++ 9/collection-meta.yaml | 6 ++++++ 7 files changed, 26 insertions(+) diff --git a/8/ansible-8.build b/8/ansible-8.build index cdaac68c0c..d9b3cf3bd4 100644 --- a/8/ansible-8.build +++ b/8/ansible-8.build @@ -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 diff --git a/8/ansible.in b/8/ansible.in index 8ca031cf87..5e8232db87 100644 --- a/8/ansible.in +++ b/8/ansible.in @@ -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 diff --git a/8/changelog.yaml b/8/changelog.yaml index 155e3e2245..38b90c270c 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -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``. diff --git a/8/collection-meta.yaml b/8/collection-meta.yaml index 9b172cd104..f00ed09752 100644 --- a/8/collection-meta.yaml +++ b/8/collection-meta.yaml @@ -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 diff --git a/9/ansible.in b/9/ansible.in index 7c85845674..5565025309 100644 --- a/9/ansible.in +++ b/9/ansible.in @@ -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 diff --git a/9/changelog.yaml b/9/changelog.yaml index aa6e609148..8f0ab9010c 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -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``. diff --git a/9/collection-meta.yaml b/9/collection-meta.yaml index e941bd47c6..61b1e87a61 100644 --- a/9/collection-meta.yaml +++ b/9/collection-meta.yaml @@ -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