Merge "devstack: add kubelet iface to openshift nodes"

This commit is contained in:
Zuul 2018-03-26 22:08:01 +00:00 committed by Gerrit Code Review
commit 14bace5cb7

View File

@ -682,6 +682,10 @@ if [[ "$1" == "stack" && "$2" == "extra" ]]; then
if is_service_enabled openshift-node; then if is_service_enabled openshift-node; then
prepare_kubelet prepare_kubelet
run_openshift_node run_openshift_node
KURYR_CONFIGURE_BAREMETAL_KUBELET_IFACE=$(trueorfalse True KURYR_CONFIGURE_BAREMETAL_KUBELET_IFACE)
if [[ "$KURYR_CONFIGURE_BAREMETAL_KUBELET_IFACE" == "True" ]]; then
ovs_bind_for_kubelet "$KURYR_NEUTRON_DEFAULT_PROJECT"
fi
fi fi
if is_service_enabled kubernetes-api \ if is_service_enabled kubernetes-api \