Compare commits

...
Author SHA1 Message Date
claudeandClaude Opus 4.8 b31121d90c fix(scrape): make vision OCR a per-bundle allowlist, not a corpus sweep
The first vision pass OCR'd every large image and, because the "transcribe
the table" prompt makes qwen render ANY image as a markdown table, it turned
60 product UI screenshots into junk "tables" in the corpus. In practice the
only image-only DATA in this corpus is the release-schedule matrix — the
upgrade-compatibility matrices etc. are already native HTML tables, no OCR
needed.

- Add BundleSpec.ocr (default False); the runner passes the OCR-enabling
  session only for bundles that opt in. Set ocr=True only on
  morpheus_release_schedule.
- Purge the 60 screenshot cache entries (keep the release-schedule one). The
  next --force refresh regenerates every other page's .md WITHOUT the bogus
  "## Image transcriptions" section, cleaning the deployed corpus + index.
- Update vision.py / refresh.yml docs to the allowlist model.

Also add scripts/vision_report.py — a self-contained HTML report pairing each
OCR'd source image with its transcription (uncertain-first) for accuracy
inspection. Regenerate anytime from corpus/.vision-cache/.

Verified: release schedule still transcribes (cache hit); cache is back to 1
entry; other bundles now pass no session so their images are left alone.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LFowQzJu7k97QLCRDSAeh1
2026-07-23 13:31:09 -04:00
hvm-docs-refresh 6686b033e6 weekly refresh: 2026-07-23T14:45Z — 156 content change(s) across 4 bundle(s)
156 content change(s) across 4 bundle(s)
60 sidecar metadata update(s)

Bundles with content changes:
  morpheus_user_manual_8_1_0: 39 page(s)
    - GUID-06F0DB01-64F2-4D07-93F8-38AC80DBB09B
    - GUID-0A5AD977-07F5-4278-9CB3-F7D8AB8427A3
    - GUID-173469C2-D5C6-47F6-8A01-41C3D73B679B
    - GUID-180B8370-AEF2-45C1-9E72-99FF796CB222
    - GUID-2277183A-E315-4439-A885-C111A77C7154
    ... and 34 more
  morpheus_user_manual_8_1_1: 39 page(s)
    - GUID-06F0DB01-64F2-4D07-93F8-38AC80DBB09B
    - GUID-0A5AD977-07F5-4278-9CB3-F7D8AB8427A3
    - GUID-173469C2-D5C6-47F6-8A01-41C3D73B679B
    - GUID-180B8370-AEF2-45C1-9E72-99FF796CB222
    - GUID-2277183A-E315-4439-A885-C111A77C7154
    ... and 34 more
  morpheus_user_manual_8_1_2: 39 page(s)
    - GUID-06F0DB01-64F2-4D07-93F8-38AC80DBB09B
    - GUID-0A5AD977-07F5-4278-9CB3-F7D8AB8427A3
    - GUID-173469C2-D5C6-47F6-8A01-41C3D73B679B
    - GUID-180B8370-AEF2-45C1-9E72-99FF796CB222
    - GUID-2277183A-E315-4439-A885-C111A77C7154
    ... and 34 more
  morpheus_user_manual_9_0_0: 39 page(s)
    - GUID-06F0DB01-64F2-4D07-93F8-38AC80DBB09B
    - GUID-0A5AD977-07F5-4278-9CB3-F7D8AB8427A3
    - GUID-173469C2-D5C6-47F6-8A01-41C3D73B679B
    - GUID-180B8370-AEF2-45C1-9E72-99FF796CB222
    - GUID-2277183A-E315-4439-A885-C111A77C7154
    ... and 34 more

