Project

General

Profile

Actions

Bug #30914

closed

hammer ping reports pulp on Pulp3-only installs

Added by Evgeni Golov over 3 years ago. Updated over 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Hammer
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

katello.yml:

:katello:
  :rest_client_timeout: 3600

  :content_types:
    :file: true
    :yum: true
    :deb: true
    :puppet: true
    :docker: true
    :ostree: false

  :candlepin:
    :url: https://localhost:23443/candlepin
    :oauth_key: "katello" 
    :oauth_secret: "sxz4mnQNLHsob62XoVocNv9x7BEhWXho" 
    :ca_cert_file: /etc/pki/katello/certs/katello-default-ca.crt

  :candlepin_events:
    :ssl_cert_file: /etc/pki/katello/certs/java-client.crt
    :ssl_key_file: /etc/pki/katello/private/java-client.key
    :ssl_ca_file: /etc/pki/katello/certs/katello-default-ca.crt

  :use_pulp_2_for_content_type:
    :docker: false
    :file: false
    :yum: false

  :katello_applicability: true

  # Internal configuration for communication from server to pulp crane service.
  :container_image_registry:
    :crane_url: https://centos8-katello-nightly.yatsu.example.com:5000
    :crane_ca_cert_file: /etc/pki/katello/certs/katello-server-ca.crt

And yet hammer ping lists pulp?

[root@centos8-katello-nightly ~]# hammer ping
database:         
    Status:          ok
    Server Response: Duration: 0ms
candlepin:        
    Status:          ok
    Server Response: Duration: 27ms
candlepin_events: 
    Status:          ok
    message:         0 Processed, 0 Failed
    Server Response: Duration: 0ms
candlepin_auth:   
    Status:          ok
    Server Response: Duration: 28ms
katello_events:   
    Status:          ok
    message:         0 Processed, 0 Failed
    Server Response: Duration: 0ms
pulp:             
    Status:          
    Server Response:
foreman_tasks:    
    Status:          ok
    Server Response: Duration: 3ms

Related issues 1 (0 open1 closed)

Is duplicate of Katello - Bug #31133: Hammer ping does not return Pulp 3 statusClosedChris RobertsActions
Actions

Also available in: Atom PDF