ansible-prometheus icon indicating copy to clipboard operation
ansible-prometheus copied to clipboard

v4.0.0 seems to have disappeared from galaxy

Open twbecker opened this issue 2 years ago • 9 comments

Trying to install version 4.0.0 yields the following as of today:

[WARNING]: - cloudalchemy.prometheus was NOT installed successfully: - the specified version (4.0.0) of cloudalchemy.prometheus was not found in the list of available versions

twbecker avatar Mar 31 '22 18:03 twbecker

Experiencing the same.

keatz55 avatar Mar 31 '22 20:03 keatz55

Same issue here...

msf1t avatar Mar 31 '22 22:03 msf1t

Same issue here, but we are using 3.0.0, which seems to disappeared as well.

michaelkebe avatar Apr 01 '22 06:04 michaelkebe

I cloned this github repository to a local git repository to make it work. Here is the roles/requirements.yml:

roles:
  - name: cloudalchemy.prometheus
    version: 3.0.0
    scm: git
    src: https://our.local.git.repo/ansible-prometheus.git

I think you can change the src url to https://github.com/cloudalchemy/ansible-prometheus.git but I haven't tested it.

michaelkebe avatar Apr 01 '22 06:04 michaelkebe

2.16.2 seems to be latest still accessible version.

stevo-f3 avatar Apr 01 '22 16:04 stevo-f3

Pretty sure it's a provider issue, where someone from Cloudalchemy needs to get in touch with github support. They may be able to get around with re-uploading.

msf1t avatar Apr 04 '22 16:04 msf1t

I think you can change the src url to https://github.com/cloudalchemy/ansible-prometheus.git but I haven't tested it.

Thank you @michaelkebe, this worked for me:

- role: cloudalchemy.prometheus
  scm: git
  version: 4.0.0
  src: https://github.com/cloudalchemy/ansible-prometheus

justas147 avatar Apr 04 '22 16:04 justas147

Same issue here. It seems to be an issue with the version list returned by the API of Ansible Galaxy. I have opened an issue on upstream Ansible Galaxy: https://github.com/ansible/galaxy/issues/2910.

sduthil avatar Apr 06 '22 09:04 sduthil

This worked for me:

- name: cloudalchemy.prometheus
  src: git+https://github.com/cloudalchemy/ansible-prometheus.git
  version: 4.0.0

mmouselli avatar Apr 07 '22 14:04 mmouselli

This role has been deprecated in favor of a the prometheus-community/ansible collection.

SuperQ avatar Mar 06 '23 15:03 SuperQ