<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">If this is the same problem I had, this is a known issue in Foreman 1.4.2. API update in Ovirt broke the rbovirt integration component:&nbsp;<a href="http://projects.theforeman.org/issues/4346#change-13781">http://projects.theforeman.org/issues/4346#change-13781</a> . I didn't investigate mine in as much depth, but your original symptoms look the same as what I saw.<div><br></div><div>1.5 nightlies mostly work, I'm using them with good success. They appear to have some trouble starting a new VM for provisioning, I need to get on reproducing and reporting that. I find you can fail the first build attempt (no provisioning template until then), then manually start the VM it runs it properly from there.<br>
<br><div><div>On Apr 8, 2014, at 7:58 AM, Matt . &lt;<a href="mailto:yamakasi.014@gmail.com">yamakasi.014@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><div>Hi,<br><br>The only thing I see in the engine.log is a bunch of:<br><br>2014-04-08 14:47:51,167 INFO&nbsp; [org.ovirt.engine.core.bll.LoginUserCommand] (ajp--127.0.0.1-8702-3) Running command: LoginUserCommand internal: false.<br>
2014-04-08 14:47:51,303 INFO&nbsp; [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp--127.0.0.1-8702-3) [621339b] Running command: LogoutUserCommand internal: false.<br>2014-04-08 14:47:51,321 INFO&nbsp; [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-3) [621339b] Correlation ID: 621339b, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.<br>
2014-04-08 14:47:51,352 INFO&nbsp; [org.ovirt.engine.core.bll.LoginUserCommand] (ajp--127.0.0.1-8702-4) Running command: LoginUserCommand internal: false.<br>2014-04-08 14:47:51,418 INFO&nbsp; [org.ovirt.engine.core.bll.LogoutUserCommand] (ajp--127.0.0.1-8702-4) [67db2722] Running command: LogoutUserCommand internal: false.<br>
2014-04-08 14:47:51,429 INFO&nbsp; [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector] (ajp--127.0.0.1-8702-4) [67db2722] Correlation ID: 67db2722, Call Stack: null, Custom Event ID: -1, Message: User admin logged out.<br>
<br><br></div>And in the server.log:<br><br>2014-04-08 14:47:50,208 WARN&nbsp; [org.jboss.resteasy.core.SynchronousDispatcher] (ajp--127.0.0.1-8702-1) failed to execute: javax.ws.rs.WebApplicationException<br>&nbsp;&nbsp;&nbsp; at org.ovirt.engine.api.common.util.CompletenessAssertor.validateParameters(CompletenessAssertor.java:115) [interface-common-jaxrs.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.ovirt.engine.api.restapi.resource.BaseBackendResource.validateParameters(BaseBackendResource.java:324) [restapi-jaxrs.jar:]<br>&nbsp;&nbsp;&nbsp; at org.ovirt.engine.api.restapi.resource.BaseBackendResource.validateParameters(BaseBackendResource.java:318) [restapi-jaxrs.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.ovirt.engine.api.restapi.resource.BackendVmsResource.add(BackendVmsResource.java:104) [restapi-jaxrs.jar:]<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_51]<br>&nbsp;&nbsp;&nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_51]<br>
&nbsp;&nbsp;&nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_51]<br>&nbsp;&nbsp;&nbsp; at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]<br>&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:155) [resteasy-jaxrs-2.3.2.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:257) [resteasy-jaxrs-2.3.2.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:222) [resteasy-jaxrs-2.3.2.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:211) [resteasy-jaxrs-2.3.2.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:525) [resteasy-jaxrs-2.3.2.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:502) [resteasy-jaxrs-2.3.2.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:119) [resteasy-jaxrs-2.3.2.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:208) [resteasy-jaxrs-2.3.2.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:55) [resteasy-jaxrs-2.3.2.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:50) [resteasy-jaxrs-2.3.2.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) [jboss-servlet-api_3.0_spec-1.0.0.Final.jar:1.0.0.Final]<br>
&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.ovirt.engine.core.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:80) [common.jar:]<br>&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]<br>&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445) [jbossweb-7.0.13.Final.jar:]<br>
&nbsp;&nbsp;&nbsp; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]<br>&nbsp;&nbsp;&nbsp; at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2014-04-08 14:40 GMT+02:00 Michal Skrivanek <span dir="ltr">&lt;<a href="mailto:michal.skrivanek@redhat.com" target="_blank">michal.skrivanek@redhat.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><br>
On Apr 8, 2014, at 14:31 , "Matt ." &lt;<a href="mailto:yamakasi.014@gmail.com">yamakasi.014@gmail.com</a>&gt; wrote:<br>
<br>
&gt; HI,<br>
&gt;<br>
&gt; This was more than 1,5 year ago, I can't remember 100%<br>
&gt;<br>
&gt; I create a new Datacenter as I wanted and putted the otherone "offline" or so and removed it. The Default Cluster was not able to remove because of this Template which was OK.<br>
<br>
</div>yes, the cluster needs to remain.<br>
We're finally taking some steps to be able to remove/replace a Blank template…nothing final yet.<br>
<div class=""><br>
&gt;<br>
&gt; I discussed this at #ovirt back those days and it was the only option to get rid of "Default Datacenter".<br>
&gt;<br>
&gt; I didn't see &nbsp; logs @ the engine.log to be honest.<br>
<br>
</div>there you should see some specific error…I guess. If this is really related to that removal, there should be something in the log. I'm not aware of any change in the API itself…<br>
<br>
Thanks,<br>
michal<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Matt<br>
&gt;<br>
&gt;<br>
&gt; 2014-04-08 14:17 GMT+02:00 Michal Skrivanek &lt;<a href="mailto:michal.skrivanek@redhat.com">michal.skrivanek@redhat.com</a>&gt;:<br>
&gt;<br>
&gt; On Apr 8, 2014, at 14:08 , Matt . &lt;<a href="mailto:yamakasi.014@gmail.com">yamakasi.014@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hi,<br>
&gt; &gt;<br>
&gt; &gt; It seems that it's an issue with the Default Datacenter that is removed, the Cluster still exists because of it's default template there is in.<br>
&gt;<br>
&gt; How did you remove the Default Datacenter. It shouldn't let you because of that Blank template…<br>
&gt;<br>
&gt; Thanks,<br>
&gt; michal<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; This is what Foreman Logs:<br>
&gt; &gt;<br>
&gt; &gt; Started POST "/hosts" for xxx.xxx.xxx.xxx at 2014-04-07 20:40:01 +0200<br>
&gt; &gt; Processing by HostsController#create as */*<br>
&gt; &gt; &nbsp; Parameters: {"utf8"=&gt;"✓", "authenticity_token"=&gt;"frTtd5bG6PoC5+2j+qXiGS4TNdJ9tstEgap5BRUoTdA=", "host"=&gt;{"name"=&gt;"test", "hostgroup_id"=&gt;"", "compute_resource_id"=&gt;"1", "compute_profile_id"=&gt;"", "environment_id"=&gt;"1", "puppet_ca_proxy_id"=&gt;"1", "puppet_proxy_id"=&gt;"1", "puppetclass_ids"=&gt;[""], "managed"=&gt;"true", "progress_report_id"=&gt;"[FILTERED]", "type"=&gt;"Host::Managed", "compute_attributes"=&gt;{"cluster"=&gt;"f8a641ba-14df-4500-9a1b-79011afeb7eb", "template"=&gt;"", "cores"=&gt;"2", "memory"=&gt;"2147483648", "interfaces_attributes"=&gt;{"new_interfaces"=&gt;{"name"=&gt;"", "network"=&gt;"c97b81ed-b615-48f0-8293-425c8818fdc4", "_delete"=&gt;""}, "new_1396895988009"=&gt;{"name"=&gt;"nic1", "network"=&gt;"e922b54d-71f0-411d-8efb-05af771822e4", "_delete"=&gt;""}}, "volumes_attributes"=&gt;{"new_volumes"=&gt;{"size_gb"=&gt;"", "storage_domain"=&gt;"0944ba31-1e23-4e6f-b8f8-81f5df9ccc7a", "_delete"=&gt;"", "id"=&gt;""}, "new_1396895996127"=&gt;{"size_gb"=&gt;"25", "storage_domain"=&gt;"7818bd60-f275-438f-96a5-03c69cdd3555", "_delete"=&gt;"", "id"=&gt;""}}, "start"=&gt;"1"}, "domain_id"=&gt;"1", "realm_id"=&gt;"", "mac"=&gt;"", "subnet_id"=&gt;"2", "ip"=&gt;"172.16.20.71", "interfaces_attributes"=&gt;{"new_interfaces"=&gt;{"_destroy"=&gt;"false", "type"=&gt;"Nic::Managed", "mac"=&gt;"", "name"=&gt;"", "domain_id"=&gt;"", "ip"=&gt;"", "provider"=&gt;"IPMI"}}, "architecture_id"=&gt;"1", "operatingsystem_id"=&gt;"1", "provision_method"=&gt;"build", "build"=&gt;"1", "medium_id"=&gt;"5", "ptable_id"=&gt;"9", "disk"=&gt;"", "root_pass"=&gt;"[FILTERED]", "is_owned_by"=&gt;"1-Users", "enabled"=&gt;"1", "model_id"=&gt;"", "comment"=&gt;"", "overwrite"=&gt;"false"}, "capabilities"=&gt;"build image", "provider"=&gt;"Ovirt"}<br>

