You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2023/01/10 07:37:11 UTC

[GitHub] [cloudstack] DaanHoogland opened a new issue, #7071: UI: creating a domain with a short name fails

DaanHoogland opened a new issue, #7071:
URL: https://github.com/apache/cloudstack/issues/7071

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   UI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main branch.
   -->
   
   ~~~
   main (-4.18)
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   adding a domain fails from the UI if the name is "bla" or "blob". "bla.blob" succeeds.
   
   ![image](https://user-images.githubusercontent.com/2486961/211489111-38876312-efed-4354-b392-b0792baed998.png)
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   go to domains and
   add a domain
   enter "bla" as the name
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   domain "bla" is created
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   error: Request failed.
   Invalid network domain. Total length should not exceed 190 chars. Each domain label must be between 1 and 63 characters long. It can contain ASCII letters 'a' through 'z', the digits '0' through '9', and the hyphen ('-'); it cannot start or end with "-".
   ~~~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] weizhouapache commented on issue #7071: UI: creating a domain with a short name fails

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #7071:
URL: https://github.com/apache/cloudstack/issues/7071#issuecomment-1376873589

   @DaanHoogland 
   the error says "Invalid network domain". is it because the network domain is not set ?
   
   btw: I cannot reproduce the issue. Have you tried with other browsers or incognito window ? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] soreana commented on issue #7071: UI: creating a domain with a short name fails

Posted by "soreana (via GitHub)" <gi...@apache.org>.
soreana commented on issue #7071:
URL: https://github.com/apache/cloudstack/issues/7071#issuecomment-1691772318

   @DaanHoogland I couldn't also reproduce it with the latest 4.18 branch. Shall we close it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud commented on issue #7071: UI: creating a domain with a short name fails

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud commented on issue #7071:
URL: https://github.com/apache/cloudstack/issues/7071#issuecomment-1692843056

   @DaanHoogland I think you've a space or a tab in the fields, only then I can reproduce the issue. Otherwise can't reproduce the issue, closing on this remark.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] DaanHoogland commented on issue #7071: UI: creating a domain with a short name fails

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #7071:
URL: https://github.com/apache/cloudstack/issues/7071#issuecomment-1377226820

   I will revisit this @weizhouapache. It was in the QA server. When I entered the longer "bla.blob" i didn´t enter a network domain either and I think I shouldn´t have to.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] CharlesQueiroz commented on issue #7071: UI: creating a domain with a short name fails

Posted by "CharlesQueiroz (via GitHub)" <gi...@apache.org>.
CharlesQueiroz commented on issue #7071:
URL: https://github.com/apache/cloudstack/issues/7071#issuecomment-1691681076

   I couldn't reproduce the problem. I made a pull of the 4.18 branch and ran it... followed the step-by-step description, but the domain was created as expected. 
   
   See:
   
   https://github.com/apache/cloudstack/assets/2192264/9a4db193-86f3-446b-92ca-2b4472f7fdc2
   
   Is there anything else that I can do to validate it 100%? 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud closed issue #7071: UI: creating a domain with a short name fails

Posted by "rohityadavcloud (via GitHub)" <gi...@apache.org>.
rohityadavcloud closed issue #7071: UI: creating a domain with a short name fails
URL: https://github.com/apache/cloudstack/issues/7071


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org