You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an error with the networking stuff. I suspect I'm allocating my subnets wrong:
Diagnostics:
pulumi:pulumi:Stack (ol-infrastructure-networking-infrastructure.aws.network.Production):
error: Program failed with an unhandled exception:
Traceback (most recent call last):
File "/home/feoh/src/mit/ol-infrastructure/src/ol_infrastructure/infrastructure/aws/network/__main__.py", line 84, in <module>
data_vpc_config = OLVPCConfig(
^^^^^^^^^^^^
File "/home/feoh/src/mit/ol-infrastructure/src/ol_infrastructure/lib/ol_types.py", line 73, in __init__
super().__init__(**kwargs)
File "/home/feoh/.cache/pypoetry/virtualenvs/ol-infrastructure-ha13_Yh9-py3.12/lib/python3.12/site-packages/pydantic/main.py", line 212, in __init__
validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pydantic_core._pydantic_core.ValidationError: 1 validation error for OLVPCConfig
k8s_service_subnet
Input is not a valid IPv4 network [type=ip_v4_network, input_value='10.110.83.0/23', input_type=str]
Description/Context
What it says on the tin. Build all necessary components to get Open Metadata running in production at https://data.ol.mit.edu
Plan/Design
The text was updated successfully, but these errors were encountered: