deb-sahara/etc/savanna/savanna.conf.sample
Dmitry Mescheryakov 75affe206e Introduced new networking option for cluster
Now Savanna can provision cluster without floating IPs. Also removed 'apt-get install xsltproc' crutch from the setup script

Change-Id: I9240fe7402a398f5642823d87edc2408129eec2d
Fixes: bug #1163226
2013-04-02 17:09:45 +04:00

38 lines
985 B
Plaintext

[DEFAULT]
# REST API config
#port=8080
#allow_cluster_ops=false
# Address and credentials that will be used to check auth tokens
#os_auth_host=openstack
#os_auth_port=35357
#os_admin_username=admin
#os_admin_password=nova
#os_admin_tenant_name=admin
# (Optional) Name of log file to output to. If not set,
# logging will go to stdout. (string value)
#log_file=<None>
[cluster_node]
# An existing user on Hadoop image (string value)
#username=root
# User's password (string value)
#password=swordfish
# When set to false, Savanna uses only internal IP of VMs.
# When set to true, Savanna expects OpenStack to auto-assign
# floating IPs to cluster nodes. Internal IPs will be used for
# inter-cluster communication, while floating ones will be
# used by Savanna to configure nodes. Also floating IPs will
# be exposed in service URLs (boolean value)
#use_floating_ips=true
[sqlalchemy]
# URL for sqlalchemy database (string value)
#database_uri=sqlite:////tmp/savanna-server.db