63f3a2b66c
Rebrand ACDL/Agentic Cloud Delivery Platform → Nova across README, docs/, decks (markdown + mermaid .mmd + HTML), pyproject.toml name/description, schema $id URLs (acdl.cloudinit.dev→nova.cloudinit.dev), release.yml title/workflow-name. Nova tagline added to README header + both deck title slides + docs/vision.md (alongside existing North Star, D-106). S&P theme untouched (D-107). New docs/NOVA_MIGRATION.md consumer guide. Data values (env vars, resource names, tag keys, SSM/consumer paths) left for P2-P4. ---ci--- project: acdl phase: 1 milestone: v1.15 status: execute ---/ci---
18 lines
620 B
YAML
18 lines
620 B
YAML
# Nova sample consumer contract — microservice module (dev)
|
|
#
|
|
# Reference example for an ECS Fargate microservice deployment.
|
|
# Interpolation (D-081): bucket_name uses the naming pattern that includes
|
|
# region, aws account id, and environment:
|
|
# acdl-${env.environment}-${contract.id}-${env.account_id}-${env.region}
|
|
id: msvc
|
|
name: microservice
|
|
environment: dev
|
|
infrastructure:
|
|
microservice:
|
|
version: "1.0.0"
|
|
inputs:
|
|
bucket_name: acdl-${env.environment}-${contract.id}-${env.account_id}-${env.region}
|
|
region: ${env.region}
|
|
image: public.ecr.aws/docker/library/nginx:latest
|
|
port: 80
|