Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add enpoint property to indigo PortSpec #103

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion custom_types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ data_types:
description: CIDR of the remote allowed IPs.
type: string
required: no
endpoint:
description: The endpoint to which the port is associated
type: string
required: no

capability_types:

Expand Down Expand Up @@ -321,10 +325,12 @@ capability_types:
type: boolean
default: false
required: false
# In publish_ports, use the type tosca.datatypes.indigo.network.PortSpec
# to enable to specify the endpoint to which the port is associated
publish_ports:
type: list
entry_schema:
type: tosca.datatypes.network.PortSpec
type: tosca.datatypes.indigo.network.PortSpec
required: false
expose_ports:
type: list
Expand Down