diff options
author | Yoshihiro Kaneko <ykaneko0929@gmail.com> | 2014-06-16 18:40:42 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-06-17 06:50:42 +0900 |
commit | 712d599f541f3e7bbc14833e2b6f55de964eebdb (patch) | |
tree | aae29235f2674ca0b839b37f1dee00dc98de4969 /debian/ryu.conf | |
parent | 4f19fc54cd671d594a685abf7ab44e8c09d4956d (diff) |
add debian files to make packages for Ubuntu
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'debian/ryu.conf')
-rw-r--r-- | debian/ryu.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/ryu.conf b/debian/ryu.conf new file mode 100644 index 00000000..1155af42 --- /dev/null +++ b/debian/ryu.conf @@ -0,0 +1,36 @@ +[DEFAULT] +log_config_file=/etc/ryu/log.conf +# app_lists = $RYU_APPS +# +# for OpenStack Neutron Ryu plugin: +# mac address based isolation +#app_lists = ryu.app.simple_isolation,ryu.app.rest +# VLAN +#app_lists=ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_quantum,ryu.app.rest_tunnel,ryu.app.simple_vlan +# GRE tunneling +#app_lists=ryu.app.gre_tunnel,ryu.app.quantum_adapter,ryu.app.rest,ryu.app.rest_conf_switch,ryu.app.rest_quantum,ryu.app.rest_tunnel,ryu.app.tunnel_port_updater +# +# wsapi_host=<hostip> +# wsapi_port=<port:8080> +# ofp_listen_host=<hostip> +# ofp_tcp_listen_port=<port:6633> +#wsapi_host = 0.0.0.0 +#wsapi_port = 8080 +#ofp_listen_host = 0.0.0.0 +#ofp_tcp_listen_port = 6633 +# +# the followings must be set according to neutron settings +# neutron_url = http://$Q_HOST:$Q_PORT +# neutron_admin_username = $Q_ADMIN_USERNAME +# neutron_admin_password = $SERVICE_PASSWORD +# neutron_admin_tenant_name = $SERVICE_TENANT_NAME +# neutron_admin_auth_url=$KEYSTONE_SERVICE_PROTOCOL://$KEYSTONE_SERVICE_HOST:$KEYSTONE_AUTH_PORT/v2.0 +# neutron_auth_strategy = $Q_AUTH_STRATEGY +# neutron_controller_addr = tcp:$RYU_OFP_HOST:$RYU_OFP_PORT +#neutron_url = http://192.168.0.1:9696 +#neutron_admin_username = admin +#neutron_admin_password = password +#neutron_admin_tenant_name = service +#neutron_admin_auth_url = http://192.168.0.1:5000/v2.0 +#neutron_auth_strategy = keystone +#neutron_controller_addr = tcp:192.168.0.1:6633 |