Skip to content

Gpco 8 fix cli proto alignment#171

Merged
f0086 merged 4 commits intonextfrom
GPCO-8_fix-cli-proto-alignment
Mar 2, 2026
Merged

Gpco 8 fix cli proto alignment#171
f0086 merged 4 commits intonextfrom
GPCO-8_fix-cli-proto-alignment

Conversation

@f0086
Copy link
Contributor

@f0086 f0086 commented Mar 2, 2026

No description provided.

f0086 added 4 commits March 2, 2026 12:49
The node update action was missing the required 'id' parameter in its
definition. This fix adds the id parameter (Node UUID) as a required field
to the node.yaml definition, ensuring the update action can properly
identify which node to update.

Ticket: GPCO-8
…nerator enum handling

Make description and environment optional in project create/update since
they are deprecated in the proto (removal date 2025/03/01 already passed).
Fix generator bug where non-required enum params incorrectly used pointer
semantics for plain proto3 enum fields. Add explicit 'optional' YAML flag
for proto oneof/optional pointer fields.

- Mark project description/environment as deprecated and optional
- Fix generator enum pointer handling in sub_command.go
- Add Optional field to Param struct in definition.go
- Mark image cloud_provider_type as optional (oneof pointer field)

Ticket: GPCO-8
…nt available

The network create command has been disabled because the ListSubnets endpoint
is missing from the gRPC API. This endpoint is required to resolve subnet IDs
provided by users. The command will be re-enabled once the admin.ListSubnets
endpoint becomes available in the gRPC API.

Key changes:
- Replaced full implementation with documentation comments
- Added TODO for re-enabling once ListSubnets is available
- Noted the flag name fix needed (subnet-ids vs subnets)

Ticket: GPCO-8
Correct misleading flag descriptions and defaults in several commands.

- Fix network-arp mac_address description from "IP address" to "MAC address"
- Make node reinstall user_data optional with empty default
- Remove false "(required)" from rescue mode enabled/password descriptions

Ticket: GPCO-8
@f0086 f0086 merged commit e88c8aa into next Mar 2, 2026
3 checks passed
@f0086 f0086 deleted the GPCO-8_fix-cli-proto-alignment branch March 2, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant