Skip to content

Commit a83198e

Browse files
author
Marius Burkard
committed
- removed openvz management
1 parent 2bc5766 commit a83198e

File tree

362 files changed

+25
-11999
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

362 files changed

+25
-11999
lines changed

docs/autoinstall_samples/autoinstall.conf_sample.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
$autoupdate['svc_detect_change_web_server'] = 'yes'; // yes (default), no
5959
$autoupdate['svc_detect_change_dns_server'] = 'yes'; // yes (default), no
6060
$autoupdate['svc_detect_change_firewall_server'] = 'yes'; // yes (default), no
61-
$autoupdate['svc_detect_change_vserver_server'] = 'yes'; // yes (default), no
6261
$autoupdate['svc_detect_change_db_server'] = 'yes'; // yes (default), no
6362

6463
?>

helper_scripts/setup_in_openvz/diff_openssl.cnf

Lines changed: 0 additions & 25 deletions
This file was deleted.

helper_scripts/setup_in_openvz/install_server.sh

Lines changed: 0 additions & 61 deletions
This file was deleted.

helper_scripts/setup_in_openvz/recreate_ssh_and_hostname.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

install/dist/conf/centos70.conf.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$conf['services']['dns'] = true;
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
53-
$conf['services']['vserver'] = true;
5453

5554
//* MySQL
5655
$conf['mysql']['installed'] = false; // will be detected automatically during installation
@@ -193,8 +192,3 @@
193192
$conf['cron']['init_script'] = 'crond';
194193
$conf['cron']['crontab_dir'] = '/etc/cron.d';
195194
$conf['cron']['wget'] = '/usr/bin/wget';
196-
197-
//* OpenVZ
198-
$conf['openvz']['installed'] = false;
199-
200-
?>

install/dist/conf/centos72.conf.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$conf['services']['dns'] = true;
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
53-
$conf['services']['vserver'] = true;
5453

5554
//* MySQL
5655
$conf['mysql']['installed'] = false; // will be detected automatically during installation
@@ -193,8 +192,3 @@
193192
$conf['cron']['init_script'] = 'crond';
194193
$conf['cron']['crontab_dir'] = '/etc/cron.d';
195194
$conf['cron']['wget'] = '/usr/bin/wget';
196-
197-
//* OpenVZ
198-
$conf['openvz']['installed'] = false;
199-
200-
?>

install/dist/conf/debian40.conf.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$conf['services']['dns'] = true;
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
53-
$conf['services']['vserver'] = true;
5453
$conf['services']['proxy'] = false;
5554
$conf['services']['firewall'] = false;
5655

@@ -200,9 +199,3 @@
200199
$conf['cron']['init_script'] = 'cron';
201200
$conf['cron']['crontab_dir'] = '/etc/cron.d';
202201
$conf['cron']['wget'] = '/usr/bin/wget';
203-
204-
//* OpenVZ
205-
$conf['openvz']['installed'] = false;
206-
207-
208-
?>

install/dist/conf/debian60.conf.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$conf['services']['dns'] = true;
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
53-
$conf['services']['vserver'] = true;
5453
$conf['services']['proxy'] = false;
5554
$conf['services']['firewall'] = false;
5655

@@ -188,9 +187,6 @@
188187
$conf['nginx']['php_fpm_start_port'] = 9010;
189188
$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php5-fpm';
190189

191-
//* OpenVZ
192-
$conf['openvz']['installed'] = false;
193-
194190
//*Bastille-Firwall
195191
$conf['bastille']['installed'] = false;
196192
$conf['bastille']['config_dir'] = '/etc/Bastille';

install/dist/conf/debian90.conf.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$conf['services']['dns'] = true;
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
53-
$conf['services']['vserver'] = true;
5453
$conf['services']['proxy'] = false;
5554
$conf['services']['firewall'] = false;
5655

@@ -188,9 +187,6 @@
188187
$conf['nginx']['php_fpm_start_port'] = 9010;
189188
$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php7.0-fpm';
190189

191-
//* OpenVZ
192-
$conf['openvz']['installed'] = false;
193-
194190
//*Bastille-Firwall
195191
$conf['bastille']['installed'] = false;
196192
$conf['bastille']['config_dir'] = '/etc/Bastille';

install/dist/conf/debiantesting.conf.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
$conf['services']['dns'] = true;
5151
$conf['services']['file'] = true;
5252
$conf['services']['db'] = true;
53-
$conf['services']['vserver'] = true;
5453
$conf['services']['proxy'] = false;
5554
$conf['services']['firewall'] = false;
5655

@@ -188,9 +187,6 @@
188187
$conf['nginx']['php_fpm_start_port'] = 9010;
189188
$conf['nginx']['php_fpm_socket_dir'] = '/var/lib/php7.0-fpm';
190189

191-
//* OpenVZ
192-
$conf['openvz']['installed'] = false;
193-
194190
//*Bastille-Firwall
195191
$conf['bastille']['installed'] = false;
196192
$conf['bastille']['config_dir'] = '/etc/Bastille';

0 commit comments

Comments
 (0)