You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
Currently the cookbooks are referencing attributes related to the bind interface but do not have sane defaults and nil/null checks in place. The usage and presence of these attributes needs to be covered by Calyptos validations, as well as handled better in the Cookbooks themselves.
The text was updated successfully, but these errors were encountered:
Ceph cb references config->bind-interface but needs checks for nil or undef.
Calyptos needs to validate the correctness of the bind addr and the addresses used for registration.
Euca CB also needs to check/use the correct addr(s) in regards to the bind addr provided
Euca CB has some checks but needs more:
================================================================================^[[0m
^[[31mRecipe Compile Error in /root/.chef/local-mode-cache/cache/cookbooks/eucalyptus/recipes/user-facing.rb^[[0m
================================================================================^[[0m
^[[0mNoMethodError^[[0m
-------------^[[0m
undefined method `first' for nil:NilClass^[[0m
Currently the cookbooks are referencing attributes related to the bind interface but do not have sane defaults and nil/null checks in place. The usage and presence of these attributes needs to be covered by Calyptos validations, as well as handled better in the Cookbooks themselves.
The text was updated successfully, but these errors were encountered: