<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=VScaler%3A_Change_services_config_files_with_kolla</id>
	<title>VScaler: Change services config files with kolla - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=VScaler%3A_Change_services_config_files_with_kolla"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=VScaler:_Change_services_config_files_with_kolla&amp;action=history"/>
	<updated>2026-05-04T21:39:38Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=VScaler:_Change_services_config_files_with_kolla&amp;diff=23601&amp;oldid=prev</id>
		<title>K mouza: Created page with &quot;An operator can change the location where custom config files are read from by editing &lt;tt&gt;/etc/kolla/globals.yml&lt;/tt&gt; and adding the following line: &lt;syntaxhighlight&gt; # The directory to...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=VScaler:_Change_services_config_files_with_kolla&amp;diff=23601&amp;oldid=prev"/>
		<updated>2017-04-25T12:54:12Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;An operator can change the location where custom config files are read from by editing &amp;lt;tt&amp;gt;/etc/kolla/globals.yml&amp;lt;/tt&amp;gt; and adding the following line: &amp;lt;syntaxhighlight&amp;gt; # The directory to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An operator can change the location where custom config files are read from by editing &amp;lt;tt&amp;gt;/etc/kolla/globals.yml&amp;lt;/tt&amp;gt; and adding the following line:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
# The directory to merge custom config files the kolla&amp;#039;s config files&lt;br /&gt;
node_custom_config: &amp;quot;/etc/kolla/config&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Kolla allows the operator to override configuration of services. Kolla will look for a file in &amp;lt;tt&amp;gt;/etc/kolla/config/&amp;lt;&amp;lt; service name &amp;gt;&amp;gt;/&amp;lt;&amp;lt; config file &amp;gt;&amp;gt;&amp;lt;/tt&amp;gt;. This can be done per-project, per-service or per-service-on-specified-host. For example to override scheduler_max_attempts in nova scheduler, the operator needs to create &amp;lt;tt&amp;gt;/etc/kolla/config/nova/nova-scheduler.conf&amp;lt;/tt&amp;gt; with content:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[DEFAULT]&lt;br /&gt;
scheduler_max_attempts = 100&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Another example I used, is changing the novncproxy_base_url parameter in the nova-compute nodes. I added the &amp;lt;tt&amp;gt;/etc/kolla/config/nova/nova-compute.conf &amp;lt;/tt&amp;gt; file with these contents:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[vnc]&lt;br /&gt;
novncproxy_base_url = http://uk2.vscaler.com:6080/vnc_auto.html&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After those changes just run the reconfigure command:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
kolla-ansible reconfigure -i &amp;lt;path to multinode file&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>K mouza</name></author>
	</entry>
</feed>