You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
854 B
29 lines
854 B
From b022b3d2fe9b0e5f9b3af76433b6c729f58e5b1a Mon Sep 17 00:00:00 2001
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
Date: Thu, 14 Sep 2023 17:46:00 +0300
|
|
Subject: [PATCH 2/4] Set MSVSphere syspurposes
|
|
|
|
---
|
|
etc-conf/syspurpose/valid_fields.json | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/etc-conf/syspurpose/valid_fields.json b/etc-conf/syspurpose/valid_fields.json
|
|
index 1ac7ea0..0cf3787 100644
|
|
--- a/etc-conf/syspurpose/valid_fields.json
|
|
+++ b/etc-conf/syspurpose/valid_fields.json
|
|
@@ -1,8 +1,8 @@
|
|
{
|
|
"role": [
|
|
- "Red Hat Enterprise Linux Server",
|
|
- "Red Hat Enterprise Linux Workstation",
|
|
- "Red Hat Enterprise Linux Compute Node"
|
|
+ "MSVSphere Server",
|
|
+ "MSVSphere Workstation",
|
|
+ "MSVSphere Compute Node"
|
|
],
|
|
"service_level_agreement": [
|
|
"Premium",
|
|
--
|
|
2.41.0
|
|
|