Bundles with sidecar-only drift (1): .vision-cache
2026-07-23 14:45:49 +00:00
claude 698196bd63 feat(scrape): vision OCR of image-only doc pages (support matrices) (#5)
Co-authored-by: claude <[email protected]>
2026-07-23 09:48:38 -04:00
hvm-docs-refresh caf562b7c3 weekly refresh: 2026-07-20T06:05Z — 0 content change(s) across 0 bundle(s)
0 content change(s) across 0 bundle(s)
0 sidecar metadata update(s)
2026-07-20 06:05:29 +00:00
hvm-docs-refresh 450380bbe8 weekly refresh: 2026-07-15T15:20Z — 587 content change(s) across 2 bundle(s)
587 content change(s) across 2 bundle(s)
2167 sidecar metadata update(s)
2 new bundle(s) added
1 other file change(s)

Bundles with content changes:
  morpheus_release_notes_9_0_0 (NEW): 1 page(s)
    - sd00008017en_us
  morpheus_user_manual_9_0_0 (NEW): 586 page(s)
    - GUID-008B6CB0-CC99-4E40-89CE-2EA5D3389D8F
    - GUID-00CE7A1B-7CBC-4227-B285-2E8E4FFC73B1
    - GUID-00E2C383-D602-4EAD-BE7F-64E69F5DD5C1
    - GUID-014CB518-CCE4-449A-9BCC-241FF8FEA3C5
    - GUID-016909A4-5AF9-4DE7-8088-DB62BBC6B00C
    ... and 581 more

Bundles with sidecar-only drift (6): morpheus_release_notes_8_1_0, morpheus_release_notes_8_1_1, morpheus_release_notes_8_1_2, morpheus_user_manual_8_1_0, morpheus_user_manual_8_1_1, morpheus_user_manual_8_1_2
2026-07-15 15:20:40 +00:00
claude 2922161cc7 fix(scrape): auto-discover new Morpheus versions; pin 9.0.0 (#4)
Co-authored-by: claude <[email protected]>
2026-07-15 11:17:27 -04:00
hvm-docs-refresh 7b2c39bb0a weekly refresh: 2026-06-29T06:04Z — 0 content change(s) across 0 bundle(s)
0 content change(s) across 0 bundle(s)
0 sidecar metadata update(s)
2026-06-29 06:04:21 +00:00
hvm-docs-refresh 12298d1c7d weekly refresh: 2026-06-22T06:18Z — 1 content change(s) across 1 bundle(s)
1 content change(s) across 1 bundle(s)
0 sidecar metadata update(s)

Bundles with content changes:
  morpheus_quickspecs: 1 page(s)
    - a50009231enw
2026-06-22 06:18:14 +00:00
justin b29f5636fc rag: resilient embedder — rotate/split on endpoint errors; 4-GPU embed pool (#3) 2026-06-10 15:47:03 -04:00
2886 changed files with 73111 additions and 38 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ env:
# Two GPU-pinned Ollama containers on the Gitea host — same infra
# zerto-docs uses. :11435 = Titan X, :11436 = 1080 Ti. Indexer
# round-robins per batch.
OLLAMA_URLS: http://192.168.0.2:11435,http://192.168.0.2:11436
OLLAMA_URLS: http://192.168.0.2:11435,http://192.168.0.2:11436,http://192.168.0.125:11434,http://192.168.0.126:11434
EMBED_MODEL: nomic-embed-text
PRODUCT_NAME: morpheus
+16 -1
View File
@@ -34,9 +34,21 @@ env:
# :11435 owns the Titan X, :11436 owns the 1080 Ti; the indexer
# round-robins per batch so both cards run in parallel. The host's
# primary Ollama on :11434 is left alone for OpenWebUI etc.
OLLAMA_URLS: http://192.168.0.2:11435,http://192.168.0.2:11436
OLLAMA_URLS: http://192.168.0.2:11435,http://192.168.0.2:11436,http://192.168.0.125:11434,http://192.168.0.126:11434
EMBED_MODEL: nomic-embed-text
# Vision OCR of image-only data pages (the release-schedule matrix — see
# scrape/vision.py). OCR is a per-bundle opt-in (BundleSpec.ocr), so this
# only runs on allowlisted docs, NOT every screenshot in the corpus. Uses
# the host's primary Ollama on :11434, the only one with a vision model
# (the embed pool above is nomic-only). qwen2.5vl:7b scored best on the
# matrix (55-56/56, ~18s, GPU-resident). Any failure degrades to the
# pre-vision behavior.
VISION_OCR: "1"
VISION_URL: http://192.168.0.2:11434
VISION_MODEL: qwen2.5vl:7b
VISION_MAX_NEW: "60"
PRODUCT_NAME: morpheus
jobs:
@@ -64,6 +76,9 @@ jobs:
run: |
python -m pip install -q --upgrade pip
python -m pip install -q -r requirements.txt
# Vision OCR deps (Pillow) — only the scrape step needs these; kept
# out of requirements.txt so they never bloat the server image.
python -m pip install -q -r requirements-vision.txt
# ---- Phase 1: scrape ---------------------------------------
- name: Refresh bundle catalog
+68 -7
View File
@@ -14,7 +14,8 @@
"Published": "February 2026"
},
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007510en_us"
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007510en_us",
"ocr": false
},
{
"slug": "morpheus_user_manual_8_1_1",
@@ -31,7 +32,8 @@
"Published": "March 2026"
},
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007621en_us"
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007621en_us",
"ocr": false
},
{
"slug": "morpheus_user_manual_8_1_2",
@@ -48,7 +50,8 @@
"Published": "April 2026"
},
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007732en_us"
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007732en_us",
"ocr": false
},
{
"slug": "morpheus_release_notes_8_1_0",
@@ -65,7 +68,8 @@
"Published": "February 2026"
},
"landing_page": "sd00007496en_us",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007496en_us"
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007496en_us",
"ocr": false
},
{
"slug": "morpheus_release_notes_8_1_1",
@@ -82,7 +86,8 @@
"Published": "March 2026"
},
"landing_page": "sd00007610en_us",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007610en_us"
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007610en_us",
"ocr": false
},
{
"slug": "morpheus_release_notes_8_1_2",
@@ -99,7 +104,44 @@
"Published": "April 2026"
},
"landing_page": "sd00007733en_us",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007733en_us"
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007733en_us",
"ocr": false
},
{
"slug": "morpheus_user_manual_9_0_0",
"doc_id": "sd00008014en_us",
"title": "HPE Morpheus Enterprise Software Documentation v9.0.0",
"version": "9.0.0",
"platform": null,
"product": "User Manual",
"language": "en-US",
"page_count": 623,
"mode": "toc",
"abstract": "",
"dates": {
"Published": "May 2026"
},
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008014en_us",
"ocr": false
},
{
"slug": "morpheus_release_notes_9_0_0",
"doc_id": "sd00008017en_us",
"title": "v9.0.0 Release Notes",
"version": "9.0.0",
"platform": null,
"product": "Release Notes",
"language": "en-US",
"page_count": 1,
"mode": "single",
"abstract": "Release notes for HPE Morpheus Enterprise Software version v9.0.0",
"dates": {
"Published": "May 2026"
},
"landing_page": "sd00008017en_us",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008017en_us",
"ocr": false
},
{
"slug": "morpheus_quickspecs",
@@ -114,6 +156,25 @@
"abstract": "",
"dates": {},
"landing_page": "a50009231enw",
"source_url": "https://www.hpe.com/psnow/doc/a50009231enw"
"source_url": "https://www.hpe.com/psnow/doc/a50009231enw",
"ocr": false
},
{
"slug": "morpheus_release_schedule",
"doc_id": "sf000111242en_us",
"title": "HPE Morpheus Software Release Schedule",
"version": null,
"platform": null,
"product": "Release Schedule",
"language": "en-US",
"page_count": 1,
"mode": "single",
"abstract": "",
"dates": {
"Published": ""
},
"landing_page": "sf000111242en_us",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sf000111242en_us",
"ocr": true
}
]
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
{
"sha": "4cb0e044a29be128f264ec1c1d65f704e2ce3488d8d1c8ddf1d89e8cc97c9cfc",
"src": "https://support.hpe.com/hpesc/public/api/document/sf000111242en_us/ka2Kh0000008hBd_Procedure__c_0EMKh000006RMP6.jpg?v=3.0",
"model": "qwen2.5vl:7b",
"certain": true,
"markdown": "| Release Window | 7.x.x | 8.x.x | 9.x.x | 10.x.x |\n|----------------|-------|-------|-------|--------|\n| January 2026 | Maintenance | 8.0.13 | | |\n| February 2026 | | 8.1.0 | | |\n| March 2026 | | 8.1.1 | | |\n| April 2026 | | 8.1.2 | | |\n| May 2026 | EOL | Maintenance | 9.0.0 | |\n| June 2026 | | | 9.0.1 | |\n| July 2026 | | | 9.0.2 | |\n| August 2026 | | | 9.1.0 | |\n| September 2026 | | | 9.1.1 | |\n| Oct '26 - Apr '27 | | | 9.1.2 - 9.3.2 | |\n| May 2027 | | EOL | Maintenance | 10.0.0 |\n| June 2027 | | | | 10.0.1|\n| July 2027 | | | | 10.0.2|\n| August 2027 | | | | 10.1.0|"
}
+18 -10
View File
@@ -1,12 +1,12 @@
**In an era of digital transformation, speed and agility of application modernization is key to success.**
Unfortunately, it can take IT weeks to deliver new application stacks when requested because of manual hand-offs across a fragmented set of software-definable technologies on-premises. This inefficiency has led internal IT consumers to often bypass IT in favor of public cloud application services which raises cloud costs and opens security holes.
It can take weeks for IT to deliver new application stacks because of manual hand-offs across a fragmented set of software-definable technologies on premises. This inefficiency has led internal IT consumers often bypassing IT in favor of public cloud application services which both raises cloud costs and opens security holes.
Born to provide simple and consistent provisioning of VMs, Containers, and Applications into any private or public cloud, HPE Morpheus Enterprise Software enables IT to become a true internal service provider for the business. It brings the cloud experience on-premises, extends governance to the public clouds, and bridges the gaps between technology, people, and process.
### Overview
HPE Morpheus Enterprise Software was uniquely engineered for platform engineering; it enables different enterprise teams to each get what they need from hybrid cloud management. IT and platform teams can quickly integrate tooling and dependencies without scripting, standardize cloud management, simplify server builds, and automate lifecycle tasks. Infrastructure and security teams can connect third-party identity providers, map groups & roles, establish role-based access controls, enforce policies, manage and rotate secrets, and more. Development teams, data analytics professionals, and other IT users, get on-demand provisioning of application services and stacks consistently across runtimes and clouds via GUI, ITSM plugin, IaC provider, full API/CLI, and CI/CD pipelines. Lastly, Managed Service Providers can use HPE Morpheus Enterprise as a white-labeled and multi-tenant portal to provide services and meter usage to be used in customer billing.
HPE Morpheus Software was uniquely engineered for platform engineering; it enables different enterprise teams to each get what they need from hybrid cloud management. IT and platform teams can quickly integrate tooling and dependencies without scripting, standardize cloud management, simplify server builds, and automate lifecycle tasks. Infrastructure and security teams can connect third-party identity providers, map groups & roles, establish role-based access controls, enforce policies, manage and rotate secrets, and more. Development teams, data analytics professionals, and other IT users, get on-demand provisioning of application services and stacks consistently across runtimes and clouds via GUI, ITSM plugin, IaC provider, full API/CLI, and CI/CD pipelines. Lastly, Managed Service Providers can use HPE Morpheus Enterprise Software as a white-labeled and multi-tenant portal to provide services and meter usage to be used in customer billing.
![image](https://assets.ext.hpe.com/is/image/hpedam/a50009231enw_block1img?$crimg$ "image")
@@ -25,13 +25,13 @@ HPE Morpheus Enterprise Software was uniquely engineered for platform engineerin
**Provision Built-in KVM and Kubernetes Runtime Options for Flexibility and Choice**
- Deploy and manage HPE's HVM hypervisor clusters. Based on KVM, this built-in runtime includes external storage support, VM live migration, storage live migration, data protection, and other features to host virtualized workloads.
- Use the built-in CNCF certified Kubernetes Service (HKS) to deploy K8s on any attached cloud. Includes open-source components such as Prometheus, Grafana, Calico and others to quickly get started with containers.
- Create custom K8s cluster layouts to deploy distributions such as Ranchers K3s, Red Hat OpenShift, or vanilla upstream K8s as well as enable provisioning of cloud-managed Kubernetes clusters like AWS EKS, Azure AKS and Google GKE.
- Use the built-in CNCF certified Kubernetes Service (HKS) to deploy Kubernetes on any attached cloud. Includes open-source components such as Prometheus, Grafana, Calico and others to quickly get started with containers.
- Create custom Kubernetes cluster layouts to deploy distributions such as Ranchers K3s, Red Hat OpenShift, or vanilla upstream Kubernetes as well as enable provisioning of cloud-managed Kubernetes clusters like AWS EKS, Azure AKS and Google GKE.
- Quickly view status and health of VME and Kubernetes clusters across your environment to simplify operations, view cluster metrics and logs, and provide lifecycle management of HPE native VME and HKS cluster types.
**Set Governance Guardrails so Users and Teams have a Paved Road to Hybrid Cloud**
- Govern tenants, teams, and users by connecting to corporate identity providers and using SSO. Map groups and users into fine-grained role-based access control (RBAC) guardrails with dozens of policies for infrastructure and lifecycle.
- Govern tenants, teams, and users by connecting to corporate identity providers and using SSO. Map groups and users into fine-grained role-based access control (RBAC) guardrails with dozens of policies for infrastructure and lifecycle management.
- Improve your overall security posture by ensuring consistent golden template use, embedding security agents at provision time, locking down access, rotating credentials, managing secrets, and auditing all activity.
- Utilize multi-tenancy to fully segregate which teams and users have access to different cloud environments. Share hypervisors and clouds across multiple tenants or let tenants have their own individual cloud accounts.
@@ -41,6 +41,14 @@ HPE Morpheus Enterprise Software was uniquely engineered for platform engineerin
- Go beyond reporting to fix cost issues at their source. Set budget guardrails and power schedules, limit clouds and plans by role, plus provide cloud cost comparisons at provision time for end-user empowerment.
- Centralize cost and usage data across on-premises and public cloud. Track costs and usage for every tenant, user, group, tag, app, cloud, and more for private infrastructure and public cloud including public cloud invoice synchronization.
**Accelerate network deployment, configuration changes, and troubleshooting with Software Defined** **Networking**
With the SDN plugin, HPE Morpheus Enterprise customers can obtain simplified network operations, increased security between workloads, flexibility and scalability of network deployment.
- Increased control with greater speed and flexibility with SDN. The SDN controller manages the network and enables rapid changes to be made based on network and workload demands, improving overall performance of the traffic flows.
- SDN provides customizable network infrastructure that allows administrators the ability to configure network services and allocate virtual resources in real time through the SDN Controller. This allows network administrators to optimize the flow of data through the network and prioritize applications that require more availability.
- SDN eases network micro-segmentation by creating network zones that isolate workloads from one another and securing them individually. Using micro-segmentation, system administrators can build policies to limit network traffic between segments based on a zero-trust security approach.
For a complete set of up-to-date technical information and integration guides please visit the:
[HPE Morpheus Enterprise documentation](https://docs.morpheusdata.com/en/latest) site.
@@ -60,7 +68,7 @@ There are four primary tiers of services represented within the Morpheus applian
- Clustered Hosts with Distributed Transactional Database (3-Node HA): Application, Message and Non-Transactional tiers are installed and clustered on three or more hosts, with all three hosts pointing to externalized database tier.
- App Host(s) with Distributed Services (Full HA): Application tier is installed on one or more hosts. All UI hosts point to externalized Transactional Database, Non-Transactional Database, and Message Tiers.
Additional configuration detail available at the [HPE Morpheus Enterprise documentation](https://docs.morpheusdata.com/en/latest/getting_started/getting_started.html) site.
Additional configuration details are available at the [HPE Morpheus Enterprise documentation](https://docs.morpheusdata.com/en/latest/getting_started/getting_started.html) site.
#### Product, Services, and Licensing Considerations
@@ -76,7 +84,7 @@ You can upgrade from HPE Morpheus VM Essentials to the full capabilities of HPE
| | |
| --- | --- |
| HPE Morpheus Enterprise Software | |
| HPE Morpheus Software | |
| **Description** | **SKU** |
| HPE Morpheus Enterprise Software per Socket (15 WLE) 1-year 24x7 Support New Install E-LTU | S6E64AAE |
| HPE Morpheus Enterprise Software per Socket (15 WLE) 3-year 24x7 Support New Install E-LTU | S6E66AAE |
@@ -91,8 +99,7 @@ You can upgrade from HPE Morpheus VM Essentials to the full capabilities of HPE
| **Description** | **SKU** |
| HPE Morpheus Software Installation - standard | HA124A1#V38 |
| HPE Morpheus Software High Availability - enhancement | HA124A1#V39 |
| HPE Morpheus Enterprise SW Quickstrt SVC | H46SBA1 |
| **Notes:** For fully advanced services and custom statements of work, please work with the HPE Advisory and Professional Services (HPE A&PS) team. HPE A&PS have a full set of consulting and services focused on HPE Morpheus Software for multi-cloud management. <https://www.hpe.com/psnow/doc/a00141555enw> | |
| **Notes:** For fully advanced services and custom statements of work, please work with the HPE Advisory and Professional Services (HPE A&PS) team. HPE A&PS have a full set of consulting and services focused on HPE Morpheus Software for multi-cloud management: <https://www.hpe.com/psnow/doc/a00141555enw> | |
| **HPE Morpheus Training and Education** | |
| **Description** | **SKU** |
| HPE Morpheus Software Administration | H45ZD |
@@ -104,8 +111,9 @@ You can upgrade from HPE Morpheus VM Essentials to the full capabilities of HPE
| **Date** | **Version History** | **Action** | **Description of Change** |
| --- | --- | --- | --- |
| 16-Jun-2026 | [Version 4](https://www.hpe.com/psnow/doc/a50009231enw.pdf?ver=4) | Changed | Standard Features section was updated. This version integrates the 9.0 software release. Main changes: - Simplified and centralized network management through the SDN controller - Faster deployment and real-time network configuration changes - Improved application performance and optimized traffic flow - Scalable infrastructure that adapts to dynamic workload demands - Enhanced security with micro-segmentation and workload isolation - Support for zero-trust policies with granular traffic control - Greater flexibility to customize network services and allocate resources dynamically |
| 16-Mar-2026 | [Version 3](https://www.hpe.com/psnow/doc/a50009231enw.pdf?ver=3) | Changed | New product functionality and SKU information have been added. |
| 22-Sep-2025 | [Version 2](https://www.hpe.com/psnow/doc/a50009231enw.pdf?ver=2) | Changed | HPE Rebranding applied |
| 05-May-2025 | [Version 1](https://www.hpe.com/psnow/doc/a50009231enw.pdf?ver=1) | New | New QuickSpecs |
[Have feedback on QuickSpecs? Were listening](https://hpeexperience.questionpro.com/t/mLrbZLrb?Inform=BotQuickSpecsa50009231enw)
[Have feedback on QuickSpecs? Were listening](https://hpeexperience.questionpro.com/t/mLrbZLrb?Inform=BotQuickSpecsa50009231enw_html)
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_release_notes_8_1_2",
"page_id": "sd00007733en_us",
"clustering_title": "v8.1.2 Release Notes"
},
{
"bundle_id": "morpheus_release_notes_9_0_0",
"page_id": "sd00008017en_us",
"clustering_title": "v9.0.0 Release Notes"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_release_notes_8_1_2",
"page_id": "sd00007733en_us",
"clustering_title": "v8.1.2 Release Notes"
},
{
"bundle_id": "morpheus_release_notes_9_0_0",
"page_id": "sd00008017en_us",
"clustering_title": "v9.0.0 Release Notes"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_release_notes_8_1_1",
"page_id": "sd00007610en_us",
"clustering_title": "v8.1.1 Release Notes"
},
{
"bundle_id": "morpheus_release_notes_9_0_0",
"page_id": "sd00008017en_us",
"clustering_title": "v9.0.0 Release Notes"
}
]
}
@@ -0,0 +1,31 @@
{
"bundle_id": "morpheus_release_notes_9_0_0",
"page_id": "sd00008017en_us",
"title": "v9.0.0 Release Notes",
"ordinal": 1,
"parent_title": null,
"doc_id": "sd00008017en_us",
"version": "9.0.0",
"product": "Release Notes",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008017en_us",
"topic_cluster": {
"clustering_title": "v9.0.0 Release Notes",
"clustered_topics": [
{
"bundle_id": "morpheus_release_notes_8_1_0",
"page_id": "sd00007496en_us",
"clustering_title": "v8.1.0 Release Notes"
},
{
"bundle_id": "morpheus_release_notes_8_1_1",
"page_id": "sd00007610en_us",
"clustering_title": "v8.1.1 Release Notes"
},
{
"bundle_id": "morpheus_release_notes_8_1_2",
"page_id": "sd00007733en_us",
"clustering_title": "v8.1.2 Release Notes"
}
]
}
}
@@ -0,0 +1,133 @@
# v9.0.0 Release Notes
# v9.0.0 LTS Release Notes
- Compatible Plugin API version: 1.3.3
- Compatible HPE Morpheus VM Essentials Worker version: 5.4.8+
Release Dates
- v9.0.0 May 2026
After upgrading to v9.0.0, it is recommended to check for HVM Host agent upgrades as well. To upgrade HVM Host agents, navigate to the detail page for each HVM Host, expand the ACTIONS menu, and click "Upgrade Agent." This process must be undertaken on all HVM Hosts. Alternatively, you may select "Download Agent Script" to download a shell script to handle the upgrade. Connect to the HVM Host over a terminal session and run the downloaded script. The scripts are unique to each HVM Host so you must download all required scripts and run the correct script against the correct HVM Host. Though many do, it is possible that some version upgrade hops will not contain an HVM Host agent upgrade.
# New features
AI and Automation
: - Introduced a "Read-only mode" for AI agents and a corresponding RBAC permission that restricts agents to data retrieval only, preventing them from performing any modification or "agentic" actions
- The AI chat interface now prompts users for explicit approval before executing any "write" or modification operations in the system
- Added a new management interface under Tools > AI Services for creating and configuring AI Agents, including model selection and MCP server assignments
- Introduced a new interactive chat interface ("Murph") that supports streaming responses and tool-based interactions powered by integrated LLM providers
- Added a global appliance setting to enable or disable the AI chat widget, allowing administrators to hide the interface if AI services are not in use
- Added a management interface for Model Context Protocol (MCP) servers, allowing users to connect external tool providers to AI agents via STDIO or HTTP protocols
- Introduced a provider abstraction layer that supports integrating external LLM services like OpenAI and GitHub Copilot for use within the Morpheus AI framework
- Enhanced AI Integration framework for LLM and MCP providers. Endpoints enable execution through Agent Tasks and Agent Tasks.
- MCP Server Support for the enablement of AI assistants (including GitHub, Copilot CLI, and, Claude Desktop), through a built-in MCP server exposing the Morpheus REST API. Supports Streamable HTTP and legacy SSE transports.
- Visual Workflow Wizard for creating, editing, and managing workflows through an interactive interface.
- Private Cloud system initialization wizard to streamline onboarding and provide an extensible plugin compliant framework.
API & CLI
: - Introduces a new Agent Task type that allows users to configure and execute task flows using Agentic and Model Context Protocol (MCP) integrations, complete with full orchestration and execution logging
- Reintroduced and improved API token management with a dedicated API Keys tab in User Settings. Support for pagination, search capabilities, and new API/CLI commands for token lifecycle management
- Billing and usage reports now include cost and price data for Kubernetes master and worker nodes, providing better visibility into cluster infrastructure expenses
- Backup Vendor Multi-Tenant API Extensions for Groups, Clouds, Instances, and Servers now support tenant-aware visibility.
- Support for multiple auth tokens per user, enabling parallel operations across large federated deployments.
Aruba CX
: - VLAN IDs specified in trunk ranges are now automatically configured on Aruba CX switches if they do not already exist, simplifying large-scale network provisioning
- Standard networks now support hybrid and trunk-only modes, allowing multiple tagged VLANs to be carried over a single interface with corresponding automatic switch configuration
- Security Groups integration for the ArubaCxDss network plugin.
Bare Metal
: - Introduced an auto-discovery feature for bare metal servers that identifies hardware on the BMC network using defined IP ranges and credentials, removing the requirement for manual bulk imports.
- Added support for deploying VMware ESXi 8 and 9 onto bare metal hosts using iLO virtual media, including automated post-install configuration.
- Added support for SLES OS installation onto bare metal hosts using iLO virtual media, including automated post-install configuration.
- Bare metal instances can now be provisioned directly onto Fibre Channel SAN boot volumes instead of requiring local RAID storage.
Software-Defined Networking (SDN) Plugin
: - Deploy SDN controller as a VM and integrate with Morpheus via Plugin Framework.
- Network Services CRUD for overlay networks, distributed routing (E-W and N-S), and VM network operations.
- Security Services CRUD for Distributed Firewall (E-W), and NAT rules.
- L4 Load Balancer Operations CRUD for Load Balancer virtual services and backend pools.
- Observation of SDN logs, metrics, troubleshooting, and support bundle generation through the Morpheus UI.
HVM
: - HPE Morpheus Enterprise v9.0.0 includes a new cluster layout for HVM Clusters, version 1.3, which succeeds version 1.2. The primary difference in cluster layout 1.3 is the replacement of Pacemaker as the resource manager for GFS2 datastores (now known as HPE Clustered Datastores). Rather than Pacemaker observing the reported state of Corosync and making fencing decisions, the Morpheus Agent becomes the high-availability control plane, providing even greater reliability for HPE Clustered Datastores in HVM Clusters. HPE Morpheus Enterprise v9.0.0+ also includes a one-click upgrade to take existing 1.2 HVM Clusters to cluster layout version 1.3. For more information about upgrading HVM Clusters, see [Cluster Layout Upgrade](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008014en_us&page=GUID-D678172F-CF40-43CE-9EC6-7CD47F9EDFD5.html) in the HPE HPE Morpheus Enterprise user manual.
- Added a type-ahead "Search servers" field and a general search field to the Backups History page to allow users to filter back-up records by specific virtual machines or servers
- Users can now modify advanced virtual machine options after deployment, including UEFI/BIOS firmware toggles, Secure Boot, and a new "Boot to BIOS" flag with a configurable timeout for troubleshooting
- Enhanced the Dynamic Placement system with adjustable aggressiveness profiles (Conservative, Moderate, Aggressive) and migration cooldowns to better balance cluster resources based on memory utilization
- Automated the injection of VirtIO drivers during bulk migrations from VMware to HVM, eliminating the need for manual driver preparation on Windows virtual machines
- Stretched Cluster Support spanning multiple logical sites as a single cluster for both uniform and non-uniform configurations. Live Migration is supported for VMs enabled with Secure Boot.
- Guest OS Encryption (vTPM/SecureBoot) automated recovery from back-up for VMs using BitLocker/vTPM.
- Memory Overallocation on HVM clusters.
- Support for Two-Node GFS2 clusters using an external quorum witness.
- Shared vDisks to assign vDisks to multiple guest VMs simultaneously.
- Allow VMs to boot via PXE/network boot for customers with established deployment automation workflows.
- Enable BIOS Asset Tag Configuration for VMs at creation and Day 2.
- Support audit logging and traceability in morphd for tracking of user identity for libvirt and virsh actions.
- SR-IOV network type to enable VMs to have direct, near wire-speed access to physical network adapters.
- Trunk VLAN Support for standard networks. Support for multiple VLAN traffic on a single interface (access, hybrid and trunk-only modes).
- HVM Network Plugin for standard, private, data, and overlay. Enable decoupled networking management through dedicated plugin via the Network Provider framework.
- Morpheus appliance deb/rpm packages contain all files, agents, plugins, and dependencies. Supplemental packages are no longer required for installation or upgrades.
Kubernetes
: - Added a default HKS 1.35 Cluster Layout for all typically supported Clouds
- CNCF Certification for Kubernetes 1.34 and 1.35 for HKS (PCE, PCAI, and standalone).
Morpheus Core
: - Added official support for Amazon Linux 2023 across Morpheus Node, VM Node, and FIPS appliance packages
- Added support for the Romanian Leu (RON) as a selectable currency within the platform
- Added support for the Czech Koruna (CZK) as a selectable currency within the platform
User Interface (UI)
: - Added React UI for modernized navigation framework and administration.
Supportability
: - End-to-end supportability, including support bundle generation, environment telemetry, health metrics, operational runbooks, and RBAC-controlled access.
- Host Hardware Sensor Metrics Enhancements for improved metrics based on feedback.
Nutanix
: - Added a new Windows NIC Configuration Method for Nutanix Prism Central that applies static IP settings via a post-install script, ensuring reliable network configuration regardless of adapter naming variations.
SimpliVity
: - Multi-Session Management (8-Node) support for parallel operations for multiple users/services across 8-node SimpliVity clusters.
# Fixes
Platform Updates
: - containerD updated from EOL 1.6.24 to LTS version 1.7.29 in HKS.
- Embedded MySQL updated to 8.4.x LTS; non-embedded support extended to 8.4.x or above.
- Plugin updated to support XCP-ng 8.3 LTS (previous supported version EOS).
- K8s 1.33, 1.34, and 1.35 cluster packages updated to latest versions with CVE evaluation.
Agent
: - Fixed storage reporting errors on older Linux distributions and systems using btrfs subvolumes that resulted in zero or inflated storage usage values.
API & CLI
: - Fixed an issue where the API and CLI did not correctly return all associated resource pools for networks assigned to multiple pools.
- Updated the default API token expiration for system clients (morph-api, morph-cli, and morph-customer) to 30 days to improve security posture.
HVM
: - Fixed an issue where virtual machines on a data network with a 9000 MTU could not communicate using jumbo packets until the network interface was manually reset.
- The system now automatically enforces a single active heartbeat datastore per HVM Cluster to prevent failover ambiguity and quorum conflicts.
- Fixed a keyboard mapping issue that prevented the AltGr key from functioning correctly when using the console on HVM-based virtual machines.
- Creating HVM Active/Passive Bond (mii-polling-rate, up-delay, and down-delay configurations now applied automatically during provisioning.
BMaaS
: - Hardening and gap fixes identified in BMaaS (GA).
User Interface
: - Bare Metal Storage UI Volume Table improvements. Additional columns, filtering, sorting, and usability fixes for the BM storage volume table.
HKS
: - Improved reliability, validations, error reporting, and web-proxy gateway stability.
SCVMM
: - Fixed an issue where the hypervisor console would fail to connect to a virtual machine that had been migrated to a different host until a manual cloud sync occurred.
# Limitations
HVM
: Application-level Clustering (SQL Server, Oracle RAC) are currently not valididated.
Published: May 2026
@@ -0,0 +1,11 @@
{
"bundle_id": "morpheus_release_schedule",
"page_id": "sf000111242en_us",
"title": "HPE Morpheus Software Release Schedule",
"ordinal": 1,
"parent_title": null,
"doc_id": "sf000111242en_us",
"version": null,
"product": "Release Schedule",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sf000111242en_us"
}
@@ -0,0 +1,28 @@
# Steps
![](/hpesc/public/api/document/sf000111242en_us/ka2Kh0000008hBd_Procedure__c_0EMKh000006RMP6.jpg?v=3.0)
HPE Morpheus Software supports each major version for a period of two years. This support window is split between a twelve-month period of active development followed by another twelve-month period of maintenance support. During active maintenance, an upgrade containing new features is released once per quarter (version x.1.x, x.2.x, etc). Each month between the quarterly feature upgrades, we will deliver a maintenance upgrade containing improvements and bug fixes (version x.x.1 and x.x.2). After this twelve-month period of active development ends, a new major upgrade is delivered (version 9.x.x, 10.x.x, etc) and a twelve-month period of maintenance support begins. During maintenance support, there are no scheduled monthly upgrades. However, support services are still available and critical security upgrades will be delivered should the need arise. After this twelve-month period of maintenance support ends, all versions within that major release umbrella will reach end of life. **After the security maintenance window ends and end-of-life is reached, access to Morpheus support services for that major version stream will also end. To receive support, you will be required to upgrade to a supported version.**
**NOTE:** The table above is meant to be an illustration of the expected release cadence described. It is not necessarily a commitment to release specific version numbers at specific times.
## Image transcriptions
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| Release Window | 7.x.x | 8.x.x | 9.x.x | 10.x.x |
|----------------|-------|-------|-------|--------|
| January 2026 | Maintenance | 8.0.13 | | |
| February 2026 | | 8.1.0 | | |
| March 2026 | | 8.1.1 | | |
| April 2026 | | 8.1.2 | | |
| May 2026 | EOL | Maintenance | 9.0.0 | |
| June 2026 | | | 9.0.1 | |
| July 2026 | | | 9.0.2 | |
| August 2026 | | | 9.1.0 | |
| September 2026 | | | 9.1.1 | |
| Oct '26 - Apr '27 | | | 9.1.2 - 9.3.2 | |
| May 2027 | | EOL | Maintenance | 10.0.0 |
| June 2027 | | | | 10.0.1|
| July 2027 | | | | 10.0.2|
| August 2027 | | | | 10.1.0|
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-008B6CB0-CC99-4E40-89CE-2EA5D3389D8F",
"clustering_title": "SSL Self-signed Certificate Regeneration"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-008B6CB0-CC99-4E40-89CE-2EA5D3389D8F",
"clustering_title": "SSL Self-signed Certificate Regeneration"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-00CE7A1B-7CBC-4227-B285-2E8E4FFC73B1",
"clustering_title": "Settings"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-00CE7A1B-7CBC-4227-B285-2E8E4FFC73B1",
"clustering_title": "Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-00E2C383-D602-4EAD-BE7F-64E69F5DD5C1",
"clustering_title": "Load Balancers"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-00E2C383-D602-4EAD-BE7F-64E69F5DD5C1",
"clustering_title": "Load Balancers"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-014CB518-CCE4-449A-9BCC-241FF8FEA3C5",
"clustering_title": "Ansible Troubleshooting"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-014CB518-CCE4-449A-9BCC-241FF8FEA3C5",
"clustering_title": "Ansible Troubleshooting"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-016909A4-5AF9-4DE7-8088-DB62BBC6B00C",
"clustering_title": "Provisioning a New Server"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-016909A4-5AF9-4DE7-8088-DB62BBC6B00C",
"clustering_title": "Provisioning a New Server"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-030A6638-D9C6-492A-A021-8634B29738F7",
"clustering_title": "CyberArk Conjur"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-030A6638-D9C6-492A-A021-8634B29738F7",
"clustering_title": "CyberArk Conjur"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0336B7CB-78A8-4980-BF2F-663F5E1B0EF5",
"clustering_title": "Utilities"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0336B7CB-78A8-4980-BF2F-663F5E1B0EF5",
"clustering_title": "Utilities"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-034C870E-F6DE-4D0B-950B-23A627D33C65",
"clustering_title": "Storage"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-034C870E-F6DE-4D0B-950B-23A627D33C65",
"clustering_title": "Storage"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-038058DD-CC8D-41F7-AF14-DB01B16993C4",
"clustering_title": "ARM Blueprints"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-038058DD-CC8D-41F7-AF14-DB01B16993C4",
"clustering_title": "ARM Blueprints"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0424B3D1-E018-49DD-B584-AEFE6CB4866D",
"clustering_title": "File Templates"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0424B3D1-E018-49DD-B584-AEFE6CB4866D",
"clustering_title": "File Templates"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0429DE80-5EF4-4D9F-B617-CB41D31DE60E",
"clustering_title": "DNS"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0429DE80-5EF4-4D9F-B617-CB41D31DE60E",
"clustering_title": "DNS"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0441F3DD-FF73-49C0-8900-718B95266989",
"clustering_title": "Policy Types"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0441F3DD-FF73-49C0-8900-718B95266989",
"clustering_title": "Policy Types"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-064FEBCE-E38F-45E0-9349-4177EBFFF70D",
"clustering_title": "NSX"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-064FEBCE-E38F-45E0-9349-4177EBFFF70D",
"clustering_title": "NSX"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-06D232B4-F473-44C5-AD24-AECD128273E5",
"clustering_title": "Mac Stadium"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-06D232B4-F473-44C5-AD24-AECD128273E5",
"clustering_title": "Mac Stadium"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-06D5442F-AE4E-4DD9-969E-34E1A20C80EC",
"clustering_title": "To create a Tenant Role:"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-06D5442F-AE4E-4DD9-969E-34E1A20C80EC",
"clustering_title": "To create a Tenant Role:"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-06F0DB01-64F2-4D07-93F8-38AC80DBB09B",
"clustering_title": "Workloads: Blueprint Usage"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-06F0DB01-64F2-4D07-93F8-38AC80DBB09B",
"clustering_title": "Workloads: Blueprint Usage"
}
]
}
@@ -30,3 +30,12 @@ The following aggregate totals are compiled for Apps that meet set filters:
## Blueprint Usage List
All Blueprints which have a currently-existing App provisioned from them and selected in the dashboard filters are listed here. The name and type of the Blueprint is listed along with the total number of Instances across all provisionings, total Groups, total Clouds, and the total count of all Apps from that Blueprint.
## Image transcriptions
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| TYPE | NAME | INSTANCES | GROUPS | CLOUDS | COUNT |
|------------|----------------|-----------|--------|--------|-------|
| MISSING LOGO | [Name redacted] | 1 | 1 | 1 | 1 |
| MISSING LOGO | [Name redacted] | 1 | 1 | 1 | 1 |
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-07A9C046-F9C9-4C39-BB10-1F2E9D96C2C2",
"clustering_title": "Docker Clusters"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-07A9C046-F9C9-4C39-BB10-1F2E9D96C2C2",
"clustering_title": "Docker Clusters"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-08DC6ECF-EBF9-43E5-A402-D634F71D6B05",
"clustering_title": "Volume Management"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-08DC6ECF-EBF9-43E5-A402-D634F71D6B05",
"clustering_title": "Volume Management"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-092B4E74-3662-4E21-9DA0-67958362DBE4",
"clustering_title": "Adding OpenShift Clusters"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-092B4E74-3662-4E21-9DA0-67958362DBE4",
"clustering_title": "Adding OpenShift Clusters"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-099A151A-FA2C-4C2C-B3C5-5E3DB3DFCDE9",
"clustering_title": "Common Ports & Requirements"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-099A151A-FA2C-4C2C-B3C5-5E3DB3DFCDE9",
"clustering_title": "Common Ports & Requirements"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-09A31CD3-8237-4668-8509-A1C2EA9F3775",
"clustering_title": "Plans"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-09A31CD3-8237-4668-8509-A1C2EA9F3775",
"clustering_title": "Plans"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0A516D6F-CF1A-4470-8ABB-A7432A1E08D5",
"clustering_title": "Environments"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0A516D6F-CF1A-4470-8ABB-A7432A1E08D5",
"clustering_title": "Environments"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0A5AD977-07F5-4278-9CB3-F7D8AB8427A3",
"clustering_title": "Wiki"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0A5AD977-07F5-4278-9CB3-F7D8AB8427A3",
"clustering_title": "Wiki"
}
]
}
@@ -48,3 +48,26 @@ Its possible to add images to your Wiki pages and images can be sourced from
```
The text within the square brackets [] sets the HTML “alt” description for the image and the URL within parentheses () is the “src” URL for the image. The HPE Morpheus Enterprise [Archives](https://docs.morpheusdata.com/en/latest/tools/archives.html) feature is a great resource for hosting images for use in Wiki. Archives can target cloud storage buckets or even file shares on the HPE Morpheus Enterprise appliance local storage. HPE Morpheus Enterprise generates an access URL for each file stored in Archives, simply target this URL in your markdown to show an image stored in HPE Morpheus Enterprise Archives within your Wiki pages.
## Image transcriptions
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| Getting Started With The Wiki |
| --- |
| Welcome to the Wiki! This service ties into assets throughout the environment. Create pages for instances, hosts, groups, clouds, and even clusters directly on their detail pages. Or, just create general notes pages here in the centralized Wiki section in Markdown format. |
| Creating your first page is as simple as clicking the **Create Page** button. Write down some content, give the page a title, and click the save button. The wiki will also keep track of who last edited a page and when. The beauty of this wiki is its clean and easy to write down notes related to various parts of your application deployment or infrastructure without going to an external tool. |
| **Create A Homepage** |
| The wiki provides an easy way to replace this page with a new default page. Simply create a page with the title **Home**. When that page is created, it will become the new default page for the Wiki and visible by all the users that have access to this section. |
| **Secure** |
| All wiki pages are encrypted using AES-256 bit encryption. Though we don't advise storing passwords in a wiki document (there's services like Cypher for that). Role-based access control also can properly restrict access to content related to instances or hosts the user may not have access to. |
| Pages |
| --- |
| Search | Page Index |
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| Name | Title | Category |
|------|-------|----------|
| | | |
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0BAF2FE9-97B1-4D4A-9525-ED355C24F870",
"clustering_title": "Uploading OS Images Using NFS"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0BAF2FE9-97B1-4D4A-9525-ED355C24F870",
"clustering_title": "Uploading OS Images Using NFS"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0BBD18FA-91D0-406A-B004-3F068114DE70",
"clustering_title": "Import Trusted Certificates"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0BBD18FA-91D0-406A-B004-3F068114DE70",
"clustering_title": "Import Trusted Certificates"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0C0FBC8C-5C50-44CF-8872-9C47EF00A8AB",
"clustering_title": "EfficientIP SOLIDserver"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0C0FBC8C-5C50-44CF-8872-9C47EF00A8AB",
"clustering_title": "EfficientIP SOLIDserver"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0DB10170-9557-43A8-BF4B-76F2A2C25FBE",
"clustering_title": "Common Ports & Requirements"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0DB10170-9557-43A8-BF4B-76F2A2C25FBE",
"clustering_title": "Common Ports & Requirements"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-0F66BE6C-8428-458C-BF0B-CD7C075ACC50",
"clustering_title": "Adding HPE BMaaS Integration"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-0F66BE6C-8428-458C-BF0B-CD7C075ACC50",
"clustering_title": "Adding HPE BMaaS Integration"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-10176AA6-4AAE-4480-98BE-D1E4FF3DBB2E",
"clustering_title": "Creating and Running an SPP Update Job"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-10176AA6-4AAE-4480-98BE-D1E4FF3DBB2E",
"clustering_title": "Creating and Running an SPP Update Job"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-101B0634-4367-4B11-ACA0-923AC1CA635E",
"clustering_title": "Jobs"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-101B0634-4367-4B11-ACA0-923AC1CA635E",
"clustering_title": "Jobs"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-10BE13E9-1014-4162-97E7-A1056FED89B3",
"clustering_title": "Clients"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-10BE13E9-1014-4162-97E7-A1056FED89B3",
"clustering_title": "Clients"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-10D04894-711A-400A-98A7-A3DECE437CDA",
"clustering_title": "Creating Service Plans for GPU Hardware Passthrough"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-10D04894-711A-400A-98A7-A3DECE437CDA",
"clustering_title": "Creating Service Plans for GPU Hardware Passthrough"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1191CCE3-E610-468E-95EE-ED08BA64A6BA",
"clustering_title": "Blueprints"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1191CCE3-E610-468E-95EE-ED08BA64A6BA",
"clustering_title": "Blueprints"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-12450828-47CC-4F83-9E94-AF80242C2E3A",
"clustering_title": "Linux Settings"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-12450828-47CC-4F83-9E94-AF80242C2E3A",
"clustering_title": "Linux Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-127B939B-0C18-40CC-AC49-8DD0D58BE444",
"clustering_title": "Spec Templates"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-127B939B-0C18-40CC-AC49-8DD0D58BE444",
"clustering_title": "Spec Templates"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-133E4178-5B4C-4BFF-8213-2662774F0B37",
"clustering_title": "App Blueprints"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-133E4178-5B4C-4BFF-8213-2662774F0B37",
"clustering_title": "App Blueprints"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-13940199-9CEA-485B-87AF-AB47536CD6AE",
"clustering_title": "Huawei Cloud"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-13940199-9CEA-485B-87AF-AB47536CD6AE",
"clustering_title": "Huawei Cloud"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-139EC691-D4C3-4E3B-98E9-F108FF4E7A7F",
"clustering_title": "OAuth 2.0 Credentials"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-139EC691-D4C3-4E3B-98E9-F108FF4E7A7F",
"clustering_title": "OAuth 2.0 Credentials"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-13B77F8D-BA84-4649-A4C1-D137357E7A78",
"clustering_title": "Advanced morpheus.rb Settings"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-13B77F8D-BA84-4649-A4C1-D137357E7A78",
"clustering_title": "Advanced morpheus.rb Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-14A50EED-E11C-47E2-9C35-28B1F09CF6A7",
"clustering_title": "Overview"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-14A50EED-E11C-47E2-9C35-28B1F09CF6A7",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-151B596B-EE69-4D4B-8C80-964A90D3523C",
"clustering_title": "Adding HPE SPP to the Virtual Image Library"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-151B596B-EE69-4D4B-8C80-964A90D3523C",
"clustering_title": "Adding HPE SPP to the Virtual Image Library"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-151C50C5-5883-4137-A9B0-EAF5F8087117",
"clustering_title": "Orchestrating Load Balancers"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-151C50C5-5883-4137-A9B0-EAF5F8087117",
"clustering_title": "Orchestrating Load Balancers"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1621A716-2765-4655-B4D0-C95B8416F4D3",
"clustering_title": "Overview"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1621A716-2765-4655-B4D0-C95B8416F4D3",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-173469C2-D5C6-47F6-8A01-41C3D73B679B",
"clustering_title": "Diagrams"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-173469C2-D5C6-47F6-8A01-41C3D73B679B",
"clustering_title": "Diagrams"
}
]
}
@@ -43,3 +43,16 @@ The HPE Morpheus Enterprise diagram repository contains many diagrams related to
### Mapping Identity Source Groups to Morpheus Roles
![../_images/mapIdentityToMorpheus.png](https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-58D1993D-5964-4804-877B-ECF3112E147E-high.png)
## Image transcriptions
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| Appliance Node | Description |
|-----------------|-------------|
| NGINX | Web server and reverse proxy |
| MySQL | Relational database management system |
| RabbitMQ | Message broker for distributed computing systems |
| Elastic | Search engine and analytics platform |
Single Node Configuration:
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1741A126-636E-4A96-812C-48A8B7A25E88",
"clustering_title": "Unmanaged Networks"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1741A126-636E-4A96-812C-48A8B7A25E88",
"clustering_title": "Unmanaged Networks"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-17B067B3-32C3-4DE7-82DE-B6033C235495",
"clustering_title": "Library"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-17B067B3-32C3-4DE7-82DE-B6033C235495",
"clustering_title": "Library"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-17E0EBC8-A495-4198-82BD-63D9D38D6F74",
"clustering_title": "Morpheus Virtual Desktops"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-17E0EBC8-A495-4198-82BD-63D9D38D6F74",
"clustering_title": "Morpheus Virtual Desktops"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-180B8370-AEF2-45C1-9E72-99FF796CB222",
"clustering_title": "Costing: Cloud Costing"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-180B8370-AEF2-45C1-9E72-99FF796CB222",
"clustering_title": "Costing: Cloud Costing"
}
]
}
@@ -37,3 +37,13 @@ Each Cloud that meets set filters is listed at the bottom of the dashboard, the
- **REGION:** The Cloud region (if available)
- **MONTH TO DATE:** The current month-to-date spend for the individual Cloud listed
- **PROJECTED TOTAL:** The projected total spend for the current month for the individual Cloud listed
## Image transcriptions
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| TYPE | NAME | LOCATION | REGION | MONTH TO DATE | PROJECTED TOTAL |
|------|------|----------|--------|---------------|-----------------|
| AWS | AWS MorpheusDemo | US West (N. Cali) | ec2.us-west-1.amazonaws.com | $2,732.60 | $4,345.97 |
| Azure | Morpheus Azure | West US | westus | $1,030.92 | $1,742.40 |
| Nutanix Labs 2 | Nutanix Labs 2 | - | - | $511.96 | $859.41 |
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1A14AD6E-BC3E-4E87-A794-00BE2915D6C1",
"clustering_title": "Security Groups"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1A14AD6E-BC3E-4E87-A794-00BE2915D6C1",
"clustering_title": "Security Groups"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1AA91E38-BE43-4571-ADEB-714F77E9E728",
"clustering_title": "Building Catalog Blueprints"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1AA91E38-BE43-4571-ADEB-714F77E9E728",
"clustering_title": "Building Catalog Blueprints"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1AC5F825-20D5-4B28-936A-2DD024250026",
"clustering_title": "Creating Roles"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1AC5F825-20D5-4B28-936A-2DD024250026",
"clustering_title": "Creating Roles"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1B184F05-C570-446E-8C3A-FC24792DE213",
"clustering_title": "Create a MultiTenant User Role"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1B184F05-C570-446E-8C3A-FC24792DE213",
"clustering_title": "Create a MultiTenant User Role"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1BF34D63-AEE2-4305-BB8C-B625A1E6B1C4",
"clustering_title": "Volumes"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1BF34D63-AEE2-4305-BB8C-B625A1E6B1C4",
"clustering_title": "Volumes"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1CC88F1D-21D7-4715-95BB-47F52C0AED42",
"clustering_title": "Add Citrix NetScaler Integration"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1CC88F1D-21D7-4715-95BB-47F52C0AED42",
"clustering_title": "Add Citrix NetScaler Integration"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1CF5D90B-ABF3-4151-A9CE-275EB6C32BE4",
"clustering_title": "Add Virtual Image"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1CF5D90B-ABF3-4151-A9CE-275EB6C32BE4",
"clustering_title": "Add Virtual Image"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1D25F7CB-F8A2-4AE7-83B2-AFD6B08A64D0",
"clustering_title": "Roles"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1D25F7CB-F8A2-4AE7-83B2-AFD6B08A64D0",
"clustering_title": "Roles"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1D5A54E2-B165-47BD-82D6-6FB5002B8B2A",
"clustering_title": "Overview"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1D5A54E2-B165-47BD-82D6-6FB5002B8B2A",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1E4F2B1B-4D5D-44BD-AF29-E0610E2E246E",
"clustering_title": "Editing and Deleting from the Self Service Catalog"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1E4F2B1B-4D5D-44BD-AF29-E0610E2E246E",
"clustering_title": "Editing and Deleting from the Self Service Catalog"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1E710344-0932-4A51-B605-18AEF716E46F",
"clustering_title": "Backing Up and Restoring HPE Morpheus Enterprise Appliance"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1E710344-0932-4A51-B605-18AEF716E46F",
"clustering_title": "Backing Up and Restoring HPE Morpheus Enterprise Appliance"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1E955B51-BB03-4BBF-934F-C1EB2130F7BD",
"clustering_title": "Approvals"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1E955B51-BB03-4BBF-934F-C1EB2130F7BD",
"clustering_title": "Approvals"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1F00D44F-F860-4D11-8C5F-7D93F1E4B9EB",
"clustering_title": "Nutanix Prism Central"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1F00D44F-F860-4D11-8C5F-7D93F1E4B9EB",
"clustering_title": "Nutanix Prism Central"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1F166B04-8BE6-4EF5-82A5-6C981695EC24",
"clustering_title": "Creating Jobs"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1F166B04-8BE6-4EF5-82A5-6C981695EC24",
"clustering_title": "Creating Jobs"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1F30FE4D-FAD1-444B-9570-E20C339F257C",
"clustering_title": "Building Catalog Instances"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1F30FE4D-FAD1-444B-9570-E20C339F257C",
"clustering_title": "Building Catalog Instances"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1F488507-3D6B-4EC3-9D55-E542F2978E2D",
"clustering_title": "Nesting Workflows"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1F488507-3D6B-4EC3-9D55-E542F2978E2D",
"clustering_title": "Nesting Workflows"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-1FE536B8-0BE2-4851-8801-174C49D984F3",
"clustering_title": "Contacts"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-1FE536B8-0BE2-4851-8801-174C49D984F3",
"clustering_title": "Contacts"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-20AF9B68-EDEE-400D-B351-F0A8B19853E0",
"clustering_title": "Uploading OS Images Using S3-Compatible Object Storage"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-20AF9B68-EDEE-400D-B351-F0A8B19853E0",
"clustering_title": "Uploading OS Images Using S3-Compatible Object Storage"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-20D6853D-60F1-45A8-90F5-47E242D57DB4",
"clustering_title": "Cloud Resource Tagging with Morpheus"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-20D6853D-60F1-45A8-90F5-47E242D57DB4",
"clustering_title": "Cloud Resource Tagging with Morpheus"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-21AB08DA-EAEF-46C2-8880-8CBC18BC8010",
"clustering_title": "Resizing Volume"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-21AB08DA-EAEF-46C2-8880-8CBC18BC8010",
"clustering_title": "Resizing Volume"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-2277183A-E315-4439-A885-C111A77C7154",
"clustering_title": "Dashboard"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-2277183A-E315-4439-A885-C111A77C7154",
"clustering_title": "Dashboard"
}
]
}
@@ -78,3 +78,41 @@ Displays the number of successful and unsuccessful Task executions over the last
## Activity
The activity list displays the last few events that have taken place in HPE Morpheus Enterprise by any user. This could be new provisioned workloads, deleted workloads, backups, or a number of other things. A more complete list of recent activities can be viewed in Operations > Activity
## Image transcriptions
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| Instance | Type | Address |
|----------|------------|--------------------|
| | | |
> Transcribed from the image above by local vision OCR (qwen2.5vl:7b); verify against the source image.
| GROUP WORKLOADS | CLOUD WORKLOADS | CLUSTER WORKLOADS |
|-----------------|------------------|--------------------|
| All Clouds | QA VMware | QA Docker Cluster |
| Permanent | QA Docker | None |
| QA Docker | QA Nutanix Prism | QA Kubernetes Cluster |
| QA Kubernetes | QA Amazon | |
| group-42574 | QA Kubernetes | |
| group-42578 | dg vmware | |
| LOG HISTORY | LOG TRENDS |
|-------------|------------|
| ALERT sendmsg logger failed No such file or directory errno | pam_unix sudo session session opened for user root uid by uid |
| pam_unix sudo session session closed for user root | dd-vmw-ubuntu-1 CRON pam_unix cron session closed for user root |
| dd-vmw-ubuntu-1 CRON pam_unix cron session opened for user root by uid |
| JOB EXECUTIONS | BACKUPS | TASK EXECUTIONS |
|----------------|---------|------------------|
| Successful: 15 | Successful: 1 | Successful: 15 |
| Failed: 1 | Failed: 0 | Failed: 1 |
| ACTIVITY |
|----------|
| au-dkr-blueprint-1 - apache | New backup has successfully been created for 'Morpheus QA' |
| au-dkr-blueprint-1 - nginx | New backup has successfully been created for 'Morpheus QA' |
| abdelkrim | Instance has successfully been deleted by 'Morpheus QA'. |
| abdelkrim | Server has successfully been deleted by 'Morpheus QA'. |
| au-dkr-blueprint-1 | App has successfully been created. |
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-22EEEC8A-E264-4D1B-9D76-E543DFD3096E",
"clustering_title": "SCVMM"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-22EEEC8A-E264-4D1B-9D76-E543DFD3096E",
"clustering_title": "SCVMM"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-25A367DD-64FA-417A-B88B-B1D95C3E258B",
"clustering_title": "Repositories"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-25A367DD-64FA-417A-B88B-B1D95C3E258B",
"clustering_title": "Repositories"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-25C0F475-27A2-4C0A-BF2B-76EE20F51F7A",
"clustering_title": "Cypher"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-25C0F475-27A2-4C0A-BF2B-76EE20F51F7A",
"clustering_title": "Cypher"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-269D2944-5080-4897-86F5-AC949F4B83F1",
"clustering_title": "Add NSX advanced load balancer"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-269D2944-5080-4897-86F5-AC949F4B83F1",
"clustering_title": "Add NSX advanced load balancer"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-272497A0-8AE1-4C3F-99D8-3F60B52DA17C",
"clustering_title": "Delete Workflow"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-272497A0-8AE1-4C3F-99D8-3F60B52DA17C",
"clustering_title": "Delete Workflow"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-27706317-FA6C-49E6-8D44-FAE2E35217F8",
"clustering_title": "Canonical MAAS"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-27706317-FA6C-49E6-8D44-FAE2E35217F8",
"clustering_title": "Canonical MAAS"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-27FB9EA7-F54A-4B56-B3C8-0E5BF78A62C6",
"clustering_title": "Active Directory"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-27FB9EA7-F54A-4B56-B3C8-0E5BF78A62C6",
"clustering_title": "Active Directory"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-2914AB3A-354A-4E42-BCFF-3B3F19867E9A",
"clustering_title": "Tools"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-2914AB3A-354A-4E42-BCFF-3B3F19867E9A",
"clustering_title": "Tools"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-29661D5A-2426-4114-B839-1242C7A7D6A8",
"clustering_title": "Email Templates"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-29661D5A-2426-4114-B839-1242C7A7D6A8",
"clustering_title": "Email Templates"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-29D63377-0FE6-40DD-BCCF-1A5319D2D9C2",
"clustering_title": "Hardware Requirements"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-29D63377-0FE6-40DD-BCCF-1A5319D2D9C2",
"clustering_title": "Hardware Requirements"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-2BA625F8-895A-414C-9DAD-BD07A04CEB03",
"clustering_title": "Morpheus UI war files"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-2BA625F8-895A-414C-9DAD-BD07A04CEB03",
"clustering_title": "Morpheus UI war files"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-2C06459C-26AA-4AB0-897C-F0EFA3F73923",
"clustering_title": "Firmware and Driver Lifecycle Management"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-2C06459C-26AA-4AB0-897C-F0EFA3F73923",
"clustering_title": "Firmware and Driver Lifecycle Management"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "morpheus_user_manual_8_1_2",
"page_id": "GUID-2C366D1B-0426-4F6D-9A1B-CDF97B468FED",
"clustering_title": "API Access"
},
{
"bundle_id": "morpheus_user_manual_9_0_0",
"page_id": "GUID-2C366D1B-0426-4F6D-9A1B-CDF97B468FED",
"clustering_title": "API Access"
}
]
}

Some files were not shown because too many files have changed in this diff Show More