Bug 1878497 - [Assisted-4.6 ][Staging] "No Proxy Domains" field does not accept CIDR as a valid value
Summary: [Assisted-4.6 ][Staging] "No Proxy Domains" field does not accept CIDR as a v...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: assisted-installer
Version: 4.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Jiri Tomasek
QA Contact: Udi Kalifon
URL:
Whiteboard: OCP-Metal-juke-4
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-13 13:23 UTC by nshidlin
Modified: 2020-09-17 14:00 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-09-17 14:00:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
screen shot of validation error (92.69 KB, image/png)
2020-09-13 13:23 UTC, nshidlin
no flags Details

Description nshidlin 2020-09-13 13:23:28 UTC
Created attachment 1714684 [details]
screen shot of validation error

Description of problem:

A CIDR value is not accepted in the "No Proxy Domains" field when generating the ISO through the UI.

An API call to patch cluster with CIDR no_proxy value is successful. 

Version-Release number of selected component (if applicable):
Facet-lib version:  1.0.36

{
    "release_tag": "v1.0.9.2-ds",
    "versions": {
        "assisted-ignition-generator": "quay.io/ocpmetal/assisted-ignition-generator:v1.0.9.2",
        "assisted-installer": "registry-proxy.engineering.redhat.com/rh-osbs/openshift4-assisted-installer-rhel8:v4.6.0-14",
        "assisted-installer-controller": "registry-proxy.engineering.redhat.com/rh-osbs/openshift4-assisted-installer-reporter-rhel8:v4.6.0-10",
        "assisted-installer-service": "quay.io/app-sre/assisted-service:990e3e0",
        "discovery-agent": "registry-proxy.engineering.redhat.com/rh-osbs/openshift4-assisted-installer-agent-rhel8:v4.6.0-12",
        "image-builder": "quay.io/app-sre/assisted-iso-create:990e3e0"
    }
}


How reproducible:
Every Time

Steps to Reproduce:
1. Create a cluster and click "Download discovery ISO"
2. Set HTTP Proy URL 
3. Set "No Proxy domains" to CIDR e.g "21.19.35.64/26"
4. Attempt to generate discovery ISO

Actual results:
Validation error "Provide comma-separated list of domains excluded from proxy." is raised

Expected results:
Input fields are successfully validated and ISO is generated

Additional info:

Comment 1 Moti Asayag 2020-09-13 14:44:19 UTC
This bug is a duplication of https://issues.redhat.com/browse/MGMT-1962


Note You need to log in before you can comment on or make changes to this bug.