redhat-openstack / openshift-on-openstack

A place to write templates, docs etc. for deploying OpenShift on OpenStack.
Apache License 2.0
136 stars 87 forks source link

ERROR: Unknown resource Type : OOShift::LoadBalancer #112

Closed juddmaltin-dell closed 8 years ago

juddmaltin-dell commented 8 years ago

I'm confused if this means my Neutron doesn't support LBaaS (which it seems to as all the commands are present on the CLI) or rather there is some basic configuration error. I haven't selected LB either way - I'm going with the defaults with master_count=3

jprovaznik commented 8 years ago

It might be you miss following lines in your env file: https://github.com/redhat-openstack/openshift-on-openstack/blob/master/env_aop.yaml#L19-L20

juddmaltin-dell commented 8 years ago

Yes, thank you. Indeed, I missed those lines. The heat templates started up when I added them. Interestingly, my lbaas-agents weren't running on any of my controllers, but heat accepted them. Got the lbaas-agents started up, but the install is hanging on the openshift-infra install. I'll save that for another issue.