Skip to content

Commit 738ad9e

Browse files
committed
environment limited public settings
1 parent 1d7b9bb commit 738ad9e

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

components/schemas/containers/config/ContainerNetwork.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ properties:
1111
enum:
1212
- enable
1313
- egress-only
14+
- environment-limited
1415
- disable
1516
hostname:
1617
type: string
@@ -29,9 +30,9 @@ properties:
2930
properties:
3031
domains:
3132
type: array
32-
description: |
33+
description: |
3334
The layer 2 'domains' that this container's instances should bridge to on the host server.
3435
If the host has a matching layer 2 NIC configured via a virtual provider ISO, this container's instances
3536
will be joined directly to the host's network.
3637
items:
37-
$ref: ../../sdn/L2Domain.yml
38+
$ref: ../../sdn/L2Domain.yml

components/schemas/vms/config/network/VirtualMachineNetworkConfig.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ properties:
1313
- enable
1414
- disable
1515
- egress-only
16+
- environment-limited
1617
description: Controls the public network mode for the virtual machine.
1718
hostname:
1819
type: string

platform/paths/containers/containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ get:
7878
public_network:
7979
type: string
8080
description: |
81-
`filter[public_network]=value` public network filtering will allow you to filter by the containers network settings: `enabled`, `disabled`, `egress-only`.
81+
`filter[public_network]=value` public network filtering will allow you to filter by the containers network settings: `enabled`, `disabled`, `egress-only`, `environment-limited`.
8282
image:
8383
type: string
8484
description: |

stackspec/schema/StackSpecContainerConfigNetwork.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ properties:
1414
- enable
1515
- disable
1616
- egress-only
17+
- environment-limited
1718
- $ref: StackVariable.yml
1819
hostname:
1920
description: The hostname of the container. This is how it can be referenced by other containers in the same environment.

0 commit comments

Comments
 (0)