Giter VIP home page Giter VIP logo

Comments (6)

Quentin-M avatar Quentin-M commented on August 17, 2024

Hello sir.

I faced his issue yesterday and it appears that I also had an error about an unreadable character in US-ASCII in this class, sometimes (Puppet uses a cache system...).

I fixed it by adding the following line in /usr/share/puppet/ext/rack/config.ru on the puppet master node:

Encoding.default_external = Encoding::UTF_8

Do not add this line at the end of the file but before the final call. You may need to restart puppetmaster.

Have a nice day.

from puppet-ceph.

kenny-opennix avatar kenny-opennix commented on August 17, 2024

thanks for the reply, but now is such a mistake. Apparently I was wrong in the manifest

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter cluster_network on Class[Ceph::Conf] at /etc/puppet/manifests/site.pp:24 on node
Warning: Not using cache on failed catalog

in site.pp

class role_ceph (
  $fsid,
  $auth_type = 'cephx'
) {

  class { 'ceph::conf':
    fsid            => $fsid,
    auth_type       => $auth_type,
    cluster_network => "${::network_eth2}/24",
    public_network  => "${::network_eth1}/24"
  }

  include ceph::apt::ceph

}

from puppet-ceph.

Quentin-M avatar Quentin-M commented on August 17, 2024

Try by replacing ${::network_eth2}/24maybe ?

from puppet-ceph.

kenny-opennix avatar kenny-opennix commented on August 17, 2024

no it did not help.
I tried to set the network 1.2.3.4/24 and received the same error.

from puppet-ceph.

kenny-opennix avatar kenny-opennix commented on August 17, 2024

i am fix problem, but on osd no keyring file. How it fix?

from puppet-ceph.

kenny-opennix avatar kenny-opennix commented on August 17, 2024

sorry this error it was my fault

from puppet-ceph.

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.