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
843 B
29 lines
843 B
From 56b3d1ffa69fe78beeabeb682cd96ef643d39594 Mon Sep 17 00:00:00 2001
|
|
From: Eugene Zamriy <eugene@zamriy.info>
|
|
Date: Sun, 2 Apr 2023 19:02:34 +0300
|
|
Subject: [PATCH 2/3] 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.39.2
|
|
|