Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 3 additions & 2 deletions components/schemas/containers/config/ContainerNetwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ properties:
enum:
- enable
- egress-only
- environment-limited
- disable
hostname:
type: string
Expand All @@ -29,9 +30,9 @@ properties:
properties:
domains:
type: array
description: |
description: |
The layer 2 'domains' that this container's instances should bridge to on the host server.
If the host has a matching layer 2 NIC configured via a virtual provider ISO, this container's instances
will be joined directly to the host's network.
items:
$ref: ../../sdn/L2Domain.yml
$ref: ../../sdn/L2Domain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ properties:
- enable
- disable
- egress-only
- environment-limited
description: Controls the public network mode for the virtual machine.
hostname:
type: string
Expand Down
2 changes: 1 addition & 1 deletion platform/paths/containers/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ get:
public_network:
type: string
description: |
`filter[public_network]=value` public network filtering will allow you to filter by the containers network settings: `enabled`, `disabled`, `egress-only`.
`filter[public_network]=value` public network filtering will allow you to filter by the containers network settings: `enabled`, `disabled`, `egress-only`, `environment-limited`.
image:
type: string
description: |
Expand Down
1 change: 1 addition & 0 deletions stackspec/schema/StackSpecContainerConfigNetwork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ properties:
- enable
- disable
- egress-only
- environment-limited
- $ref: StackVariable.yml
hostname:
description: The hostname of the container. This is how it can be referenced by other containers in the same environment.
Expand Down