mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
* N°7306 - Use iTop configuration settings to run unattended installation (instead of XML file settings) * 7306 - fix infinite loop with db_tls.ca null * 7306 - complete fields to use from itop configuration instead of XML setup * fix using default language from conf * 6365 - temp work * 6365 - add option to select modules from installation.xml * 6365-select modules option in unattended install * 6365 - pass env to service + debug failed test * 6365 - debug ci again + separate process annotation * 6365 - fix test + cleanup * 6365 - ci using use_installation_xml mode * 6365 - ci using use_installation_xml mode * 6365 - pass selected_modules to unattended * N°6365 - Compute selected modules based on selected extensions coming from XML setup * switch constr parameters and fix call from unattended cli * 6365 - use use_installation_xml for unattended install only when no selected modules already provided * test ci XML setup including selected extensions but no modules * test ci installing iTop without selected modules/extenesions: guess via installation.xml * same but without even providing XML setup - comment it in ci_description.ini * 7306 - cleanup requires * use infra master * N°6365 - make current unattended CLI work with any iTop version (CLIPage compatibility) * N°6365 - log which modules will be installed during setup * N°6365 - unattended documentation + bash helper * 6365- fix warning due to copies index access * 6365 - enhance traces feedback to understant which and how modules are computes * 6365 - enhance bash CLI + doc * 6365 - fix require clipage compatibility * 6365 - add return for better cli ouput * 6365 - enhance ouput messages * Document the usage and harmonize argument names (still not perfect) * 6365 - fix use of new param param-file * 6365 - fix test + vardump cleanup * N°6365 - use underscore for unattended install options as advices in the PR * 6365 -enhance test by using PHP_BINARY --------- Co-authored-by: Romain Quetiez <romain.quetiez@combodo.com>
42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<installation>
|
|
<!-- On manual installs, this file is generated in setup/install-*.xml -->
|
|
<mode>install</mode>
|
|
<preinstall>
|
|
<copies type="array"/>
|
|
</preinstall>
|
|
<source_dir>datamodels/2.x/</source_dir>
|
|
<datamodel_version>2.5.0</datamodel_version>
|
|
<previous_configuration_file>default-config-itop.php</previous_configuration_file>
|
|
<extensions_dir>extensions</extensions_dir>
|
|
<target_env>production</target_env>
|
|
<workspace_dir></workspace_dir>
|
|
<database>
|
|
<server></server>
|
|
<user>jenkins_itop</user>
|
|
<pwd>IKnowYouSeeMeInJenkinsConf</pwd>
|
|
<name>itop_ci</name>
|
|
<db_tls_enabled></db_tls_enabled>
|
|
<db_tls_ca></db_tls_ca>
|
|
<prefix></prefix>
|
|
</database>
|
|
<url>http://localhost/iTop/</url>
|
|
<graphviz_path>/usr/bin/dot</graphviz_path>
|
|
<admin_account>
|
|
<user>admin</user>
|
|
<pwd>admin</pwd>
|
|
<language>EN US</language>
|
|
</admin_account>
|
|
<language>EN US</language>
|
|
<selected_modules type="array">
|
|
</selected_modules>
|
|
<selected_extensions type="array">
|
|
</selected_extensions>
|
|
<sample_data>1</sample_data>
|
|
<old_addon></old_addon>
|
|
<options>
|
|
<generate_config>1</generate_config>
|
|
</options>
|
|
<mysql_bindir></mysql_bindir>
|
|
</installation>
|