[foreman-users] Re: Foreman/Katello 1.14, Roles setting for "Content Source"?

2017-06-29 Thread Andrew Schofield
Also if you trawl the production.log file too you should start to see which permissions are missing. -- 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] Re: Foreman/Katello 1.14, Roles setting for "Content Source"?

2017-06-29 Thread Andrew Schofield
If you're using locations and orgs then you need view / assign organisations and locations too. You probably want a load of other views - for operating systems etc too. -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from

[foreman-users] Re: Vm creation using API fails

2017-06-29 Thread bijith nair
Hello Guru's, Could you please look into this? Rgds/Bijith On Thursday, 29 June 2017 19:04:37 UTC+5:30, bijith nair wrote: > > Hello Team, > > When i try to create vm using API's, It fails with below error.. > > [root@oel6u5 ~]# curl -X POST -s -H "Accept:application/json" -k -u > admin:redhat

[foreman-users] Re: Foreman/Katello 1.14, Roles setting for "Content Source"?

2017-06-29 Thread Mike Wilson
This is probably the cause but I've been having trouble nailing it down...also did not want to have duplicate content views of the same thing and couldn't see how to give org/group a content view other than it's own (only). On Thursday, June 29, 2017 at 9:45:04 PM UTC-5, Andrew Schofield

[foreman-users] Re: [foreman-dev] [event] Deep Dive: Running the Foreman Stack in Containers - Mon 10th July, 2pm (UK)

2017-06-29 Thread Eric D Helms
Thanks for setting this up Greg. I wanted to send out a few notes ahead of time so that folks can do any background reading, using the work I'll be presenting or think about questions they might have. If you want to send along questions ahead of time you'd like addressed (or to ensure I cover)

Re: [foreman-users] Network provisioning failing

2017-06-29 Thread Renig Tra
Hi, I have found the problem. It was that in the server BIOS we had enabled an option for "USB Virtual NIC" and that was creating a network interface call idrac that was stealing the IP of the provisioning interface (I don't know why). After disabling that feature the server gets installed as

Re: [foreman-users] execute hook script before template render

2017-06-29 Thread Lukas Zapletal
You can turn off safemode and then you have full Ruby interpreter at your hands in your template, just do <% anything_you_want_here %>, so you can make HTTP request or call an external script to generate the token for you (just make sure you update SELinux policy if on Red Hat to allow this). You

Re: [foreman-users] execute hook script before template render

2017-06-29 Thread Adam Winberg
Thanks for the pointers, much appreciated! I'll give the template ruby interpreter a go. Plugin is nicer of course, so I'll look into that as well. //Adam On Thu, Jun 29, 2017 at 12:08 PM, Lukas Zapletal wrote: > You can turn off safemode and then you have full Ruby

Re: [foreman-users] UEFI PXEBoot not downloading config file

2017-06-29 Thread Lukas Zapletal
Hello, I just found that our Preseed template has incorect kind associated, filed bug and fixed it, we will push an update for 1.15: http://projects.theforeman.org/issues/20143 In the meantime you can fix this by executing this: foreman-rake console > kind =

Re: [foreman-users] Re: Domain is not set from a host group

2017-06-29 Thread Lukas Zapletal
Hey, I hope it solved all your problems, I will work on docs this week. LZ On Tue, Jun 20, 2017 at 7:01 PM, Ido Kaplan wrote: > I see now that 9.1.1-1 version was released - thank you! > I recommend to update also plugin documentation. > > On Tuesday, June 20, 2017 at

[foreman-users] Pupet-4 on provisioned hosts

2017-06-29 Thread Akash Kaveti
Hello, How can I make sure that puppet- 4 is installed on the hosts that are provisioned with foreman? Currently I am using 1.15.1 Thanks. -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving

[foreman-users] Re: Pupet-4 on provisioned hosts

2017-06-29 Thread Akash Kaveti
I have tried by adding enable-puppet-4 to host parameters. But puppet is not installed on the provisioned host. On Thursday, June 29, 2017 at 1:49:41 PM UTC+2, Akash Kaveti wrote: > > Hello, > > How can I make sure that puppet- 4 is installed on the hosts that are > provisioned with foreman?

[foreman-users] Vm creation using API fails

2017-06-29 Thread bijith nair
Hello Team, When i try to create vm using API's, It fails with below error.. [root@oel6u5 ~]# curl -X POST -s -H "Accept:application/json" -k -u admin:redhat -d "host[name]=mytestdev" -d "host[hostgroup_id]=4" -d "host[compute_resource_id]=1" -d "host[powerup]=1"

[foreman-users] [event] Deep Dive: Running the Foreman Stack in Containers - Mon 10th July, 2pm (UK)

2017-06-29 Thread Greg Sutcliffe
Hi all, Running Foreman in a container is a question that comes up from time to time in the Foreman community. Eric Helms has been experimenting with running the whole Foreman stack (core, proxies, plugins) inside Kubernetes, and wants to show you how it looks. We'll be holding a deep dive into