&gt; &gt; Adding Compute instance for test.office.local.domain<br>
&gt; &gt; Successfully decrypted field for Foreman::Model::Ovirt ovirt-domain-local<br>
&gt; &gt; Failed to create a compute ovirt-domain-local(oVirt) instance test.office.local.domain: VM<br>
&gt; &gt; <a href="http://template.id/" target="_blank">template.id</a><br>
&gt; &gt; |name required for add<br>
&gt; &gt; &nbsp;/opt/rh/ruby193/root/usr/share/gems/gems/rbovirt-0.0.25/lib/rbovirt.rb:180:in `handle_fault'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rbovirt-0.0.25/lib/rbovirt.rb:114:in `rescue in http_post'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rbovirt-0.0.25/lib/rbovirt.rb:111:in `http_post'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rbovirt-0.0.25/lib/client/vm_api.rb:35:in `create_vm'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/ovirt/requests/compute/create_vm.rb:7:in `create_vm'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.21.0/lib/fog/ovirt/models/compute/server.rb:123:in `save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/fog-core-1.21.1/lib/fog/core/collection.rb:51:in `create'<br>
&gt; &gt; /usr/share/foreman/app/models/compute_resource.rb:120:in `create_vm'<br>
&gt; &gt; /usr/share/foreman/app/models/compute_resources/foreman/model/ovirt.rb:137:in `create_vm'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/orchestration/compute.rb:74:in `setCompute'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/orchestration.rb:142:in `execute'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/orchestration.rb:85:in `block in process'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/orchestration.rb:77:in `each'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/orchestration.rb:77:in `process'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/orchestration.rb:18:in `on_save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:649:in `_run__1092801602321222569__save__3625976562279559551__callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_save_callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/callbacks.rb:264:in `create_or_update'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/persistence.rb:84:in `save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/validations.rb:50:in `save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/attribute_methods/dirty.rb:22:in `save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block (2 levels) in save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:295:in `block in with_transaction_returning_status'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:208:in `transaction'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:293:in `with_transaction_returning_status'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:241:in `block in save'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:252:in `rollback_active_record_state!'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/transactions.rb:240:in `save'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/foreman/sti.rb:29:in `save_with_type'<br>
&gt; &gt; /usr/share/foreman/app/controllers/hosts_controller.rb:94:in `create'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/implicit_render.rb:4:in `send_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:167:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rendering.rb:10:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:18:in `block in process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:527:in `block (3 levels) in _run__4464736720017118904__process_action__1491855254410723574__callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_6000'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_872'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_6000'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:526:in `block (2 levels) in _run__4464736720017118904__process_action__1491855254410723574__callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_5999'<br>
&gt; &gt; /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:33:in `clear_thread'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_5999'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:415:in `block in _run__4464736720017118904__process_action__1491855254410723574__callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:215:in `block in _conditional_callback_around_5998'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:326:in `around'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:310:in `_callback_around_13'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:214:in `_conditional_callback_around_5998'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:414:in `_run__4464736720017118904__process_action__1491855254410723574__callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/callbacks.rb:17:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rescue.rb:29:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `block in instrument'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications/instrumenter.rb:20:in `instrument'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/notifications.rb:123:in `instrument'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/instrumentation.rb:29:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/params_wrapper.rb:207:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/railties/controller_runtime.rb:18:in `process_action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/base.rb:121:in `process'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/abstract_controller/rendering.rb:45:in `process'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:203:in `dispatch'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_controller/metal.rb:246:in `block in action'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:73:in `dispatch'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:36:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:68:in `block in call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `each'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/journey-1.0.4/lib/journey/router.rb:56:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/routing/route_set.rb:600:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.1.2/lib/apipie/static_dispatcher.rb:65:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/apipie-rails-0.1.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/conditionalget.rb:35:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/head.rb:14:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/params_parser.rb:21:in `call'<br>
&gt; &gt; /usr/share/foreman/lib/middleware/catch_json_parse_errors.rb:9:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/flash.rb:242:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/cookies.rb:339:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/query_cache.rb:64:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activerecord-3.2.8/lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `_run__1124345173183733839__call__3625976562279559551__callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:405:in `__run_callback'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/callbacks.rb:81:in `run_callbacks'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/callbacks.rb:27:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:26:in `call_app'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/rack/logger.rb:16:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/request_id.rb:22:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/activesupport-3.2.8/lib/active_support/cache/strategy/local_cache.rb:72:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/actionpack-3.2.8/lib/action_dispatch/middleware/static.rb:62:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/engine.rb:479:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/application.rb:223:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/railties-3.2.8/lib/rails/railtie/configurable.rb:30:in `method_missing'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/builder.rb:134:in `call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:64:in `block in call'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `each'<br>
&gt; &gt; /opt/rh/ruby193/root/usr/share/gems/gems/rack-1.4.1/lib/rack/urlmap.rb:49:in `call'<br>
&gt; &gt; /usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'<br>
&gt; &gt; /usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler/thread_handler.rb:140:in `accept_and_process_next_request'<br>
&gt; &gt; /usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler/thread_handler.rb:108:in `main_loop'<br>
&gt; &gt; /usr/lib/ruby/gems/1.8/gems/passenger-4.0.5/lib/phusion_passenger/request_handler.rb:441:in `block (3 levels) in start_threads'<br>
&gt; &gt; Rolling back due to a problem: [Set up compute instance test.office.local.domain &nbsp; &nbsp; 2 &nbsp; &nbsp; failed &nbsp; &nbsp; [#&lt;Host::Managed id: nil, name: "test.office.local.domain", ip: "172.16.20.71", last_compile: nil, last_freshcheck: nil, last_report: nil, updated_at: nil, source_file_id: nil, created_at: nil, mac: nil, root_pass: "$1$Aij0BWBk$hIOQlMuf7vfad2x8aIAS/.", serial: nil, puppet_status: 0, domain_id: 1, architecture_id: 1, operatingsystem_id: 1, environment_id: 1, subnet_id: 2, ptable_id: 9, medium_id: 5, build: true, comment: "", disk: "", installed_at: nil, model_id: nil, hostgroup_id: nil, owner_id: 1, owner_type: "User", enabled: true, puppet_ca_proxy_id: 1, managed: true, use_image: nil, image_file: nil, uuid: nil, compute_resource_id: 1, puppet_proxy_id: 1, certname: nil, image_id: nil, organization_id: nil, location_id: nil, type: "Host::Managed", compute_profile_id: nil, otp: nil, realm_id: nil, provision_method: "build"&gt;, :setCompute]]<br>

&gt; &gt; Failed to save: Failed to create a compute ovirt-domain-local(oVirt) instance test.office.local.domain: VM<br>
&gt; &gt; <a href="http://template.id/" target="_blank">template.id</a><br>
&gt; &gt; |name required for add<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; 2014-04-08 9:07 GMT+02:00 Michal Skrivanek &lt;<a href="mailto:michal.skrivanek@redhat.com">michal.skrivanek@redhat.com</a>&gt;:<br>
&gt; &gt;<br>
&gt; &gt; On Apr 7, 2014, at 14:47 , Matt . &lt;<a href="mailto:yamakasi.014@gmail.com">yamakasi.014@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hi Guys,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Foreman 1.4.2 it seems that you have issues with oVirt 3.4 when adding a host.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; When you add this host you will get an error as oVirt now has more templating stuff:<br>
&gt; &gt;<br>
&gt; &gt; you mean guest, right.<br>
&gt; &gt; what errors are in Foreman logs? oVirt logs?<br>
&gt; &gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt; michal<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; VM <a href="http://template.id/" target="_blank">template.id</a>|name required for add<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Is there a workaround for this to get the creation of VM go further ?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thanks!<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Matt<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Users mailing list<br>
&gt; &gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; &gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br></div>
_______________________________________________<br>Users mailing list<br><a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>http://lists.ovirt.org/mailman/listinfo/users<br></blockquote></div><br></div></body></html>