# icehouse ############################################################################### # [ WARNING ] # Configuration file maintained by Juju. Local changes may be overwritten. ############################################################################### [plumgriddirector] # This line should be pointing to the PLUMgrid Director, # for the PLUMgrid platform. director_server={{ virtual_ip }} director_server_port=443 # Authentification parameters for the Director. # These are the admin credentials to manage and control # the PLUMgrid Director server. username={{ pg_username }} password={{ pg_password }} servertimeout=70 {% if database_host -%} connection = {{ database_type }}://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}{% if database_ssl_ca %}?ssl_ca={{ database_ssl_ca }}{% if database_ssl_cert %}&ssl_cert={{ database_ssl_cert }}&ssl_key={{ database_ssl_key }}{% endif %}{% endif %} {% endif -%}