d39024a207
Rename the subdirectory and replace all instances of "import savanna" with "import sahara" and all instances of "from savanna" with "from sahara". * Replaced mock patches like mock.patch('savanna... * Updated config generator script * Renamed entry points in setup.cfg * Hacking checks also fixed * Manual renaming in alembic scripts to force work migrations * Fix doc building * Renamed itests directories * Some changes in gitignore * Removed locale dir after rebase Co-Authored-By: Alexander Ignatov <aignatov@mirantis.com> Change-Id: Ia77252c24046c3e7283c0a7b96d11636020b949c Partially implements: blueprint savanna-renaming-service
24 lines
932 B
XML
24 lines
932 B
XML
<configuration>
|
|
<property>
|
|
<name>net.topology.impl</name>
|
|
<value>org.apache.hadoop.net.NetworkTopologyWithNodeGroup</value>
|
|
<description>The implementation of NetworkTopology which is classic three layer one by default.</description>
|
|
</property>
|
|
<property>
|
|
<name>net.topology.nodegroup.aware</name>
|
|
<value>true</value>
|
|
<description>By default, network topology is not aware of nodegroup layer.</description>
|
|
</property>
|
|
<property>
|
|
<name>dfs.block.replicator.classname</name>
|
|
<value>org.apache.hadoop.hdfs.server.namenode.BlockPlacementPolicyWithNodeGroup</value>
|
|
<description>The default implementation of ReplicationTargetChooser.</description>
|
|
</property>
|
|
|
|
<!--Location awareness for swift -->
|
|
<property>
|
|
<name>fs.swift.service.sahara.location-aware</name>
|
|
<value>true</value>
|
|
</property>
|
|
|
|
</configuration> |