what is the best way to make virtual connections between assets? especially in Dc view?
thanks in advance for any help
✪ vi4m Marcin Kliks
@vi4m
Virtual? What kind ?
swb
@spencewb16_twitter
hm, well i want to be able to view connections between machines. e.g. i have server1 and server2. Each have 1 eth port. I want to show server1 eth1 is connected to server2 eth1.
i am not sure if possible
swb
@spencewb16_twitter
Someone asked earlier, "Is there a way to add ports to a network switch and then connect them to devices, other switches, etc" and someone else said they would show an example but i never saw that... i get the feeling I'm talking about something very similar to that person... apologies if this is old news to everyone else but I'm new to Ralph and have no idea how to configure this
✪ vi4m Marcin Kliks
@vi4m
i think we don't have nice solution for that right now
we will work on it later this year
Julian C.
@jcuotpc
Hi, I’m testing ralph3 right now. Is there a timeline for when it will replace ralph2? Thanks!
Arkadiusz Adamski
@ar4s
Hello! Ralph 2 is deprecated. Currently we are developing and adjusting only Ralph 3.
Julian C.
@jcuotpc
Thank you!
swb
@spencewb16_twitter
@vi4m thank you, yes that would be a great feature :smile:
Darren Poulson
@dpoulson
Hey, just trying to install the docker instance, but its failing on part of the bower install due to my company blocking git:// . Is there anyway to force it to use https://?
If I was doing this without docker, I'd use git config --global url."https://".insteadOf git://, but how can I do this in a docker build?
aveseb
@aveseb
Hey, would it be possible to have virtual servers that are not attached to an hypervisor (or optionaly). When we work with vmware, virtual servers can be moved manually or automatically inside the cluster. In my opinion, attaching a virtual server to a cluster and having our hypervisor attached to the cluster makes more sens to me. This schema would be less restrictive. What do you think of it ?
✪ vi4m Marcin Kliks
@vi4m
@dpoulson you can modify our Dockerfile, and build it by yourself (docker build . )
@dpoulson just add git config -- line somewhere after installing git in Dockerfile
@aveseb we might also change hypervisor to just baseobject (any choosen object)
aveseb
@aveseb
@vi4m I didn't think about this solution but, yes it would even be better
damian1976
@damian1976
hi, 1/ I'd like to find how to remove BackOffice item from menu (based on Groups lists rights/settings). 2/ I can add rack beyond DC grid. Is it a bug?
bjoernschneider
@bjoernschneider
hi guys. is it possible to put 2 devices in the same slot in a rack ? I have got two mac pros and i want to visualize both on their own. can somebody help me ? i cannot find this function :)
Mateusz Kurek
@mkurek
yes, but: 1) it's model has to have 'has_parent' field to true and 2) you have to fill slot number for them
bjoernschneider
@bjoernschneider
@mkurek thank you. i configured the model for the mac pro. set the 'has_parent' field to true and configured two datacenter assets. 1) macpro01 and 2) macpro02 - macpro01 is the parent of macpro02. but this does not work ....