diff --git a/docs/docs/normative/index.md b/docs/docs/normative/index.md index bd3a7553b..34574ca08 100644 --- a/docs/docs/normative/index.md +++ b/docs/docs/normative/index.md @@ -282,7 +282,7 @@ software.application: #### service.application -The abstract "service.application" node type defines a generic software application, which provides a service. +The abstract "service.application" node type defines a generic software application, which provides a service. It is not normative how this component is implemented. This could be implemented by a Kubernetes Deployment Resource along with a Kubernetes Service Resource on Kubernetes or by a Systemd Service Unit on a virtual machine. ```yaml linenums="1" service.application: @@ -574,7 +574,7 @@ file.storage: #### ingress -The abstract "ingress" node type defines a generic ingress service, which is a reverse proxy that exposes an upstream application. +The "ingress" node type manages a generic ingress service, which is a reverse proxy that exposes an upstream application. It is not normative how this component is implemented. This could be implemented by an Ingress resource on Kubernetes or by a reverse proxy, such as NGINX or Caddy, on a virtual machine. ```yaml linenums="1" ingress: diff --git a/docs/docs/normative/tosca-vintner-profile-core.yaml b/docs/docs/normative/tosca-vintner-profile-core.yaml index ca61f91ae..6c2bb0396 100644 --- a/docs/docs/normative/tosca-vintner-profile-core.yaml +++ b/docs/docs/normative/tosca-vintner-profile-core.yaml @@ -148,7 +148,7 @@ node_types: type: management service.application: derived_from: software.application - description: The abstract "service.application" node type defines a generic software application, which provides a service. + description: The abstract "service.application" node type defines a generic software application, which provides a service. It is not normative how this component is implemented. This could be implemented by a Kubernetes Deployment Resource along with a Kubernetes Service Resource on Kubernetes or by a Systemd Service Unit on a virtual machine. metadata: vintner_normative: 'true' vintner_abstract: 'true' @@ -338,7 +338,7 @@ node_types: vintner_normative: 'true' ingress: derived_from: node - description: The abstract "ingress" node type defines a generic ingress service, which is a reverse proxy that exposes an upstream application. + description: The "ingress" node type manages a generic ingress service, which is a reverse proxy that exposes an upstream application. It is not normative how this component is implemented. This could be implemented by an Ingress resource on Kubernetes or by a reverse proxy, such as NGINX or Caddy, on a virtual machine. metadata: vintner_normative: 'true' properties: diff --git a/docs/docs/variability4tosca/rules/index.md b/docs/docs/variability4tosca/rules/index.md index 402374e56..7afa0f29e 100644 --- a/docs/docs/variability4tosca/rules/index.md +++ b/docs/docs/variability4tosca/rules/index.md @@ -7,7 +7,7 @@ tags: --8<-- "enumerate.html" -# DRAFT: Deployment Technology Rules Specification 1.0 Release Candidate +# Deployment Technology Rules Specification 1.0 Release Candidate !!! info "Hidden Information" The document does not specify quality assignments at this stage. diff --git a/tasks/docs/generate/rules/template.ejs b/tasks/docs/generate/rules/template.ejs index 215ab4ca7..93a43fc6e 100644 --- a/tasks/docs/generate/rules/template.ejs +++ b/tasks/docs/generate/rules/template.ejs @@ -7,7 +7,7 @@ tags: --8<-- "enumerate.html" -# DRAFT: Deployment Technology Rules Specification 1.0 Release Candidate +# Deployment Technology Rules Specification 1.0 Release Candidate !!! info "Hidden Information" The document does not specify quality assignments at this stage.