NoVNC with vmware in foreman

I added vmware vsphere 6.5 cluster as compute resource in foreman. I could
create VM and destroy them through foreman. But when I tried to open Novnc
console in foreman I got below error.Please help me

I'm using self signed certificates came from foreman installation.

I configured firewall setting in esxi 6.5 host same a described in foreman
1.14.3 documentation

<https://lh3.googleusercontent.com/-l0h4-S4o2YE/WQeL8BIgAWI/AAAAAAAADoQ/6Kpb7tuvo-0z0oaOSL3a9REbztqAb-pOwCLcB/s1600/foreman_novnc_error.PNG>

I got confuse that do i need to check telnet from foreman server to esxi
host. please help me.
I attached error picture.

esxi host fonfiguration as below:

[root@esxi00:~] cat /etc/vmware/firewall/vnc.xml
<ConfigRoot>
<service id='0032'>
<id>VNC</id>
<rule id = '0000'>
<direction>inbound</direction>
<protocol>tcp</protocol>
<porttype>dst</porttype>
<port>
<begin>5901</begin>
<end>5964</end>
</port>
</rule>
<enabled>true</enabled>
</service>
</ConfigRoot>
[root@esxi00:~] cat /etc/rc.local.d/local.sh
#!/bin/sh

  1. local configuration options

  2. Note: modify at your own risk! If you do/use anything in this

  3. script that is not part of a stable API (relying on files to be in

  4. specific places, specific tools, specific output, etc) there is a

  5. possibility you will end up with a broken system after patching or

  6. upgrading. Changes are not supported unless under direction of

  7. VMware support.

  8. Note: This script will not be run when UEFI secure boot is enabled.
    cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
    esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

[root@ol07frm00 ~]# ps -ef | grep web
foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5923 192.168.1.16:5961 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
foreman 35166 1 0 19:41 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5911 192.168.1.16:5905 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

[root@ol07frm00 ~]# telnet 192.168.1.16 5911
Trying 192.168.1.16…
telnet: connect to address 192.168.1.16: Connection refused
[root@ol07frm00 ~]# telnet 192.168.1.16 5905
Trying 192.168.1.16…
telnet: connect to address 192.168.1.16: Connection refused

foreman_production log file as below:

