feat(ops): add ops-hub service inventory now view (CUST-WP-0047)
Seed a non-secret service inventory (environments, hosts, clusters, services, endpoints, access paths, evidence, gaps) with a JSON schema, a renderer, and a generated service-catalog view. Adds the `make ops-inventory-view` target, probe ActivityDefinition, and docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,6 +16,10 @@ CUSTODIAN_KEY := $(HOME)/.ssh/id_custodian_agent
|
||||
RAILIANCE_INFRA := $(HOME)/railiance-infra
|
||||
AGENT_VARS_FILE := $(RAILIANCE_INFRA)/ansible/inventory/group_vars/all.yaml
|
||||
|
||||
.PHONY: ops-inventory-view
|
||||
ops-inventory-view: ## Render the ops-hub service catalog now view
|
||||
python3 ops/render_service_inventory.py
|
||||
|
||||
.PHONY: custodian-keygen
|
||||
custodian-keygen: ## Generate custodian agent SSH keypair (one-time setup)
|
||||
@if [ -f "$(CUSTODIAN_KEY)" ]; then \
|
||||
|
||||
Reference in New Issue
Block a user