Could not set 'present' on ensure: 422 Unprocessable Entity at 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
Could not set 'present' on ensure: 422 Unprocessable Entity at 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1-sfm.ops.sfdc.net]/ensure: change from absent to present failed: Could not set 'present' on ensure: 422 Unprocessable Entity at 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1-sfm.ops.sfdc.net]: Failed to call refresh: missing param 'id' in parameters
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1-sfm.ops.sfdc.net]: missing param 'id' in parameterssfm.ops.sfdc.net]: missing param 'id' in parameters
When I login to web console I see tab for "OpenStack Installer" and when I click the following error appears
Warning!
PGError: ERROR: relation "staypuft_deployments" does not exist LINE 4: WHERE a.attrelid = '"staypuft_deployments"'::re… ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"staypuft_deployments"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
If you feel this is an error with Foreman itself, please open a new issue with Foreman ticketing system, You would probably need to attach the Full trace and relevant log entries.
ActiveRecord::StatementInvalid
PGError: ERROR: relation "staypuft_deployments" does not exist LINE 4: WHERE a.attrelid = '"staypuft_deployments"'::re… ^ : SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum WHERE a.attrelid = '"staypuft_deployments"'::regclass AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
app/models/concerns/foreman/thread_session.rb:33:in clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in
call'
Version-Release number:
rpm -qa|grep staypuft
ruby193-rubygem-staypuft-0.5.13-1.el6.noarch
foreman-installer-staypuft-0.4.7-1.el6.noarch
foreman-1.7.2-1.el6.noarch
Hello,
it seems you or the installer did not run migrations. foreman-rake db:migrate
could help, then rerun the installer. Also I suggest asking staypuft
developers on their mailing list or IRC channel.
Thanks
···
--
Marek
On Thursday 05 of February 2015 12:06:16 Anil Reddy wrote:
Could not set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
Could not set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1
-sfm.ops.sfdc.net]/ensure: change from absent to present failed: Could not
set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1
-sfm.ops.sfdc.net]: Failed to call refresh: missing param ‘id’ in parameters
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1
-sfm.ops.sfdc.net]: missing param ‘id’ in parameterssfm.ops.sfdc.net]:
missing param ‘id’ in parameters
When I login to web console I see tab for “OpenStack Installer” and when I
click the following error appears
Warning!
PGError: ERROR: relation “staypuft_deployments” does not exist LINE 4: WHERE
a.attrelid = ‘“staypuft_deployments”’::re… ^ : SELECT a.attname,
format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
a.attnum = d.adnum WHERE a.attrelid = ‘“staypuft_deployments”’::regclass
AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
If you feel this is an error with Foreman itself, please open a new issue
with Foreman ticketing system, You would probably need to attach the Full
trace and relevant log entries. ActiveRecord::StatementInvalid
PGError: ERROR: relation “staypuft_deployments” does not exist LINE 4: WHERE
a.attrelid = ‘“staypuft_deployments”’::re… ^ : SELECT a.attname,
format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
a.attnum = d.adnum WHERE a.attrelid = ‘“staypuft_deployments”’::regclass
AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
app/models/concerns/foreman/thread_session.rb:33:in clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in
call’
Version-Release number:
rpm -qa|grep staypuft
ruby193-rubygem-staypuft-0.5.13-1.el6.noarch
foreman-installer-staypuft-0.4.7-1.el6.noarch
foreman-1.7.2-1.el6.noarch
–
Marek
Marek,
Thank you for responding, I was able to get thru with install but post
install, I am having following issue.
staypuft-installer completed sucessfully, but when I login to web
interface, click on OpenStack Installer tab, add new deployement, after
dragging Tenant and External each to their own subnet and click next I get
following error:
Warning!undefined method `mac' for nil:NilClass
NoMethodError
*undefined method mac' for nil:NilClass* app/models/nic/base.rb:81:in
block in uniq_with_hosts'
app/models/nic/base.rb:78:in each' app/models/nic/base.rb:78:in
uniq_with_hosts'
app/models/concerns/orchestration.rb:47:in valid?' app/models/concerns/foreman/thread_session.rb:33:in
clear_thread'
lib/middleware/catch_json_parse_errors.rb:9:in `call'
Any idea on how to fix it? Any help or support much appreciated.
Thanks
Anil
···
On Friday, February 6, 2015 at 4:15:04 AM UTC-5, Marek Hulan wrote:
>
> Hello,
>
> it seems you or the installer did not run migrations. foreman-rake
> db:migrate
> could help, then rerun the installer. Also I suggest asking staypuft
> developers on their mailing list or IRC channel.
>
> Thanks
>
> --
> Marek
>
> On Thursday 05 of February 2015 12:06:16 Anil Reddy wrote:
> > Could not set 'present' on ensure: 422 Unprocessable Entity at
> >
> 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
> > Could not set 'present' on ensure: 422 Unprocessable Entity at
> >
> 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
> >
> /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1
> > -sfm.ops.sfdc.net]/ensure: change from absent to present failed: Could
> not
> > set 'present' on ensure: 422 Unprocessable Entity at
> >
> 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.pp
> >
> /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1
> > -sfm.ops.sfdc.net]: Failed to call refresh: missing param 'id' in
> parameters
> >
> /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-1
> > -sfm.ops.sfdc.net]: missing param 'id' in parameterssfm.ops.sfdc.net]:
> > missing param 'id' in parameters
> >
> > When I login to web console I see tab for "OpenStack Installer" and when
> I
> > click the following error appears
> >
> > Warning!
> > PGError: ERROR: relation "staypuft_deployments" does not exist LINE 4:
> WHERE
> > a.attrelid = '"staypuft_deployments"'::re... ^ : SELECT a.attname,
> > format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
> > pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
> > a.attnum = d.adnum WHERE a.attrelid = '"staypuft_deployments"'::regclass
> > AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
> >
> > If you feel this is an error with Foreman itself, please open a new
> issue
> > with Foreman ticketing system, You would probably need to attach the
> Full
> > trace and relevant log entries. ActiveRecord::StatementInvalid
> > PGError: ERROR: relation "staypuft_deployments" does not exist LINE 4:
> WHERE
> > a.attrelid = '"staypuft_deployments"'::re... ^ : SELECT a.attname,
> > format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
> > pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
> > a.attnum = d.adnum WHERE a.attrelid = '"staypuft_deployments"'::regclass
> > AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
> > app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
> > lib/middleware/catch_json_parse_errors.rb:9:in `call'
> >
> > Version-Release number:
> > # rpm -qa|grep staypuft
> > ruby193-rubygem-staypuft-0.5.13-1.el6.noarch
> > foreman-installer-staypuft-0.4.7-1.el6.noarch
> >
> > foreman-1.7.2-1.el6.noarch
>
> --
> Marek
>
It seems that you already have some interfaces assigned to this subnet but
these interfaces do not have a MAC address set. I'm afraid I can't help much
more.
···
--
Marek
On Thursday 12 of February 2015 15:16:03 Anil Reddy wrote:
Marek,
Thank you for responding, I was able to get thru with install but post
install, I am having following issue.
staypuft-installer completed sucessfully, but when I login to web
interface, click on OpenStack Installer tab, add new deployement, after
dragging Tenant and External each to their own subnet and click next I get
following error:
Warning!undefined method `mac’ for nil:NilClass
NoMethodError
*undefined method mac' for nil:NilClass* app/models/nic/base.rb:81:in
block in uniq_with_hosts’
app/models/nic/base.rb:78:in each' app/models/nic/base.rb:78:in
uniq_with_hosts’
app/models/concerns/orchestration.rb:47:in valid?' app/models/concerns/foreman/thread_session.rb:33:in
clear_thread’
lib/middleware/catch_json_parse_errors.rb:9:in `call’
Any idea on how to fix it? Any help or support much appreciated.
Thanks
Anil
On Friday, February 6, 2015 at 4:15:04 AM UTC-5, Marek Hulan wrote:
Hello,
it seems you or the installer did not run migrations. foreman-rake
db:migrate
could help, then rerun the installer. Also I suggest asking staypuft
developers on their mailing list or IRC channel.
Thanks
On Thursday 05 of February 2015 12:06:16 Anil Reddy wrote:
Could not set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
p
Could not set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
p
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
1
-sfm.ops.sfdc.net]/ensure: change from absent to present failed: Could
not
set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
p
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
1
-sfm.ops.sfdc.net]: Failed to call refresh: missing param ‘id’ in
parameters
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
1
-sfm.ops.sfdc.net]: missing param ‘id’ in parameterssfm.ops.sfdc.net]:
missing param ‘id’ in parameters
When I login to web console I see tab for “OpenStack Installer” and when
I
click the following error appears
Warning!
PGError: ERROR: relation “staypuft_deployments” does not exist LINE 4:
WHERE
a.attrelid = ‘“staypuft_deployments”’::re… ^ : SELECT a.attname,
format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
a.attnum = d.adnum WHERE a.attrelid = ‘“staypuft_deployments”’::regclass
AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
If you feel this is an error with Foreman itself, please open a new
issue
with Foreman ticketing system, You would probably need to attach the
Full
trace and relevant log entries. ActiveRecord::StatementInvalid
PGError: ERROR: relation “staypuft_deployments” does not exist LINE 4:
WHERE
a.attrelid = ‘“staypuft_deployments”’::re… ^ : SELECT a.attname,
format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
a.attnum = d.adnum WHERE a.attrelid = ‘“staypuft_deployments”’::regclass
AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
app/models/concerns/foreman/thread_session.rb:33:in clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in
call’
Version-Release number:
rpm -qa|grep staypuft
ruby193-rubygem-staypuft-0.5.13-1.el6.noarch
foreman-installer-staypuft-0.4.7-1.el6.noarch
foreman-1.7.2-1.el6.noarch
–
Marek
Marek,
Have you seen at this
bug? https://bugzilla.redhat.com/show_bug.cgi?id=1174381
wonder if they are all related to the same and there is some requirement
for the VMs in terms of number of NICs and subnets.
Thanks,
IB
···
On Friday, February 13, 2015 at 5:07:15 AM UTC-5, Marek Hulan wrote:
>
> It seems that you already have some interfaces assigned to this subnet but
> these interfaces do not have a MAC address set. I'm afraid I can't help
> much
> more.
>
> --
> Marek
>
> On Thursday 12 of February 2015 15:16:03 Anil Reddy wrote:
> > Marek,
> >
> > Thank you for responding, I was able to get thru with install but post
> > install, I am having following issue.
> >
> > staypuft-installer completed sucessfully, but when I login to web
> > interface, click on OpenStack Installer tab, add new deployement, after
> > dragging Tenant and External each to their own subnet and click next I
> get
> > following error:
> >
> > Warning!undefined method `mac' for nil:NilClass
> >
> > *NoMethodError*
> > *undefined method `mac' for nil:NilClass*
> > app/models/nic/base.rb:81:in `block in uniq_with_hosts'
> > app/models/nic/base.rb:78:in `each'
> > app/models/nic/base.rb:78:in `uniq_with_hosts'
> > app/models/concerns/orchestration.rb:47:in `valid?'
> > app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
> > lib/middleware/catch_json_parse_errors.rb:9:in `call'
> >
> > Any idea on how to fix it? Any help or support much appreciated.
> >
> > Thanks
> > Anil
> >
> > On Friday, February 6, 2015 at 4:15:04 AM UTC-5, Marek Hulan wrote:
> > > Hello,
> > >
> > > it seems you or the installer did not run migrations. foreman-rake
> > > db:migrate
> > > could help, then rerun the installer. Also I suggest asking staypuft
> > > developers on their mailing list or IRC channel.
> > >
> > > Thanks
> > >
> > > On Thursday 05 of February 2015 12:06:16 Anil Reddy wrote:
> > > > Could not set 'present' on ensure: 422 Unprocessable Entity at
> > >
> > >
> 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
> > > p
> > >
> > > > Could not set 'present' on ensure: 422 Unprocessable Entity at
> > >
> > >
> 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
> > > p
> > >
> > >
> /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
> > > 1
> > >
> > > > -sfm.ops.sfdc.net]/ensure: change from absent to present failed:
> Could
> > >
> > > not
> > >
> > > > set 'present' on ensure: 422 Unprocessable Entity at
> > >
> > >
> 12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
> > > p
> > >
> > >
> /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
> > > 1
> > >
> > > > -sfm.ops.sfdc.net]: Failed to call refresh: missing param 'id' in
> > >
> > > parameters
> > >
> > >
> /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
> > > 1
> > >
> > > > -sfm.ops.sfdc.net]: missing param 'id' in parameterssfm.ops.sfdc.net]:
>
> > > > missing param 'id' in parameters
> > > >
> > > > When I login to web console I see tab for "OpenStack Installer" and
> when
> > >
> > > I
> > >
> > > > click the following error appears
> > > >
> > > > Warning!
> > >
> > > > PGError: ERROR: relation "staypuft_deployments" does not exist LINE
> 4:
> > > WHERE
> > >
> > > > a.attrelid = '"staypuft_deployments"'::re... ^ : SELECT a.attname,
> > > > format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
> > > > pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
> > > > a.attnum = d.adnum WHERE a.attrelid =
> '"staypuft_deployments"'::regclass
> > > > AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
> > > >
> > > > If you feel this is an error with Foreman itself, please open a new
> > >
> > > issue
> > >
> > > > with Foreman ticketing system, You would probably need to attach the
> > >
> > > Full
> > >
> > > > trace and relevant log entries. ActiveRecord::StatementInvalid
> > >
> > > > PGError: ERROR: relation "staypuft_deployments" does not exist LINE
> 4:
> > > WHERE
> > >
> > > > a.attrelid = '"staypuft_deployments"'::re... ^ : SELECT a.attname,
> > > > format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
> > > > pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
> > > > a.attnum = d.adnum WHERE a.attrelid =
> '"staypuft_deployments"'::regclass
> > > > AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
> > > > app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'
> > > > lib/middleware/catch_json_parse_errors.rb:9:in `call'
> > > >
> > > > Version-Release number:
> > > > # rpm -qa|grep staypuft
> > > > ruby193-rubygem-staypuft-0.5.13-1.el6.noarch
> > > > foreman-installer-staypuft-0.4.7-1.el6.noarch
> > > >
> > > > foreman-1.7.2-1.el6.noarch
>
> --
> Marek
>
Hi Ignacio,
I tried to read through but I'm not sure where's the private method layout
called from, I don't see it in provisioning template. Frankly, I have no idea
:-/
···
--
Marek
On Friday 13 of February 2015 13:27:37 Ignacio Bravo wrote:
Marek,
Have you seen at this
bug? https://bugzilla.redhat.com/show_bug.cgi?id=1174381
wonder if they are all related to the same and there is some requirement
for the VMs in terms of number of NICs and subnets.
Thanks,
IB
On Friday, February 13, 2015 at 5:07:15 AM UTC-5, Marek Hulan wrote:
It seems that you already have some interfaces assigned to this subnet but
these interfaces do not have a MAC address set. I’m afraid I can’t help
much
more.
On Thursday 12 of February 2015 15:16:03 Anil Reddy wrote:
Marek,
Thank you for responding, I was able to get thru with install but post
install, I am having following issue.
staypuft-installer completed sucessfully, but when I login to web
interface, click on OpenStack Installer tab, add new deployement, after
dragging Tenant and External each to their own subnet and click next I
get
following error:
Warning!undefined method `mac’ for nil:NilClass
NoMethodError
*undefined method mac' for nil:NilClass* app/models/nic/base.rb:81:in
block in uniq_with_hosts’
app/models/nic/base.rb:78:in each' app/models/nic/base.rb:78:in
uniq_with_hosts’
app/models/concerns/orchestration.rb:47:in valid?' app/models/concerns/foreman/thread_session.rb:33:in
clear_thread’
lib/middleware/catch_json_parse_errors.rb:9:in `call’
Any idea on how to fix it? Any help or support much appreciated.
Thanks
Anil
On Friday, February 6, 2015 at 4:15:04 AM UTC-5, Marek Hulan wrote:
Hello,
it seems you or the installer did not run migrations. foreman-rake
db:migrate
could help, then rerun the installer. Also I suggest asking staypuft
developers on their mailing list or IRC channel.
Thanks
On Thursday 05 of February 2015 12:06:16 Anil Reddy wrote:
Could not set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
p
Could not set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
p
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
1
-sfm.ops.sfdc.net]/ensure: change from absent to present failed:
Could
not
set ‘present’ on ensure: 422 Unprocessable Entity at
12:/usr/share/foreman-installer/modules/foreman_proxy/manifests/register.p
p
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
1
-sfm.ops.sfdc.net]: Failed to call refresh: missing param ‘id’ in
parameters
/Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[core-foremanlive1-
1
-sfm.ops.sfdc.net]: missing param ‘id’ in
parameterssfm.ops.sfdc.net]:
missing param ‘id’ in parameters
When I login to web console I see tab for “OpenStack Installer” and
when
I
click the following error appears
Warning!
PGError: ERROR: relation “staypuft_deployments” does not exist LINE
4:
WHERE
a.attrelid = ‘“staypuft_deployments”’::re… ^ : SELECT a.attname,
format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
a.attnum = d.adnum WHERE a.attrelid =
‘“staypuft_deployments”’::regclass
AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
If you feel this is an error with Foreman itself, please open a new
issue
with Foreman ticketing system, You would probably need to attach the
Full
trace and relevant log entries. ActiveRecord::StatementInvalid
PGError: ERROR: relation “staypuft_deployments” does not exist LINE
4:
WHERE
a.attrelid = ‘“staypuft_deployments”’::re… ^ : SELECT a.attname,
format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull FROM
pg_attribute a LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND
a.attnum = d.adnum WHERE a.attrelid =
‘“staypuft_deployments”’::regclass
AND a.attnum > 0 AND NOT a.attisdropped ORDER BY a.attnum
app/models/concerns/foreman/thread_session.rb:33:in clear_thread' lib/middleware/catch_json_parse_errors.rb:9:in
call’
Version-Release number:
rpm -qa|grep staypuft
ruby193-rubygem-staypuft-0.5.13-1.el6.noarch
foreman-installer-staypuft-0.4.7-1.el6.noarch
foreman-1.7.2-1.el6.noarch
–
Marek