Re: [foreman-users] How to display IPMI consoles in the Foreman?

2017-10-20 Thread Alvin Starr
I believe the original poster was interested in using the iKVM that is part of most BMC chipsets now days. I think that is a lot harder because the chipsets use a java based VNC-like protocol that is proprietary. On 10/20/2017 09:03 PM, treydock wrote: We use conman,

[foreman-users] How to display IPMI consoles in the Foreman?

2017-10-20 Thread treydock
We use conman, https://github.com/dun/conman, which is in the RHEL OS repos. Be great if this kind of functionality existed in Foreman. -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails

[foreman-users] How to display IPMI consoles in the Foreman?

2017-10-20 Thread No1
Hi, Is there any way to display the console of IPMI (aka iDrac in Dell or iLo in HP) in the foreman? I believe this would a good idea to have on the hosts section which are deployed as a metal metal servers. If it's not possible then is there any other alternative for this? Please let me

Re: [foreman-users] rake aborted! foreman-rake db:seed

2017-10-20 Thread Marek Hulán
> > https://theforeman.org/manuals/1.15/index.html#Upgradewarnings > > This has to do with my issue? Yes, that's "the cause" but it's an issue of foreman_salt plugin that needs to be fixed. -- Marek On pátek 20. října 2017 16:34:24 CEST Sam Amara wrote: > Hi, > > I have just find this: > >

Re: [foreman-users] Foreman ESXi Installation is always in "Pending Installation" status

2017-10-20 Thread No1
Hi Alex, I got it. Busy box wget don't have an option --no-check-certificate. I just have to use only wget -q -O . and it did the trick. Thank again. On Friday, October 20, 2017 at 4:31:22 AM UTC-5, Alexander Fisher wrote: > > Odd. That should be better now. If you manually run that wget

Re: [foreman-users] rake aborted! foreman-rake db:seed

2017-10-20 Thread Sam Amara
Hi, I have just find this: Upgrade warnings > >- CVE-2016-8634 > > > >is fixed on this version. This means users not in any organization or >location will not be able

Re: [foreman-users] rake aborted! foreman-rake db:seed

2017-10-20 Thread Sam Amara
Hi, I am bad in RubyonRails :( How can I add permissions to an existing role? I'm blocked to continue foreman installation. Thank you. Le mercredi 18 octobre 2017 08:44:25 UTC+2, Ondrej Prazak a écrit : > > Hi, > the seeds from foreman_salt in: > >

Re: [foreman-users] multiple hostnames for a Puppet Master/CA Smart Proxy serving nodes on a private network

2017-10-20 Thread Sean O'Keeffe
Its kind of dependent on what the hostname is.. The following should work: Set the hostname to what the foreman server see its on e.g (your 'public' hostname) --foreman-proxy-foreman-base-url=https:// --foreman-proxy-trusted-hosts=https:// --puppet-server-foreman-url=https://

Re: [foreman-users] Deleted host via api, how to re-add?

2017-10-20 Thread Marek Hulán
On čtvrtek 19. října 2017 20:12:43 CEST gav...@nvidia.com wrote: > Normally when I provision a server, when puppet runs the host is > automatically added to Foreman. I recently worked on a de-provision > process and tested uses the api to delete a host. Afterwards on a > re-provision of the host

Re: [foreman-users] Foreman ESXi Installation is always in "Pending Installation" status

2017-10-20 Thread Alexander Fisher
Odd. That should be better now. If you manually run that wget without the --quiet or --output-document options, do you get any clues? On Thu, Oct 19, 2017 at 4:52 PM, No1 wrote: > > Hi Alex. > > I tried with the option that you mentioned. But no luck in that too. > >

[foreman-users] multiple hostnames for a Puppet Master/CA Smart Proxy serving nodes on a private network

2017-10-20 Thread Rundall, Jacob D
I’d like to set up a Smart Proxy with Puppet Master and Puppet CA features to serve nodes on a private network. The Smart Proxy would have a connection on an external network with a public DNS name; this is how Foreman would contact the Smart Proxy. The Smart Proxy would also have a connection

[foreman-users] Deleted host via api, how to re-add?

2017-10-20 Thread gavinh
Normally when I provision a server, when puppet runs the host is automatically added to Foreman. I recently worked on a de-provision process and tested uses the api to delete a host. Afterwards on a re-provision of the host I deleted, it is not being added to Foreman. Can someone point me