Actions
Bug #28124
closedCompute Resource create does not validates the zone name and creates the Compute Resource.
Difficulty:
Triaged:
No
Bugzilla link:
Found in Releases:
Description
Description:
-------------------
Compute Resource create does not validate the zone name for GCE CR and creates the Compute Resource. If I provide any non-existence zone name while creating the CR, it doesn't validate if the zone is present or not and creates the CR.
How Reproducible:
-------------------
Always
Steps:
-------------------
1. Create a Compute Resource from a hammer with the zone(that doesn't exist in GCE).
Actual Behavior:
-------------------
1. The Compute Resource is created
2. No sign of error or warning for non-existence of zone.
Expected Behavior:
--------------------
1. Either the Compute Resource should not be created or should show a warning and create CR with zone.
Updated by Shira Maximov over 5 years ago
- Project changed from Hammer CLI to Foreman
- Category changed from Compute resources to API
Updated by Kavita Gaikwad over 5 years ago
- Category changed from API to Compute resources - GCE
- Assignee set to Kavita Gaikwad
Updated by Kavita Gaikwad over 5 years ago
- Subject changed from [Hammer] Compute Resource create does not validates the zone name and creates the Compute Resource. to Compute Resource create does not validates the zone name and creates the Compute Resource.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7324 added
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/foreman/pull/7333 added
Actions