You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/11/20 15:42:48 UTC

[GitHub] [trafficcontrol] saoyag001 opened a new issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

saoyag001 opened a new issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317


   
   -  bug report
   
   -  Traffic Ops
   -  Traffic Portal
   
   ## Current behavior:
   in TO clicking a link in server list page(ilo/network IP) opens a new window with ssh:// and brings you to that server details page.
   ## Expected behavior:
   in TO clicking a link in server list page (ilo/network IP) opens a new window with ssh:// and existing window remains on server list page.
   ## Minimal reproduction of the problem with instructions:
   click on any network link from the server list page
   
   ## Anything else:
   also ilo ip link should be https:// not ssh://
   -->
   
   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
       https://apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] mitchell852 edited a comment on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
mitchell852 edited a comment on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-731276065


   Here are the "ip addresses" associated with a server object. 
   
   ```
   ILO IP Address
   ILO IP Gateway
   ILO IP Netmask
   IPv6 Address
   IPv6 Gateway
   Network IP (IPv4)
   Network Subnet  (IPv4)
   Mgmt IP Address
   Mgmt IP Gateway
   Mgmt IP Netmask
   ```
   What is the desired behavior when clicking each?


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] MylesBock commented on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
MylesBock commented on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-733125170


   I'll take a crack at this, mostly to redeem myself to @saoyag001 for those RLR DS's about this time last year :joy_cat: 
   
   May I be assigned this issue?


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] mitchell852 commented on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
mitchell852 commented on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-731276065


   Here are the "ip addresses" associated with a server object. 
   
   ```
   ILO IP Address
   ILO IP Gateway
   ILO IP Netmask
   IPv6 Address
   IPv6 Gateway
   Network IP
   Network Subnet
   Mgmt IP Address
   Mgmt IP Gateway
   Mgmt IP Netmask
   ```
   What is the desired behavior when clicking each?


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] rgresino commented on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
rgresino commented on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-731286059


   ILOs tend to be Graphical although they do have CLIs in some cases.  As an SRE, I'd prefer to be able to set the desired behavior.
   When I click on the ILO IP, I'd like to be able to set a static https://staticUserName@[ILO_IP_Address] or for other users that might wish ssh://$USERNAME@[ILO_IP_Address] 
   
   I think the use case is similar for IPv6 Address and IPv4 Address in that I'd like to be able to send:  ssh://$Username@IPv4|6_Address.  
   
   Typically we would never do anything with Netmasks or Gateways (although smaller CDN might.)


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] mitchell852 edited a comment on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
mitchell852 edited a comment on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-731276065


   Here are the "ip addresses" associated with a server object. 
   
   ```
   ILO IP Address
   ILO IP Gateway
   ILO IP Netmask
   IPv6 Address
   IPv6 Gateway
   Network IP (IPv4)
   Network Gateway (IPv4)
   Network Subnet  (IPv4)
   Mgmt IP Address
   Mgmt IP Gateway
   Mgmt IP Netmask
   ```
   What is the desired behavior when clicking each?


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] MylesBock commented on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
MylesBock commented on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-733127252


   Thanks!


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] ocket8888 closed issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
ocket8888 closed issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317


   


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] MylesBock commented on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
MylesBock commented on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-733285276


   @rgresino I will break out that desired behavior into a separate issue


----------------------------------------------------------------
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.

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



[GitHub] [trafficcontrol] mitchell852 commented on issue #5317: TO pre 5.0 server list, network ip and ilo ip were clickable without going into server details.

Posted by GitBox <gi...@apache.org>.
mitchell852 commented on issue #5317:
URL: https://github.com/apache/trafficcontrol/issues/5317#issuecomment-779432882


   Based on the feedback, I'm going to implement this functinality:
   
   ```
   IPv4 Address click takes you to ssh://$Username@IPv4_Address
   IPv4 Gateway click does nothing
   IPv4 Subnet click does nothing
   IPv6 Address click takes you to ssh://$Username@IPv6_Address
   IPv6 Gateway click does nothing
   Mgmt IP Address click takes you to ssh://$Username@mgmt_ip_Address
   Mgmt IP Gateway click does nothing
   Mgmt IP Netmask click does nothing
   ILO IP Address click takes you to https://$ILOUsername@[ILO_IP_Address] 
   ILO IP Gateway click does nothing
   ILO IP Netmask click does nothing
   ```


----------------------------------------------------------------
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.

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