feat(scrape): auto-discover HVM versions + add 9.0 to corpus

HVM (HPE Morpheus VM Essentials) 9.0.0 shipped June 2026; the MCP had
nothing about it. Add it and stop hand-adding a docId per release.

scrape/bundles.py now AUTO-DISCOVERS new versions (discover_specs, on by
default): it scans the DocPortal docId range above the highest known
bundle and classifies each abstract. On-by-default in CI's refresh.yml,
so future releases flow into the corpus with no code change. Gotchas
encoded:
  - classify on the abstract BODY, not the <h1> (a Release Notes h1 is
    just "v9.0.0 Release Notes" with no product name)
  - EXCLUDE the interleaved siblings that share the same version string:
    Morpheus Enterprise, Morpheus Central, Storage Integration Pack
  - failsoft: a scan error logs a warning and falls back to known bundles
  - self-healing + idempotent: prior bundles.json persists discoveries;
    the scan anchor rolls forward; re-runs add no duplicates

Discovered + scraped for 9.0.0:
  - User Manual   sd00008058en_us (414 pages; Deployment Guide now folded in)
  - Release Notes sd00008079en_us

corpus: +412 pages (9.0), sidecar topic_cluster peers re-linked to 9.0
across the 8.1.x bundles (shared GUIDs). Local reindex: 3645 chunks
(956 are 9.0.0); 9.0 content verified retrievable end-to-end.

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01MNQRS6F7N9Uwh1SMn3xz2g
This commit is contained in:
2026-07-15 11:40:14 -04:00
co-authored by Claude Opus 4.8
parent 41d431670f
commit cd30d0dc7a
1953 changed files with 26126 additions and 10 deletions
@@ -25,6 +25,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-AAEE49BC-286E-4C04-9664-4A2FEBDFDCA0",
"clustering_title": "Host Features"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-AAEE49BC-286E-4C04-9664-4A2FEBDFDCA0",
"clustering_title": "Host Features"
}
]
}
@@ -25,6 +25,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-AC33B458-3F39-4BA6-A242-E00B613C60DA",
"clustering_title": "VM Features"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-AC33B458-3F39-4BA6-A242-E00B613C60DA",
"clustering_title": "VM Features"
}
]
}
@@ -25,6 +25,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-498C49E5-5D26-44E1-A2CC-9AAC0813BA93",
"clustering_title": "HPE Morpheus VM Essentials Software"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-498C49E5-5D26-44E1-A2CC-9AAC0813BA93",
"clustering_title": "HPE Morpheus VM Essentials Software"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_release_notes_8_1_2",
"page_id": "sd00007734en_us",
"clustering_title": "v8.1.2 Release Notes"
},
{
"bundle_id": "hvm_release_notes_9_0_0",
"page_id": "sd00008079en_us",
"clustering_title": "v9.0.0 Release Notes"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_release_notes_8_1_2",
"page_id": "sd00007734en_us",
"clustering_title": "v8.1.2 Release Notes"
},
{
"bundle_id": "hvm_release_notes_9_0_0",
"page_id": "sd00008079en_us",
"clustering_title": "v9.0.0 Release Notes"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_release_notes_8_1_1",
"page_id": "sd00007609en_us",
"clustering_title": "v8.1.1 Release Notes"
},
{
"bundle_id": "hvm_release_notes_9_0_0",
"page_id": "sd00008079en_us",
"clustering_title": "v9.0.0 Release Notes"
}
]
}
@@ -0,0 +1,31 @@
{
"bundle_id": "hvm_release_notes_9_0_0",
"page_id": "sd00008079en_us",
"title": "v9.0.0 Release Notes",
"ordinal": 1,
"parent_title": null,
"doc_id": "sd00008079en_us",
"version": "9.0.0",
"product": "Release Notes",
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008079en_us",
"topic_cluster": {
"clustering_title": "v9.0.0 Release Notes",
"clustered_topics": [
{
"bundle_id": "hvm_release_notes_8_1_0",
"page_id": "sd00007497en_us",
"clustering_title": "v8.1.0 Release Notes"
},
{
"bundle_id": "hvm_release_notes_8_1_1",
"page_id": "sd00007609en_us",
"clustering_title": "v8.1.1 Release Notes"
},
{
"bundle_id": "hvm_release_notes_8_1_2",
"page_id": "sd00007734en_us",
"clustering_title": "v8.1.2 Release Notes"
}
]
}
}
@@ -0,0 +1,81 @@
# v9.0.0 Release Notes
# v9.0.0 LTS Release Notes
- Compatible Plugin API version: 1.4.1
- Compatible HPE Morpheus VM Essentials Worker version: 5.4.8+
Release Dates
- v9.0.0 June 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
Alletra MP Plugin
: For complete update details, see the [HPE Storage Integration Pack for VM Essentials Release Notes](https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008055en_us).
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
- Added a new management interface under Tools > AI Services for creating and configuring AI Agents, including model selection and MCP server assignments
- 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.
- Private Cloud system initialization wizard to streamline onboarding and provide an extensible plugin compliant framework.
API & CLI
: - Reintroduced and improved API token management with a dedicated API Keys tab in User Settings.
- 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.
HVM
: - HPE Morpheus Essentials 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 Advanced 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 in the HPE HPE Morpheus Essentials 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.
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.
# Fixes
Platform Updates
: - Embedded MySQL updated to 8.4.x LTS; non-embedded support extended to 8.4.x or above.
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.
Published: June 2026
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-008AF6CD-E219-4D76-B175-B763E5C397CE",
"clustering_title": "Global Backups Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-008AF6CD-E219-4D76-B175-B763E5C397CE",
"clustering_title": "Global Backups Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-02679208-A796-4A58-80AC-33DCF6A4899F",
"clustering_title": "Scoping Services"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-02679208-A796-4A58-80AC-33DCF6A4899F",
"clustering_title": "Scoping Services"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-034C2E21-6B14-4AAD-A582-2638A4C7D04C",
"clustering_title": "Group and Tenant Access"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-034C2E21-6B14-4AAD-A582-2638A4C7D04C",
"clustering_title": "Group and Tenant Access"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-04410F73-1BA6-46D4-A7A4-E4706C5FD522",
"clustering_title": "Cloud-Init Agent install mode"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-04410F73-1BA6-46D4-A7A4-E4706C5FD522",
"clustering_title": "Cloud-Init Agent install mode"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0503F050-177F-4360-9B1A-49439AF366B8",
"clustering_title": "Activity"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0503F050-177F-4360-9B1A-49439AF366B8",
"clustering_title": "Activity"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-054A7DC4-C03C-4356-8486-19472075129E",
"clustering_title": "Add ArubaCX Integration to a Cluster"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-054A7DC4-C03C-4356-8486-19472075129E",
"clustering_title": "Add ArubaCX Integration to a Cluster"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-06426E05-BE70-4917-89E3-153236303513",
"clustering_title": "Group Access"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-06426E05-BE70-4917-89E3-153236303513",
"clustering_title": "Group Access"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-06E4D650-D16A-4E96-98FE-B634E5DEA776",
"clustering_title": "Currency Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-06E4D650-D16A-4E96-98FE-B634E5DEA776",
"clustering_title": "Currency Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-07778212-ECE2-41DC-A130-1A6271833CA4",
"clustering_title": "NFSv3 File Shares"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-07778212-ECE2-41DC-A130-1A6271833CA4",
"clustering_title": "NFSv3 File Shares"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-098F382C-607E-4341-AAE1-7898A7E5D739",
"clustering_title": "Add HPE Alletra MP Storage"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-098F382C-607E-4341-AAE1-7898A7E5D739",
"clustering_title": "Add HPE Alletra MP Storage"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-09A31CD3-8237-4668-8509-A1C2EA9F3775",
"clustering_title": "Plans"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-09A31CD3-8237-4668-8509-A1C2EA9F3775",
"clustering_title": "Plans"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-09DFA0EB-D5E4-48B8-A95D-F47F2F627B57",
"clustering_title": "Cloud Detail View"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-09DFA0EB-D5E4-48B8-A95D-F47F2F627B57",
"clustering_title": "Cloud Detail View"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0A516D6F-CF1A-4470-8ABB-A7432A1E08D5",
"clustering_title": "Environments"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0A516D6F-CF1A-4470-8ABB-A7432A1E08D5",
"clustering_title": "Environments"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0CA68FCD-5F9B-47CE-954A-5A2176286C79",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0CA68FCD-5F9B-47CE-954A-5A2176286C79",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0CB2D2E2-20E1-41AD-BB39-2D966B108FF2",
"clustering_title": "Editing Domain Permissions"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0CB2D2E2-20E1-41AD-BB39-2D966B108FF2",
"clustering_title": "Editing Domain Permissions"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0CBD386D-DED9-474D-A9F3-587F58B2D22D",
"clustering_title": "Disabling Two-Factor Authentication"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0CBD386D-DED9-474D-A9F3-587F58B2D22D",
"clustering_title": "Disabling Two-Factor Authentication"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0D60567D-2DD3-4D8B-92D6-6849C7D773EA",
"clustering_title": "Openstack Swift Buckets"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0D60567D-2DD3-4D8B-92D6-6849C7D773EA",
"clustering_title": "Openstack Swift Buckets"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0DC34FAA-C182-4FAA-BFE3-70147815F471",
"clustering_title": "Health Levels"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0DC34FAA-C182-4FAA-BFE3-70147815F471",
"clustering_title": "Health Levels"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0EE0DFC1-1364-410B-92FD-DD9F6EC320E0",
"clustering_title": "Data Stores"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0EE0DFC1-1364-410B-92FD-DD9F6EC320E0",
"clustering_title": "Data Stores"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-0F4C809D-5F7A-4CA1-AA7E-3C6C7E68B81F",
"clustering_title": "Create HPE ANW DSS Port Group Network"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-0F4C809D-5F7A-4CA1-AA7E-3C6C7E68B81F",
"clustering_title": "Create HPE ANW DSS Port Group Network"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-10A7B17C-6F0D-432A-85BD-3205728606A0",
"clustering_title": "Credentials"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-10A7B17C-6F0D-432A-85BD-3205728606A0",
"clustering_title": "Credentials"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-10D04894-711A-400A-98A7-A3DECE437CDA",
"clustering_title": "Creating Service Plans for GPU Hardware Passthrough"
},
{
"bundle_id": "hvm_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": "hvm_user_manual_8_1_2",
"page_id": "GUID-117D7430-4CD6-4320-9CBE-DFD64A689C7E",
"clustering_title": "Creating Wikis"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-117D7430-4CD6-4320-9CBE-DFD64A689C7E",
"clustering_title": "Creating Wikis"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-12450828-47CC-4F83-9E94-AF80242C2E3A",
"clustering_title": "Linux Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-12450828-47CC-4F83-9E94-AF80242C2E3A",
"clustering_title": "Linux Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1411B76F-83AF-45D2-B7AC-FD6D82F76DB2",
"clustering_title": "Adding Network Groups"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1411B76F-83AF-45D2-B7AC-FD6D82F76DB2",
"clustering_title": "Adding Network Groups"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1457342F-8258-47AC-AEB3-54E5FE00E434",
"clustering_title": "System Status"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1457342F-8258-47AC-AEB3-54E5FE00E434",
"clustering_title": "System Status"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1569A1AD-385D-4E16-9C85-A1915813FCC8",
"clustering_title": "Selecting a Domain while provisioning an Instance"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1569A1AD-385D-4E16-9C85-A1915813FCC8",
"clustering_title": "Selecting a Domain while provisioning an Instance"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-15A15A8F-1BCA-4B74-A3C1-08B3F6CCF487",
"clustering_title": "Adding Directory Pools"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-15A15A8F-1BCA-4B74-A3C1-08B3F6CCF487",
"clustering_title": "Adding Directory Pools"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-15AD88B3-D66A-4CA8-87DB-5F7FDDB9B386",
"clustering_title": "NFS Pools Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-15AD88B3-D66A-4CA8-87DB-5F7FDDB9B386",
"clustering_title": "NFS Pools Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-17230E5D-DFC2-42A1-900E-1C01A1508954",
"clustering_title": "Creating a VM Essentials VMware Image"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-17230E5D-DFC2-42A1-900E-1C01A1508954",
"clustering_title": "Creating a VM Essentials VMware Image"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-17B067B3-32C3-4DE7-82DE-B6033C235495",
"clustering_title": "Library"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-17B067B3-32C3-4DE7-82DE-B6033C235495",
"clustering_title": "Library"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-17EE6294-53E4-41F2-B3DE-8509268CE8AE",
"clustering_title": "Creating Clouds"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-17EE6294-53E4-41F2-B3DE-8509268CE8AE",
"clustering_title": "Creating Clouds"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-187699B7-66AC-465F-BDA4-37F51FB0267B",
"clustering_title": "Backups"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-187699B7-66AC-465F-BDA4-37F51FB0267B",
"clustering_title": "Backups"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1A0E37CA-DAC9-49DE-99D3-FC177AB78047",
"clustering_title": "Deleting Existing Routers"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1A0E37CA-DAC9-49DE-99D3-FC177AB78047",
"clustering_title": "Deleting Existing Routers"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1C1ADB18-710D-40A4-ADCA-660DC7988190",
"clustering_title": "VM Essentials Backup Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1C1ADB18-710D-40A4-ADCA-660DC7988190",
"clustering_title": "VM Essentials Backup Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1D1D4AAD-3C8A-485D-86CB-2D0FCE48DD4A",
"clustering_title": "Roles and Identity Sources"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1D1D4AAD-3C8A-485D-86CB-2D0FCE48DD4A",
"clustering_title": "Roles and Identity Sources"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1D25F7CB-F8A2-4AE7-83B2-AFD6B08A64D0",
"clustering_title": "Roles"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1D25F7CB-F8A2-4AE7-83B2-AFD6B08A64D0",
"clustering_title": "Roles"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1D9C9A40-8C8C-4C06-A0AA-4834FB6823E2",
"clustering_title": "Tagging and Metadata"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1D9C9A40-8C8C-4C06-A0AA-4834FB6823E2",
"clustering_title": "Tagging and Metadata"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1E5AE301-CE00-4509-9820-FB286DDA806A",
"clustering_title": "User Process Guides"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1E5AE301-CE00-4509-9820-FB286DDA806A",
"clustering_title": "User Process Guides"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1E9B2F0E-E670-4103-AA64-FEFDBDBD516E",
"clustering_title": "Failover"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1E9B2F0E-E670-4103-AA64-FEFDBDBD516E",
"clustering_title": "Failover"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-1EB800EB-6832-487E-BB11-07D8520003CF",
"clustering_title": "Advanced"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-1EB800EB-6832-487E-BB11-07D8520003CF",
"clustering_title": "Advanced"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-202C8048-0342-4653-97C6-7817B2A9EEB3",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-202C8048-0342-4653-97C6-7817B2A9EEB3",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-20656567-501C-4D21-9EDA-1C6898DF61F5",
"clustering_title": "Allow Custom Config"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-20656567-501C-4D21-9EDA-1C6898DF61F5",
"clustering_title": "Allow Custom Config"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-206AB627-EE3C-4F56-AA25-0DFDECB86281",
"clustering_title": "Appliance Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-206AB627-EE3C-4F56-AA25-0DFDECB86281",
"clustering_title": "Appliance Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-21972435-BFD0-481F-A3E6-A52B116989F3",
"clustering_title": "Create User"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-21972435-BFD0-481F-A3E6-A52B116989F3",
"clustering_title": "Create User"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-21FEDDFF-A1CE-4628-80C8-1CD0FC683A84",
"clustering_title": "Viewing Volumes"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-21FEDDFF-A1CE-4628-80C8-1CD0FC683A84",
"clustering_title": "Viewing Volumes"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-226C1DD5-E007-4F44-A215-2FC03C269EA5",
"clustering_title": "Base Cluster Details"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-226C1DD5-E007-4F44-A215-2FC03C269EA5",
"clustering_title": "Base Cluster Details"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-238F9226-4EB4-4E14-B533-584277951C4B",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-238F9226-4EB4-4E14-B533-584277951C4B",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-24C6189F-5FCF-4B47-BA4D-0E5ED660F441",
"clustering_title": "Review"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-24C6189F-5FCF-4B47-BA4D-0E5ED660F441",
"clustering_title": "Review"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2581C2D1-AC07-4DE2-B794-20AC25652417",
"clustering_title": "Cluster Permissions"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2581C2D1-AC07-4DE2-B794-20AC25652417",
"clustering_title": "Cluster Permissions"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-25C0F475-27A2-4C0A-BF2B-76EE20F51F7A",
"clustering_title": "Cypher"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-25C0F475-27A2-4C0A-BF2B-76EE20F51F7A",
"clustering_title": "Cypher"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-266213A6-ED4A-4F33-BE4D-12D1E399C66F",
"clustering_title": "Gotchas"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-266213A6-ED4A-4F33-BE4D-12D1E399C66F",
"clustering_title": "Gotchas"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2686BF33-E793-4BF9-98BE-82F800ED03EB",
"clustering_title": "Backing Up and Restoring the HPE Morpheus VM Essentials Manager"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2686BF33-E793-4BF9-98BE-82F800ED03EB",
"clustering_title": "Backing Up and Restoring the HPE Morpheus VM Essentials Manager"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-26D622EF-A71E-44D7-A705-176ED6445B3D",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-26D622EF-A71E-44D7-A705-176ED6445B3D",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-27619E64-03DD-4F3B-B66A-9C2D5350466E",
"clustering_title": "Setting Up Two-Factor Authentication"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-27619E64-03DD-4F3B-B66A-9C2D5350466E",
"clustering_title": "Setting Up Two-Factor Authentication"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-278B93C4-6B70-476F-B530-A2DBA4269FD8",
"clustering_title": "Performing Instance Actions"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-278B93C4-6B70-476F-B530-A2DBA4269FD8",
"clustering_title": "Performing Instance Actions"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2794BD60-D1CC-4B0B-80FA-1BA80DDEBB27",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2794BD60-D1CC-4B0B-80FA-1BA80DDEBB27",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2914AB3A-354A-4E42-BCFF-3B3F19867E9A",
"clustering_title": "Tools"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2914AB3A-354A-4E42-BCFF-3B3F19867E9A",
"clustering_title": "Tools"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2982E9F4-FB10-4CB9-A863-3A1D0D91A615",
"clustering_title": "Task Executions"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2982E9F4-FB10-4CB9-A863-3A1D0D91A615",
"clustering_title": "Task Executions"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-29CAF5CA-BE28-4EB4-BD65-AD667988C36D",
"clustering_title": "Handling User Lock-Out"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-29CAF5CA-BE28-4EB4-BD65-AD667988C36D",
"clustering_title": "Handling User Lock-Out"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2D035C3B-0102-4FB3-BE34-74094659DC87",
"clustering_title": "Prerequisites"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2D035C3B-0102-4FB3-BE34-74094659DC87",
"clustering_title": "Prerequisites"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2DEB33CC-132A-494C-B242-CA09B02E9333",
"clustering_title": "Backups"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2DEB33CC-132A-494C-B242-CA09B02E9333",
"clustering_title": "Backups"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2E68673C-77D9-4E8E-B9B4-2D5C06AE30BD",
"clustering_title": "Adding Domains"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2E68673C-77D9-4E8E-B9B4-2D5C06AE30BD",
"clustering_title": "Adding Domains"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2E69D206-F6D6-48BF-8F13-D85D7E201B84",
"clustering_title": "Role Requirements"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2E69D206-F6D6-48BF-8F13-D85D7E201B84",
"clustering_title": "Role Requirements"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2F46F59C-22A3-4416-AC2A-BE1522B152D2",
"clustering_title": "SSH/Winrm"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2F46F59C-22A3-4416-AC2A-BE1522B152D2",
"clustering_title": "SSH/Winrm"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-2F84EEC0-C7BE-43B0-B17E-E35376B54F34",
"clustering_title": "Proxy Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-2F84EEC0-C7BE-43B0-B17E-E35376B54F34",
"clustering_title": "Proxy Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3026A7D3-3BC3-4ABC-AD6A-B0EE5362562E",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3026A7D3-3BC3-4ABC-AD6A-B0EE5362562E",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-30353E6D-5FA2-470C-BB80-238663945F6F",
"clustering_title": "Service Plans"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-30353E6D-5FA2-470C-BB80-238663945F6F",
"clustering_title": "Service Plans"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-303E5EE7-A8F0-4555-BC8C-8A0D78A9BAD8",
"clustering_title": "File Detail Page"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-303E5EE7-A8F0-4555-BC8C-8A0D78A9BAD8",
"clustering_title": "File Detail Page"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-30D62FE4-33A5-4AD6-8DE8-CBA6DE904A9B",
"clustering_title": "Features"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-30D62FE4-33A5-4AD6-8DE8-CBA6DE904A9B",
"clustering_title": "Features"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-30D9F5F5-7572-4440-8B31-9372D7CE352D",
"clustering_title": "Features"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-30D9F5F5-7572-4440-8B31-9372D7CE352D",
"clustering_title": "Features"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-30F59A1F-0573-4D88-A679-B5C5168BCE6D",
"clustering_title": "Storage Buckets"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-30F59A1F-0573-4D88-A679-B5C5168BCE6D",
"clustering_title": "Storage Buckets"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-334FA46B-AE38-41A7-BACC-8F8384C5D010",
"clustering_title": "Guides"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-334FA46B-AE38-41A7-BACC-8F8384C5D010",
"clustering_title": "Guides"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-33F3509A-A175-4204-A1A8-F3699338CAC5",
"clustering_title": "Add Storage Server"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-33F3509A-A175-4204-A1A8-F3699338CAC5",
"clustering_title": "Add Storage Server"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-34291BF2-6D39-46FD-B18A-338089CAF11E",
"clustering_title": "Editing Cypher Keys"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-34291BF2-6D39-46FD-B18A-338089CAF11E",
"clustering_title": "Editing Cypher Keys"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-34B1DB42-8ADD-45C4-B945-137EB77810B6",
"clustering_title": "Restoring the HPE Morpheus Enterprise Manager from Backup"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-34B1DB42-8ADD-45C4-B945-137EB77810B6",
"clustering_title": "Restoring the HPE Morpheus Enterprise Manager from Backup"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-35419962-0058-4856-A6BD-F4923FD0F044",
"clustering_title": "File Shares"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-35419962-0058-4856-A6BD-F4923FD0F044",
"clustering_title": "File Shares"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-35B83D2C-52C6-4240-94B3-ED44777AD4B3",
"clustering_title": "Azure Buckets"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-35B83D2C-52C6-4240-94B3-ED44777AD4B3",
"clustering_title": "Azure Buckets"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3702D75B-9505-40D0-B220-7739F5F72760",
"clustering_title": "Adding GFS2 Pools"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3702D75B-9505-40D0-B220-7739F5F72760",
"clustering_title": "Adding GFS2 Pools"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-371A58A1-F821-449C-8D2D-EC2657C13B56",
"clustering_title": "Activity"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-371A58A1-F821-449C-8D2D-EC2657C13B56",
"clustering_title": "Activity"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-37CA1665-B331-452A-AA3D-59608D85F006",
"clustering_title": "Servers"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-37CA1665-B331-452A-AA3D-59608D85F006",
"clustering_title": "Servers"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-392743FA-D99D-4995-A8F6-3E5541271263",
"clustering_title": "Server Network Configuration (Netplan)"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-392743FA-D99D-4995-A8F6-3E5541271263",
"clustering_title": "Server Network Configuration (Netplan)"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-397630C5-C2CE-4E35-A45D-0228C8F70867",
"clustering_title": "Role Permissions"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-397630C5-C2CE-4E35-A45D-0228C8F70867",
"clustering_title": "Role Permissions"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-39D5E3C6-08F3-457E-BE0D-BDCF083963E1",
"clustering_title": "Add a storage server"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-39D5E3C6-08F3-457E-BE0D-BDCF083963E1",
"clustering_title": "Add a storage server"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3A5066B9-898A-4673-A713-C3E41D502742",
"clustering_title": "Backup Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3A5066B9-898A-4673-A713-C3E41D502742",
"clustering_title": "Backup Settings"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3A5117DE-E11D-41D0-A016-A68154A90DCA",
"clustering_title": "Provisioning"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3A5117DE-E11D-41D0-A016-A68154A90DCA",
"clustering_title": "Provisioning"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3A627DBF-D797-42A2-A9AC-AAC321376068",
"clustering_title": "Migrations Plans"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3A627DBF-D797-42A2-A9AC-AAC321376068",
"clustering_title": "Migrations Plans"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3AC9CEB6-F60C-46FA-83E1-769F4A989C10",
"clustering_title": "Overview"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3AC9CEB6-F60C-46FA-83E1-769F4A989C10",
"clustering_title": "Overview"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3AEA3F6C-138B-4BEB-97DC-F0F857F165D0",
"clustering_title": "Configuring Backups during Provisioning"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3AEA3F6C-138B-4BEB-97DC-F0F857F165D0",
"clustering_title": "Configuring Backups during Provisioning"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3B34F036-4C25-4058-B5F4-5340545BE821",
"clustering_title": "2 Factor Authentication"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3B34F036-4C25-4058-B5F4-5340545BE821",
"clustering_title": "2 Factor Authentication"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3BCC85EA-1CBD-405F-AEFC-844BF2D9FE6C",
"clustering_title": "Add Existing Key Pair"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3BCC85EA-1CBD-405F-AEFC-844BF2D9FE6C",
"clustering_title": "Add Existing Key Pair"
}
]
}
@@ -20,6 +20,11 @@
"bundle_id": "hvm_user_manual_8_1_2",
"page_id": "GUID-3D27BE17-47C9-476C-AD13-DD516697F862",
"clustering_title": "Cloud-Init Settings"
},
{
"bundle_id": "hvm_user_manual_9_0_0",
"page_id": "GUID-3D27BE17-47C9-476C-AD13-DD516697F862",
"clustering_title": "Cloud-Init Settings"
}
]
}

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