Go to file
OpenStack Proposal Bot b1da475537 Updated from global requirements
Change-Id: I481cf37adb5b34389bf29f27eeb92b4e15a4233c
2016-12-16 13:40:39 +00:00
2016-12-05 18:05:22 +00:00
2016-10-04 21:56:50 +03:00
2016-11-18 10:14:56 +03:00
2016-11-18 10:14:56 +03:00
2016-05-12 09:14:08 +00:00
2016-11-25 13:59:24 +01:00
2016-12-05 18:05:22 +00:00
2016-12-07 13:20:25 +00:00
2016-11-18 10:14:56 +03:00

Team and repository tags

image

kuryr-kubernetes

Kubernetes integration with OpenStack networking

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Configuring Kuryr

Generate sample config, etc/kuryr.conf.sample, running the following:

$ ./tools/generate_config_file_samples.sh

Rename and copy config file at required path:

$ cp etc/kuryr.conf.sample /etc/kuryr/kuryr.conf

Edit Neutron section in /etc/kuryr/kuryr.conf, replace ADMIN_PASSWORD:

[neutron]
auth_url = http://127.0.0.1:35357/v3/
username = admin
user_domain_name = Default
password = ADMIN_PASSWORD
project_name = service
project_domain_name = Default
auth_type = password

In the same file uncomment the bindir parameter with the path to the Kuryr vif binding executables. For example, if you installed it on Debian or Ubuntu:

[DEFAULT]
bindir = /usr/local/libexec/kuryr

Features

  • TODO
Description
RETIRED, Kubernetes integration with OpenStack networking
Readme 46 MiB