<div dir="ltr">I built enmasse using the ansible playbook as::<br><br>% ansible-playbook -e namespace=amq-enmasse-4400 playbooks/openshift/multitenant.yml<div><br></div><div>When I try to create a standard or brokered address space, the address controller does not recognize the plans {unlimited-standard, unlimited-brokered}. Here's the address controller log::<br><br><div>2018-02-27 20:23:08 ERROR HttpAddressSpaceService:48 - Error creating address space brkaddrspace</div><div>io.enmasse.address.model.UnresolvedAddressSpaceException: Unknown address space plan unlimited-brokered</div><div><span style="white-space:pre">   </span>at io.enmasse.address.model.AddressSpaceResolver.lambda$getPlan$0(AddressSpaceResolver.java:16)</div><div><span style="white-space:pre">       </span>at java.util.Optional.orElseThrow(Optional.java:290)</div><div><span style="white-space:pre">  </span>at io.enmasse.address.model.AddressSpaceResolver.getPlan(AddressSpaceResolver.java:16)</div><div><span style="white-space:pre">        </span>at io.enmasse.address.model.AddressSpaceResolver.validate(AddressSpaceResolver.java:33)</div><div><span style="white-space:pre">       </span>at io.enmasse.controller.api.v1.http.HttpAddressSpaceService.lambda$createAddressSpace$4(HttpAddressSpaceService.java:84)</div><div><span style="white-space:pre">     </span>at io.enmasse.controller.api.v1.http.HttpAddressSpaceService.doRequest(HttpAddressSpaceService.java:46)</div><div><span style="white-space:pre">       </span>at io.enmasse.controller.api.v1.http.HttpAddressSpaceService.createAddressSpace(HttpAddressSpaceService.java:81)</div><div><span style="white-space:pre">      </span>at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)</div><div><span style="white-space:pre">        </span>at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)</div><div><span style="white-space:pre">      </span>at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)</div><div><span style="white-space:pre">      </span>at java.lang.reflect.Method.invoke(Method.java:498)</div><div><span style="white-space:pre">   </span>at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)</div><div><span style="white-space:pre">     </span>at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:294)</div><div><span style="white-space:pre">       </span>at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:248)</div><div><span style="white-space:pre">       </span>at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:235)</div><div><span style="white-space:pre">       </span>at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:398)</div><div><span style="white-space:pre">       </span>at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:205)</div><div><span style="white-space:pre">       </span>at org.jboss.resteasy.plugins.server.vertx.RequestDispatcher.service(RequestDispatcher.java:93)</div><div><span style="white-space:pre">       </span>at org.jboss.resteasy.plugins.server.vertx.VertxRequestHandler.lambda$handle$0(VertxRequestHandler.java:65)</div><div><span style="white-space:pre">   </span>at io.vertx.core.http.HttpServerRequest.lambda$bodyHandler$0(HttpServerRequest.java:209)</div><div><span style="white-space:pre">      </span>at io.vertx.core.http.impl.HttpServerRequestImpl.handleEnd(HttpServerRequestImpl.java:417)</div><div><span style="white-space:pre">    </span>at io.vertx.core.http.impl.Http1xServerConnection.handleLastHttpContent(Http1xServerConnection.java:462)</div><div><span style="white-space:pre">      </span>at io.vertx.core.http.impl.Http1xServerConnection.handleContent(Http1xServerConnection.java:457)</div><div><span style="white-space:pre">      </span>at io.vertx.core.http.impl.Http1xServerConnection.processMessage(Http1xServerConnection.java:437)</div><div><span style="white-space:pre">     </span>at io.vertx.core.http.impl.Http1xServerConnection.handleMessage(Http1xServerConnection.java:141)</div><div><span style="white-space:pre">      </span>at io.vertx.core.http.impl.HttpServerImpl$ServerHandlerWithWebSockets.handleMessage(HttpServerImpl.java:728)</div><div><span style="white-space:pre">  </span>at io.vertx.core.http.impl.HttpServerImpl$ServerHandlerWithWebSockets.handleMessage(HttpServerImpl.java:636)</div><div><span style="white-space:pre">  </span>at io.vertx.core.net.impl.VertxHandler.lambda$channelRead$1(VertxHandler.java:146)</div><div><span style="white-space:pre">    </span>at io.vertx.core.impl.ContextImpl.lambda$wrapTask$2(ContextImpl.java:337)</div><div><span style="white-space:pre">     </span>at io.vertx.core.impl.TaskQueue.run(TaskQueue.java:76)</div><div><span style="white-space:pre">        </span>at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)</div><div><span style="white-space:pre">    </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)</div><div><span style="white-space:pre">    </span>at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)</div><div><span style="white-space:pre">      </span>at java.lang.Thread.run(Thread.java:748)</div><div>2018-02-27 20:23:08 INFO  DefaultExceptionMapper:44 - Returning client error HTTP status 400: Unknown address space plan unlimited-brokered</div></div><div><br></div><div>Thanks,</div><div><br></div><div>Nandan</div><div><br></div></div>