Missing host/managed

I have installed a new instance of Foreman, 1.13.3, and just run
foreman-installer, then installed foreman_hooks
(tfm-rubygem-foreman_hooks-0.3.12-1.fm1_13.el7.noarch) and ran
foreman-rake hooks:objects but it shows no host/managed and probably a
couple of others as well.
Restarted httpd, even restarted the complete server but it doesn't show up.

Anyone know what I'm missing?

TIA,

Joop

What is the output then? Can you pastebin it?

[root@fseven ~]# foreman-rake hooks:objects
Successfully encrypted field for Setting::Auth oauth_consumer_key
Successfully decrypted field for Setting::Auth oauth_consumer_key
Successfully decrypted field for Setting::Auth oauth_consumer_key
Successfully decrypted field for Setting::Auth oauth_consumer_key
Successfully encrypted field for Setting::Auth oauth_consumer_secret
Successfully decrypted field for Setting::Auth oauth_consumer_secret
Successfully decrypted field for Setting::Auth oauth_consumer_secret
Successfully decrypted field for Setting::Auth oauth_consumer_secret
active_record/schema_migration
active_record/session_store/session
audited/adapters/active_record/audit
compute_resource
config_report
fact_value
filter
filtering
foreman/model/ec2
foreman/model/gce
foreman/model/libvirt
foreman/model/openstack
foreman/model/ovirt
foreman/model/rackspace
foreman/model/vmware
habtm_architectures
habtm_locations
habtm_media
habtm_organizations
habtm_provisioning_templates
habtm_ptables
habtm_puppetclasses
host/base
host/managed
host_status/build_status
host_status/configuration_status
host_status/status
hostgroup
location
nic/base
nic/bmc
nic/bond
nic/bridge
nic/interface
nic/managed
operatingsystem
organization
permission
report
role
setting
setting/auth
setting/discovered
setting/general
setting/provisioning
setting/puppet
subnet
taxonomy
user
user_role
usergroup

··· On Thu, Jan 12, 2017 at 4:36 PM, jvandewege wrote: > I have installed a new instance of Foreman, 1.13.3, and just run > foreman-installer, then installed foreman_hooks > (tfm-rubygem-foreman_hooks-0.3.12-1.fm1_13.el7.noarch) and ran > foreman-rake hooks:objects but it shows no host/managed and probably a > couple of others as well. > Restarted httpd, even restarted the complete server but it doesn't show up. > > Anyone know what I'm missing? > > TIA, > > Joop > > -- > 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

active_record/schema_migration
active_record/session_store/session
audited/adapters/active_record/audit
compute_resource
filter
filtering
foreman/model/ec2
foreman/model/gce
foreman/model/libvirt
foreman/model/openstack
foreman/model/ovirt
foreman/model/rackspace
foreman/model/vmware
habtm_architectures
habtm_locations
habtm_media
habtm_organizations
habtm_provisioning_templates
habtm_ptables
habtm_puppetclasses
location
nic/base
nic/bmc
nic/bond
nic/bridge
nic/interface
nic/managed
operatingsystem
organization
permission
role
setting
setting/auth
setting/general
setting/provisioning
setting/puppet
taxonomy
user
user_role
usergroup

These are the foreman packages:
[centos@foreman01 ~]$ rpm -aq | grep foreman | sort
foreman-1.13.3-1.el7.noarch
foreman-cli-1.13.3-1.el7.noarch
foreman-compute-1.13.3-1.el7.noarch
foreman-debug-1.13.3-1.el7.noarch
foreman-installer-1.13.3-1.el7.noarch
foreman-ovirt-1.13.3-1.el7.noarch
foreman-postgresql-1.13.3-1.el7.noarch
foreman-proxy-1.13.3-1.el7.noarch
foreman-release-1.13.3-1.el7.noarch
foreman-release-scl-3-1.el7.noarch
foreman-selinux-1.13.3-1.el7.noarch
tfm-rubygem-foreman_hooks-0.3.12-1.fm1_13.el7.noarch
tfm-rubygem-foreman_hooks-doc-0.3.12-1.fm1_13.el7.noarch
tfm-rubygem-foreman_setup-5.0.0-1.fm1_13.el7.noarch
tfm-rubygem-hammer_cli_foreman-0.8.0-1.el7.noarch

··· On 16-1-2017 13:46, Lukas Zapletal wrote: > What is the output then? Can you pastebin it? >