You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,18 @@
18
18
19
19
- ✅ **OpenStack SDK Integration**: Direct integration with OpenStack SDK for real-time cluster operations.
20
20
- ✅ **Production-Safe Operations**: Built-in safety controls with `ALLOW_MODIFY_OPERATIONS` environment variable to prevent modification operations in production environments.
21
-
- ✅ **Comprehensive Monitoring**: Enhanced cluster status reports with hypervisor health, resource utilization, and health scoring.
22
-
- ✅ **Complete Service Coverage**: 90+ comprehensive tools covering Identity, Compute, Network, Storage, Image, Orchestration, Load Balancer, and Monitoring services.
23
-
- ✅ **Advanced Instance Management**: Enhanced server lifecycle operations with backup, migration, rescue, and administrative functions.
21
+
- ✅ **Enhanced Cluster Monitoring**: Comprehensive cluster status reports with 100-point health scoring system, resource utilization analysis, instance state tracking, and detailed health breakdown by service categories.
22
+
- ✅ **Complete Service Coverage**: 93+ comprehensive tools covering Identity, Compute, Network, Storage, Image, Orchestration, Load Balancer, and Monitoring services.
23
+
- ✅ **Advanced Instance Management**: Enhanced server lifecycle operations with backup, migration, rescue, and administrative functions including state analysis.
24
24
- ✅ **Server Event Tracking**: Detailed server event history and lifecycle monitoring with comprehensive logging.
25
-
- ✅ **Hypervisor Monitoring**: Real-time hypervisor resource statistics with utilization tracking and cluster totals.
- ✅ **Hypervisor Resource Monitoring**: Real-time hypervisor resource statistics with CPU/memory/disk utilization tracking and cluster resource totals.
26
+
- ✅ **Enhanced Network Analysis**: Comprehensive network operations with external/private network classification, floating IP pool management, and port forwarding support.
27
+
- ✅ **Volume Management**: Comprehensive volume attachment/detachment operations with state analysis and capacity tracking.
27
28
- ✅ **Large-Scale Environment Support**: Pagination and limits for environments with thousands of instances.
28
-
- ✅ **Enterprise Features**: User management, role assignments, keypair management, floating IP operations, volume snapshots.
29
+
- ✅ **Enterprise Features**: User management, role assignments, keypair management, floating IP operations, volume snapshots with visibility analysis.
29
30
- ✅ **Intelligent Search**: Flexible instance search with partial matching and case-sensitive options.
Copy file name to clipboardExpand all lines: src/mcp_openstack_ops/prompt_template.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,17 @@ Every tool call triggers a real OpenStack API request. Call tools ONLY when nece
59
59
|**"Find instances"**|`search_instances("keyword", "field")`| Advanced instance search with filters |
60
60
61
61
### 📊 **Monitoring & Status Tools (7 tools)**
62
-
-`get_cluster_status`: Enhanced cluster analysis with resource utilization, health scoring, server groups, availability zones, usage analytics, quota information
0 commit comments