all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [RFC manager 2/2] ui: CephInstallWizard: add option and hint for offline repository
Date: Wed, 23 Apr 2025 15:28:25 +0200	[thread overview]
Message-ID: <20250423132825.1194271-2-a.lauterer@proxmox.com> (raw)
In-Reply-To: <20250423132825.1194271-1-a.lauterer@proxmox.com>

The new 'offline' repository option will not try to configure the Ceph
repositories during installation.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
 www/manager6/ceph/CephInstallWizard.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index ad7dac68..428ff5d8 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -173,6 +173,8 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 		    return allSub
 		        ? gettext("Cluster has active subscriptions and would be eligible for using the enterprise repository.")
 		        : gettext("The no-subscription repository is not the best choice for production setups.");
+		} else if (repo === "offline") {
+		    return gettext("The offline repository option expects that the repository is already configured. For example, in combination with the Promox Offline Mirror.");
 		} else {
 		    return gettext('The test repository should only be used for test setups or after consulting the official Proxmox support!');
 		}
@@ -322,6 +324,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
 			    ['enterprise', gettext('Enterprise (recommended)')],
 			    ['no-subscription', gettext('No-Subscription')],
 			    ['test', gettext('Test')],
+			    ['offline', gettext('Offline (manual setup)')],
 			],
 			labelWidth: 150,
 			submitValue: false,
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


  reply	other threads:[~2025-04-23 13:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-23 13:28 [pve-devel] [RFC manager 1/2] fix #5244 pveceph: install: add new repository for offline installation Aaron Lauterer
2025-04-23 13:28 ` Aaron Lauterer [this message]
2025-05-02 11:00 ` Christoph Heiss
2025-05-05 12:12   ` Aaron Lauterer
2025-05-28 16:47 ` Aaron Lauterer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250423132825.1194271-2-a.lauterer@proxmox.com \
    --to=a.lauterer@proxmox.com \
    --cc=pve-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal