Giter Club home page Giter Club logo

Comments (6)

ThomasBucaioni avatar ThomasBucaioni commented on June 12, 2024 1

@jeevadotnet it was cephadm-ansible, my bad: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/installation_guide/index#registering-the-red-hat-ceph-storage-nodes-to-the-cdn-and-attaching-subscriptions_install

dnf install cephadm-ansible

from ceph-ansible.

jeevadotnet avatar jeevadotnet commented on June 12, 2024

I was just about to post about this, I'm getting the same issue when running rolling_update.yml

Trying to update from pacific to quincy

ansible: 2.12.10
.git/HEAD: refs/heads/stable-7.0

Error:

ERROR! couldn't resolve module/action 'openstack.config_template.config_template'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/opt/ceph-ansible/roles/ceph-config/tasks/main.yml': line 110, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:


- name: "generate {{ cluster }}.conf configuration file"
  ^ here
We could be wrong, but this one looks like it might be an issue with
missing quotes. Always quote template expression brackets when they
start a value. For instance:

    with_items:
      - {{ foo }}

Should be written as:

    with_items:
      - "{{ foo }}"

I don't know if @guits or anyone is still working on this project.

from ceph-ansible.

ThomasBucaioni avatar ThomasBucaioni commented on June 12, 2024

In case it helps, I ran the Red Hat installation procedure with ceph-ansible and cephadm, and it all went well.
It seems the install is moving to this method these days: https://access.redhat.com/documentation/en-us/red_hat_ceph_storage/5/html-single/installation_guide/index#masthead

from ceph-ansible.

jeevadotnet avatar jeevadotnet commented on June 12, 2024

@ThomasBucaioni thanks but how did you get to migrate from ceph-ansible to cephadm ? The adopt-cephadm.yml playbook has the same issue.

from ceph-ansible.

dsavineau avatar dsavineau commented on June 12, 2024

Some roles call the module openstack.config_template.config_template, but it looks like a typo?

it's not a typo and it's part of the collection requirements [1] so it's likely because you didn't install those [2]

[1] https://github.com/ceph/ceph-ansible/blob/main/requirements.yml#L4-L6
[2] https://docs.ceph.com/projects/ceph-ansible/en/latest/#ansible-collections
[3] https://opendev.org/openstack/ansible-config_template/src/tag/1.2.1/plugins/action/config_template.py

from ceph-ansible.

ThomasBucaioni avatar ThomasBucaioni commented on June 12, 2024

Cheers

from ceph-ansible.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.