diff --git a/kuryr.conf b/kuryr.conf index be80853..010c337 100644 --- a/kuryr.conf +++ b/kuryr.conf @@ -3,9 +3,12 @@ disable_all_services # temporary testing stuff enable_plugin devstack-plugin-container https://github.com/gryf/devstack-plugin-container k8s-install +enable_plugin kuryr-kubernetes https://github.com/gryf/kuryr-kubernetes kubeadm CONTAINER_ENGINE=crio K8S_VERSION=1.20.0} CRIO_VERSION="1.20" +enable_service k8s-master +enable_service k8s-node # Cinder @@ -115,6 +118,6 @@ LIBS_FROM_GIT=cinder,devstack,devstack-gate,devstack-plugin-container,glance,key # enabled plugins #enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container -enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes +#enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes enable_plugin kuryr-tempest-plugin https://opendev.org/openstack/kuryr-tempest-plugin enable_plugin octavia https://opendev.org/openstack/octavia