[root@ol07frm00 ~]# tail -f /var/log/foreman/production.log
2017-04-24 20:04:03 823217eb [app] [I] Started GET "/hosts/
ol07bkp00.lax.com/console" for 192.168.1.161 at 2017-04-24 20:04:03 -0400
2017-04-24 20:04:03 823217eb [app] [I] Processing by
HostsController#console as HTML
2017-04-24 20:04:03 823217eb [app] [I] Parameters: {"id"=>"ol07bkp00.lax.com
"}
2017-04-24 20:04:06 823217eb [app] [I] Rendered hosts/console/vnc.html.erb
within layouts/application (11.3ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered
layouts/_application_content.html.erb (1.0ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered
home/_user_dropdown.html.erb (6.5ms)
2017-04-24 20:04:06 823217eb [app] [I] Read fragment
views/tabs_and_title_records-3 (1.8ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered home/_topbar.html.erb
(31.6ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered layouts/base.html.erb
(35.9ms)
2017-04-24 20:04:06 823217eb [app] [I] Completed 200 OK in 3116ms (Views:
53.3ms | ActiveRecord: 2.7ms)
2017-04-24 20:04:33 823217eb [app] [I] Started GET "/hosts/
ol07bkp00.lax.com/console" for 192.168.1.161 at 2017-04-24 20:04:33 -0400
2017-04-24 20:04:33 823217eb [app] [I] Processing by
HostsController#console as HTML
2017-04-24 20:04:33 823217eb [app] [I] Parameters: {"id"=>"ol07bkp00.lax.com
"}
2017-04-24 20:04:36 823217eb [app] [I] Rendered hosts/console/vnc.html.erb
within layouts/application (7.6ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered
layouts/_application_content.html.erb (0.8ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered
home/_user_dropdown.html.erb (6.5ms)
2017-04-24 20:04:36 823217eb [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered home/_topbar.html.erb
(22.4ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered layouts/base.html.erb
(28.3ms)
2017-04-24 20:04:36 823217eb [app] [I] Completed 200 OK in 2988ms (Views:
40.4ms | ActiveRecord: 2.8ms

This is confusing, but websockify opened different ports than you think.
The 5961 is I believe destination port, it is listening on different one
most likely. Check with lsof, the port range is hardcoded in our codebase I
believe. Yeah:

lib/ws_proxy.rb
12: PORTS = 5910…5930

So it will be listening on one of these.

LZ

··· On Mon, May 1, 2017 at 9:27 PM, laxman veeturi wrote:

I added vmware vsphere 6.5 cluster as compute resource in foreman. I could
create VM and destroy them through foreman. But when I tried to open Novnc
console in foreman I got below error.Please help me

I’m using self signed certificates came from foreman installation.

I configured firewall setting in esxi 6.5 host same a described in foreman
1.14.3 documentation

https://lh3.googleusercontent.com/-l0h4-S4o2YE/WQeL8BIgAWI/AAAAAAAADoQ/6Kpb7tuvo-0z0oaOSL3a9REbztqAb-pOwCLcB/s1600/foreman_novnc_error.PNG

I got confuse that do i need to check telnet from foreman server to esxi
host. please help me.
I attached error picture.

esxi host fonfiguration as below:

[root@esxi00:~] cat /etc/vmware/firewall/vnc.xml


VNC

inbound
tcp
dst

5901
5964


true


[root@esxi00:~] cat /etc/rc.local.d/local.sh
#!/bin/sh

  1. local configuration options

  2. Note: modify at your own risk! If you do/use anything in this

  3. script that is not part of a stable API (relying on files to be in

  4. specific places, specific tools, specific output, etc) there is a

  5. possibility you will end up with a broken system after patching or

  6. upgrading. Changes are not supported unless under direction of

  7. VMware support.

  8. Note: This script will not be run when UEFI secure boot is enabled.
    cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
    esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

[root@ol07frm00 ~]# ps -ef | grep web
foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5923 192.168.1.16:5961 --cert /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem
–key /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
foreman 35166 1 0 19:41 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5911 192.168.1.16:5905 --cert /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem
–key /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

[root@ol07frm00 ~]# telnet 192.168.1.16 5911
Trying 192.168.1.16…
telnet: connect to address 192.168.1.16: Connection refused
[root@ol07frm00 ~]# telnet 192.168.1.16 5905
Trying 192.168.1.16…
telnet: connect to address 192.168.1.16: Connection refused

foreman_production log file as below:

[root@ol07frm00 ~]# tail -f /var/log/foreman/production.log
2017-04-24 20:04:03 823217eb [app] [I] Started GET “/hosts/
ol07bkp00.lax.com/console” for 192.168.1.161 at 2017-04-24 20:04:03 -0400
2017-04-24 20:04:03 823217eb [app] [I] Processing by
HostsController#console as HTML
2017-04-24 20:04:03 823217eb [app] [I] Parameters: {“id”=>“
ol07bkp00.lax.com”}
2017-04-24 20:04:06 823217eb [app] [I] Rendered hosts/console/vnc.html.erb
within layouts/application (11.3ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered
layouts/_application_content.html.erb (1.0ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered
home/_user_dropdown.html.erb (6.5ms)
2017-04-24 20:04:06 823217eb [app] [I] Read fragment
views/tabs_and_title_records-3 (1.8ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered home/_topbar.html.erb
(31.6ms)
2017-04-24 20:04:06 823217eb [app] [I] Rendered layouts/base.html.erb
(35.9ms)
2017-04-24 20:04:06 823217eb [app] [I] Completed 200 OK in 3116ms (Views:
53.3ms | ActiveRecord: 2.7ms)
2017-04-24 20:04:33 823217eb [app] [I] Started GET “/hosts/
ol07bkp00.lax.com/console” for 192.168.1.161 at 2017-04-24 20:04:33 -0400
2017-04-24 20:04:33 823217eb [app] [I] Processing by
HostsController#console as HTML
2017-04-24 20:04:33 823217eb [app] [I] Parameters: {“id”=>“
ol07bkp00.lax.com”}
2017-04-24 20:04:36 823217eb [app] [I] Rendered hosts/console/vnc.html.erb
within layouts/application (7.6ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered
layouts/_application_content.html.erb (0.8ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered
home/_user_dropdown.html.erb (6.5ms)
2017-04-24 20:04:36 823217eb [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered home/_topbar.html.erb
(22.4ms)
2017-04-24 20:04:36 823217eb [app] [I] Rendered layouts/base.html.erb
(28.3ms)
2017-04-24 20:04:36 823217eb [app] [I] Completed 200 OK in 2988ms (Views:
40.4ms | ActiveRecord: 2.8ms


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Later,
Lukas @lzap Zapletal

Actually you can tell the port from the command line, no need of lsof:

foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python
>> /usr/share/foreman/extras/noVNC/websockify.py --daemon
>> --idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert
>> /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
>> /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
>>
>
Telnet 5923 and not 5961 for this instance. Note the process is killed
after 2 minutes when there is no traffic.

··· -- Later, Lukas @lzap Zapletal

192.168.1.16 is my esxi6 host.
i opened ports from 5901 to 5964 on esxi host.
websocket process shows as below:

[root@ol07frm00 ~]# ps -ef | grep -i web
foreman 8358 1 0 20:06 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com

I could telnet from my windows workstation to foreman server with port
5916. But I couldn't telnet from foreman server to
esxi host with port 5908.

/var/log/foreman/production.log showa as below:

2017-05-03 20:06:34 7ee97c1e [app] [D] Starting VNC Proxy:
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: WebSocket server
settings:
>
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Listen on :5916
>
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Flash security
policy server
>
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - SSL/TLS support
>
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Backgrounding
(daemon)
>
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: websockets_encrypt
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
hosts/console/vnc.html.erb within layouts/application (14.2ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
layouts/_application_content.html.erb (2.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: use_gravatar
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
home/_user_dropdown.html.erb (8.1ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read:
views/tabs_and_title_records-3 ({:skip_digest=>true})
2017-05-03 20:06:34 7ee97c1e [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered home/_topbar.html.erb
(55.9ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered layouts/base.html.erb
(64.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Completed 200 OK in 1260ms (Views:
88.7ms | ActiveRecord: 6.0ms)

My esxi configureation for vnc as below:

[root@esxi00:~] more /etc/vmware/firewall/vnc.xml
<ConfigRoot>
<service id='0032'>
<id>VNC</id>
<rule id = '0000'>
<direction>inbound</direction>
<protocol>tcp</protocol>
<porttype>dst</porttype>
<port>
<begin>5901</begin>
<end>5964</end>
</port>
</rule>
<enabled>true</enabled>
</service>
</ConfigRoot>
[root@esxi00:~] more /etc/rc.local.d/local.sh
#!/bin/sh

local configuration options

Note: modify at your own risk! If you do/use anything in this

script that is not part of a stable API (relying on files to be in

specific places, specific tools, specific output, etc) there is a

possibility you will end up with a broken system after patching or

upgrading. Changes are not supported unless under direction of

VMware support.

Note: This script will not be run when UEFI secure boot is enabled.

/bin/cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
/bin/esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

Thanks
Laxman

··· On Wed, May 3, 2017 at 7:32 AM, Lukas Zapletal wrote:

Actually you can tell the port from the command line, no need of lsof:

foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python

/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

Telnet 5923 and not 5961 for this instance. Note the process is killed
after 2 minutes when there is no traffic.


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/
topic/foreman-users/cat9E877BbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Hello Lukas,

vm console is working kvm guests when I added kvm host to foraman. I could
open vm consle with unencrypted option for kvm guest when using spice
instead of vnc for libvirt compute resource… Is there any option to get vm
console for vm guests in vmware compute resource with unencrypted
connection?
Please help me.

[image: Inline image 1]

Thanks
Laxman

··· On Wed, May 3, 2017 at 8:12 PM, laxman veeturi wrote:

192.168.1.16 is my esxi6 host.
i opened ports from 5901 to 5964 on esxi host.
websocket process shows as below:

[root@ol07frm00 ~]# ps -ef | grep -i web
foreman 8358 1 0 20:06 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5916 192.168.1.16:5908 --cert /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem
–key /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com

I could telnet from my windows workstation to foreman server with port
5916. But I couldn’t telnet from foreman server to
esxi host with port 5908.

/var/log/foreman/production.log showa as below:

2017-05-03 20:06:34 7ee97c1e [app] [D] Starting VNC Proxy:
/usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120
–timeout=120 5916 192.168.1.16:5908 --cert /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem
–key /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: WebSocket server
settings:

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Listen on :5916

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Flash security
policy server

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - SSL/TLS support

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Backgrounding
(daemon)

2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: websockets_encrypt
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
hosts/console/vnc.html.erb within layouts/application (14.2ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
layouts/_application_content.html.erb (2.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: use_gravatar
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
home/_user_dropdown.html.erb (8.1ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read:
views/tabs_and_title_records-3 ({:skip_digest=>true})
2017-05-03 20:06:34 7ee97c1e [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered home/_topbar.html.erb
(55.9ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered layouts/base.html.erb
(64.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Completed 200 OK in 1260ms (Views:
88.7ms | ActiveRecord: 6.0ms)

My esxi configureation for vnc as below:

[root@esxi00:~] more /etc/vmware/firewall/vnc.xml


VNC

inbound
tcp
dst

5901
5964


true


[root@esxi00:~] more /etc/rc.local.d/local.sh
#!/bin/sh

local configuration options

Note: modify at your own risk! If you do/use anything in this

script that is not part of a stable API (relying on files to be in

specific places, specific tools, specific output, etc) there is a

possibility you will end up with a broken system after patching or

upgrading. Changes are not supported unless under direction of

VMware support.

Note: This script will not be run when UEFI secure boot is enabled.

/bin/cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
/bin/esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

Thanks
Laxman

On Wed, May 3, 2017 at 7:32 AM, Lukas Zapletal lzap@redhat.com wrote:

Actually you can tell the port from the command line, no need of lsof:

foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python

/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

Telnet 5923 and not 5961 for this instance. Note the process is killed
after 2 minutes when there is no traffic.


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/foreman-users/cat9E877BbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

when i checked the ports on esxi host. it showed me as below

[root@esxi00:~] grep "vnc.port" ////*.vmx
grep:
vmfs/volumes/58f02fd2-9d75b32d-6d11-000c299c864b/ol07bkp00/ol07bkp00.vmx:
Device or resource busy
grep:
vmfs/volumes/58f02fd2-9d75b32d-6d11-000c299c864b/ol07frm00/ol07frm00.vmx:
Device or resource busy
vmfs/volumes/58f02fd2-9d75b32d-6d11-000c299c864b/ol07spw00/ol07spw00.vmx:RemoteDisplay.vnc.port
= "5908"
vmfs/volumes/58f03004-381c6612-22cb-000c299c864b/ol07ktl00/ol07ktl00.vmx:RemoteDisplay.vnc.port
= "5910"
grep: vmfs/volumes/dtst01/ol07bkp00/ol07bkp00.vmx: Device or resource busy
grep: vmfs/volumes/dtst01/ol07frm00/ol07frm00.vmx: Device or resource busy
vmfs/volumes/dtst01/ol07spw00/ol07spw00.vmx:RemoteDisplay.vnc.port = "5908"
vmfs/volumes/dtst02/ol07ktl00/ol07ktl00.vmx:RemoteDisplay.vnc.port = "5910"

Thanks
Laxman

··· On Wed, May 3, 2017 at 8:25 PM, laxman veeturi wrote:

Hello Lukas,

vm console is working kvm guests when I added kvm host to foraman. I
could open vm consle with unencrypted option for kvm guest when using
spice instead of vnc for libvirt compute resource… Is there any option to
get vm console for vm guests in vmware compute resource with unencrypted
connection?
Please help me.

[image: Inline image 1]

Thanks
Laxman

On Wed, May 3, 2017 at 8:12 PM, laxman veeturi laxman.veeturi@gmail.com > wrote:

192.168.1.16 is my esxi6 host.
i opened ports from 5901 to 5964 on esxi host.
websocket process shows as below:

[root@ol07frm00 ~]# ps -ef | grep -i web
foreman 8358 1 0 20:06 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com

I could telnet from my windows workstation to foreman server with port
5916. But I couldn’t telnet from foreman server to
esxi host with port 5908.

/var/log/foreman/production.log showa as below:

2017-05-03 20:06:34 7ee97c1e [app] [D] Starting VNC Proxy:
/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: WebSocket server
settings:

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Listen on :5916

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Flash security
policy server

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - SSL/TLS support

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Backgrounding
(daemon)

2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: websockets_encrypt
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
hosts/console/vnc.html.erb within layouts/application (14.2ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
layouts/_application_content.html.erb (2.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: use_gravatar
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
home/_user_dropdown.html.erb (8.1ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read:
views/tabs_and_title_records-3 ({:skip_digest=>true})
2017-05-03 20:06:34 7ee97c1e [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered home/_topbar.html.erb
(55.9ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered layouts/base.html.erb
(64.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Completed 200 OK in 1260ms (Views:
88.7ms | ActiveRecord: 6.0ms)

My esxi configureation for vnc as below:

[root@esxi00:~] more /etc/vmware/firewall/vnc.xml


VNC

inbound
tcp
dst

5901
5964


true


[root@esxi00:~] more /etc/rc.local.d/local.sh
#!/bin/sh

local configuration options

Note: modify at your own risk! If you do/use anything in this

script that is not part of a stable API (relying on files to be in

specific places, specific tools, specific output, etc) there is a

possibility you will end up with a broken system after patching or

upgrading. Changes are not supported unless under direction of

VMware support.

Note: This script will not be run when UEFI secure boot is enabled.

/bin/cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
/bin/esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

Thanks
Laxman

On Wed, May 3, 2017 at 7:32 AM, Lukas Zapletal lzap@redhat.com wrote:

Actually you can tell the port from the command line, no need of lsof:

foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python

/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

Telnet 5923 and not 5961 for this instance. Note the process is killed
after 2 minutes when there is no traffic.


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/foreman-users/cat9E877BbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Hi Laxman,
i need your help, i also following the same, but not able to get the
console in spice,can you help me

··· On Thursday, 4 May 2017 05:55:06 UTC+5:30, laxman veeturi wrote: > > Hello Lukas, > > vm console is working kvm guests when I added kvm host to foraman. I > could open vm consle with unencrypted option for kvm guest when using > spice instead of vnc for libvirt compute resource.. Is there any option to > get vm console for vm guests in vmware compute resource with unencrypted > connection? > Please help me. > > [image: Inline image 1] > > Thanks > Laxman > > On Wed, May 3, 2017 at 8:12 PM, laxman veeturi > wrote: > >> 192.168.1.16 is my esxi6 host. >> i opened ports from 5901 to 5964 on esxi host. >> websocket process shows as below: >> >> [root@ol07frm00 ~]# ps -ef | grep -i web >> foreman 8358 1 0 20:06 ? 00:00:00 /usr/bin/python >> /usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120 >> --timeout=120 5916 192.168.1.16:5908 --cert >> /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key >> /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com >> >> I could telnet from my windows workstation to foreman server with port >> 5916. But I couldn't telnet from foreman server to >> esxi host with port 5908. >> >> /var/log/foreman/production.log showa as below: >> >> 2017-05-03 20:06:34 7ee97c1e [app] [D] Starting VNC Proxy: >> /usr/share/foreman/extras/noVNC/websockify.py --daemon --idle-timeout=120 >> --timeout=120 5916 192.168.1.16:5908 --cert >> /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key >> /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem >> 2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: WebSocket server >> settings: >> > >> 2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Listen on :5916 >> > >> 2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Flash security >> policy server >> > >> 2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - SSL/TLS support >> > >> 2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Backgrounding >> (daemon) >> > >> 2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: websockets_encrypt >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered >> hosts/console/vnc.html.erb within layouts/application (14.2ms) >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered >> layouts/_application_content.html.erb (2.6ms) >> 2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: use_gravatar >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered >> home/_user_dropdown.html.erb (8.1ms) >> 2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: >> views/tabs_and_title_records-3 ({:skip_digest=>true}) >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Read fragment >> views/tabs_and_title_records-3 (1.3ms) >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered home/_topbar.html.erb >> (55.9ms) >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered layouts/base.html.erb >> (64.6ms) >> 2017-05-03 20:06:34 7ee97c1e [app] [I] Completed 200 OK in 1260ms (Views: >> 88.7ms | ActiveRecord: 6.0ms) >> >> My esxi configureation for vnc as below: >> >> [root@esxi00:~] more /etc/vmware/firewall/vnc.xml >> >> >> VNC >> >> inbound >> tcp >> dst >> >> 5901 >> 5964 >> >> >> true >> >> >> [root@esxi00:~] more /etc/rc.local.d/local.sh >> #!/bin/sh >> >> # local configuration options >> >> # Note: modify at your own risk! If you do/use anything in this >> # script that is not part of a stable API (relying on files to be in >> # specific places, specific tools, specific output, etc) there is a >> # possibility you will end up with a broken system after patching or >> # upgrading. Changes are not supported unless under direction of >> # VMware support. >> >> # Note: This script will not be run when UEFI secure boot is enabled. >> /bin/cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/ >> /bin/esxcli network firewall refresh >> >> exit 0 >> [root@esxi00:~] esxcli network firewall ruleset list | grep VNC >> VNC true >> >> >> Thanks >> Laxman >> >> >> On Wed, May 3, 2017 at 7:32 AM, Lukas Zapletal > > wrote: >> >>> Actually you can tell the port from the command line, no need of lsof: >>> >>> foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python >>>>> /usr/share/foreman/extras/noVNC/websockify.py --daemon >>>>> --idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert >>>>> /etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key >>>>> /etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem >>>>> >>>> >>> Telnet 5923 and not 5961 for this instance. Note the process is killed >>> after 2 minutes when there is no traffic. >>> >>> -- >>> Later, >>> Lukas @lzap Zapletal >>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Foreman users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/foreman-users/cat9E877BbU/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> foreman-user...@googlegroups.com . >>> To post to this group, send email to forema...@googlegroups.com >>> . >>> Visit this group at https://groups.google.com/group/foreman-users. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >

VNC can only be all encrypted or all unecrypted, we have an option in
settings.yaml.

I haven't tried VMWare VNC myself, sorry. Not sure how this works. Anyone
else?

··· On Thu, May 4, 2017 at 2:28 AM, laxman veeturi wrote:

when i checked the ports on esxi host. it showed me as below

[root@esxi00:~] grep “vnc.port” ////*.vmx
grep: vmfs/volumes/58f02fd2-9d75b32d-6d11-000c299c864b/ol07bkp00/ol07bkp00.vmx:
Device or resource busy
grep: vmfs/volumes/58f02fd2-9d75b32d-6d11-000c299c864b/ol07frm00/ol07frm00.vmx:
Device or resource busy
vmfs/volumes/58f02fd2-9d75b32d-6d11-000c299c864b/ol07spw00/ol07spw00.vmx:RemoteDisplay.vnc.port
= "5908"
vmfs/volumes/58f03004-381c6612-22cb-000c299c864b/ol07ktl00/ol07ktl00.vmx:RemoteDisplay.vnc.port
= "5910"
grep: vmfs/volumes/dtst01/ol07bkp00/ol07bkp00.vmx: Device or resource busy
grep: vmfs/volumes/dtst01/ol07frm00/ol07frm00.vmx: Device or resource busy
vmfs/volumes/dtst01/ol07spw00/ol07spw00.vmx:RemoteDisplay.vnc.port =
"5908"
vmfs/volumes/dtst02/ol07ktl00/ol07ktl00.vmx:RemoteDisplay.vnc.port =
“5910”

Thanks
Laxman

On Wed, May 3, 2017 at 8:25 PM, laxman veeturi laxman.veeturi@gmail.com > wrote:

Hello Lukas,

vm console is working kvm guests when I added kvm host to foraman. I
could open vm consle with unencrypted option for kvm guest when using
spice instead of vnc for libvirt compute resource… Is there any option to
get vm console for vm guests in vmware compute resource with unencrypted
connection?
Please help me.

[image: Inline image 1]

Thanks
Laxman

On Wed, May 3, 2017 at 8:12 PM, laxman veeturi laxman.veeturi@gmail.com >> wrote:

192.168.1.16 is my esxi6 host.
i opened ports from 5901 to 5964 on esxi host.
websocket process shows as below:

[root@ol07frm00 ~]# ps -ef | grep -i web
foreman 8358 1 0 20:06 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com

I could telnet from my windows workstation to foreman server with port
5916. But I couldn’t telnet from foreman server to
esxi host with port 5908.

/var/log/foreman/production.log showa as below:

2017-05-03 20:06:34 7ee97c1e [app] [D] Starting VNC Proxy:
/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: WebSocket server
settings:

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Listen on
:5916

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Flash
security policy server

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - SSL/TLS
support

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Backgrounding
(daemon)

2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: websockets_encrypt
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
hosts/console/vnc.html.erb within layouts/application (14.2ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
layouts/_application_content.html.erb (2.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: use_gravatar
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
home/_user_dropdown.html.erb (8.1ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read:
views/tabs_and_title_records-3 ({:skip_digest=>true})
2017-05-03 20:06:34 7ee97c1e [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered home/_topbar.html.erb
(55.9ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered layouts/base.html.erb
(64.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Completed 200 OK in 1260ms
(Views: 88.7ms | ActiveRecord: 6.0ms)

My esxi configureation for vnc as below:

[root@esxi00:~] more /etc/vmware/firewall/vnc.xml


VNC

inbound
tcp
dst

5901
5964


true


[root@esxi00:~] more /etc/rc.local.d/local.sh
#!/bin/sh

local configuration options

Note: modify at your own risk! If you do/use anything in this

script that is not part of a stable API (relying on files to be in

specific places, specific tools, specific output, etc) there is a

possibility you will end up with a broken system after patching or

upgrading. Changes are not supported unless under direction of

VMware support.

Note: This script will not be run when UEFI secure boot is enabled.

/bin/cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
/bin/esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

Thanks
Laxman

On Wed, May 3, 2017 at 7:32 AM, Lukas Zapletal lzap@redhat.com wrote:

Actually you can tell the port from the command line, no need of lsof:

foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python

/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

Telnet 5923 and not 5961 for this instance. Note the process is killed
after 2 minutes when there is no traffic.


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/foreman-users/cat9E877BbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Later,
Lukas @lzap Zapletal

Let me put it this way - I don't think that VNC/Spice will work with VMWare.

··· On Tue, Oct 24, 2017 at 7:32 AM, Subramaniyan .R wrote:

Hi Laxman,
i need your help, i also following the same, but not able to get the
console in spice,can you help me

On Thursday, 4 May 2017 05:55:06 UTC+5:30, laxman veeturi wrote:

Hello Lukas,

vm console is working kvm guests when I added kvm host to foraman. I
could open vm consle with unencrypted option for kvm guest when using
spice instead of vnc for libvirt compute resource… Is there any option to
get vm console for vm guests in vmware compute resource with unencrypted
connection?
Please help me.

[image: Inline image 1]

Thanks
Laxman

On Wed, May 3, 2017 at 8:12 PM, laxman veeturi laxman....@gmail.com >> wrote:

192.168.1.16 is my esxi6 host.
i opened ports from 5901 to 5964 on esxi host.
websocket process shows as below:

[root@ol07frm00 ~]# ps -ef | grep -i web
foreman 8358 1 0 20:06 ? 00:00:00 /usr/bin/python
/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com

I could telnet from my windows workstation to foreman server with port
5916. But I couldn’t telnet from foreman server to
esxi host with port 5908.

/var/log/foreman/production.log showa as below:

2017-05-03 20:06:34 7ee97c1e [app] [D] Starting VNC Proxy:
/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5916 192.168.1.16:5908 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem
2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: WebSocket server
settings:

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Listen on
:5916

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Flash
security policy server

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - SSL/TLS
support

2017-05-03 20:06:34 7ee97c1e [app] [D] VNCProxy Error: - Backgrounding
(daemon)

2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: websockets_encrypt
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
hosts/console/vnc.html.erb within layouts/application (14.2ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
layouts/_application_content.html.erb (2.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read: use_gravatar
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered
home/_user_dropdown.html.erb (8.1ms)
2017-05-03 20:06:34 7ee97c1e [app] [D] Cache read:
views/tabs_and_title_records-3 ({:skip_digest=>true})
2017-05-03 20:06:34 7ee97c1e [app] [I] Read fragment
views/tabs_and_title_records-3 (1.3ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered home/_topbar.html.erb
(55.9ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Rendered layouts/base.html.erb
(64.6ms)
2017-05-03 20:06:34 7ee97c1e [app] [I] Completed 200 OK in 1260ms
(Views: 88.7ms | ActiveRecord: 6.0ms)

My esxi configureation for vnc as below:

[root@esxi00:~] more /etc/vmware/firewall/vnc.xml


VNC

inbound
tcp
dst

5901
5964


true


[root@esxi00:~] more /etc/rc.local.d/local.sh
#!/bin/sh

local configuration options

Note: modify at your own risk! If you do/use anything in this

script that is not part of a stable API (relying on files to be in

specific places, specific tools, specific output, etc) there is a

possibility you will end up with a broken system after patching or

upgrading. Changes are not supported unless under direction of

VMware support.

Note: This script will not be run when UEFI secure boot is enabled.

/bin/cp /vmfs/volumes/esxi00/vnc.xml /etc/vmware/firewall/
/bin/esxcli network firewall refresh

exit 0
[root@esxi00:~] esxcli network firewall ruleset list | grep VNC
VNC true

Thanks
Laxman

On Wed, May 3, 2017 at 7:32 AM, Lukas Zapletal lz...@redhat.com wrote:

Actually you can tell the port from the command line, no need of lsof:

foreman 35142 1 0 19:40 ? 00:00:00 /usr/bin/python

/usr/share/foreman/extras/noVNC/websockify.py --daemon
–idle-timeout=120 --timeout=120 5923 192.168.1.16:5961 --cert
/etc/puppetlabs/puppet/ssl/certs/ol07frm00.lax.com.pem --key
/etc/puppetlabs/puppet/ssl/private_keys/ol07frm00.lax.com.pem

Telnet 5923 and not 5961 for this instance. Note the process is killed
after 2 minutes when there is no traffic.


Later,
Lukas @lzap Zapletal


You received this message because you are subscribed to a topic in the
Google Groups “Foreman users” group.
To unsubscribe from this topic, visit https://groups.google.com/d/to
pic/foreman-users/cat9E877BbU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
foreman-user...@googlegroups.com.
To post to this group, send email to forema...@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.


Later,
Lukas @lzap Zapletal