Bug 2021381 - [RFE] Warn user if default registry information is not provided in bootstrap command
Summary: [RFE] Warn user if default registry information is not provided in bootstrap ...
Keywords:
Status: NEW
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Cephadm
Version: 5.1
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: 8.0
Assignee: Adam King
QA Contact: Sunil Kumar Nagaraju
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-09 04:04 UTC by Rahul Lepakshi
Modified: 2023-07-05 14:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Ceph Project Bug Tracker 55015 0 None None None 2022-03-23 15:52:22 UTC
Red Hat Issue Tracker RHCEPH-2195 0 None None None 2021-11-09 04:07:51 UTC

Description Rahul Lepakshi 2021-11-09 04:04:29 UTC
Description of problem:
With no registry information (like registry-url, registry-username, registry-password) in bootstrap command, user must be warned with a message that registry details information is not provided, before bootstrap. This avoids to pull container images individually on every node, which required for building ceph cluster

Version-Release number of selected component (if applicable): 5.1


How reproducible:
Bootstrap a cluster without default registry information in bootstrap command


Steps to Reproduce:
1.sudo cephadm bootstrap --mon-ip <mon_ip>

or

2. With default image - sudo cephadm --image registry-proxy.engineering.redhat.com/rh-osbs/rhceph:ceph-5.0-rhel-8-containers-candidate-82880-20200915232213 bootstrap --mon-ip <mon_ip>


Actual results: Bootstrap proceeds without giving user, a message or a warning that registry information is not provided


Expected results:User should be notified with a warning to provide registry configuration information to pull container/ monitor stack images before bootstrap


Additional info:


Note You need to log in before you can comment on or make changes to this bug.