Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #6842] Deduplicate Puppet code #888

Closed
icinga-migration opened this issue Aug 4, 2014 · 105 comments
Closed

[dev.icinga.com #6842] Deduplicate Puppet code #888

icinga-migration opened this issue Aug 4, 2014 · 105 comments
Labels
area/vagrant Affects the developer environment enhancement New feature or improvement

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/6842

Created by aklimov on 2014-08-04 11:30:37 +00:00

Assignee: aklimov
Status: Resolved (closed on 2014-12-15 17:10:03 +00:00)
Target Version: (none)
Last Update: 2015-03-30 09:23:10 +00:00 (in Redmine)


Currently (a4b7204e2397fcb66ac262f608b0dfa22be48cda) .vagrant-puppet/manifests/default.pp has almost 800 lines of code.
That's quite a lot and there's a lot of duplicated code.
It makes sense to outsource some parts into resource types and deduplicate the code that way.

Changesets

2014-08-04 11:40:11 +00:00 by aklimov 8806583

Outsource Icinga (2) database creation into mysql::database

refs #6842

2014-08-05 12:42:01 +00:00 by aklimov e42f400

Outsource Icinga database creation and population into pgsql::database

refs #6842

2014-08-05 13:15:01 +00:00 by aklimov ccbc1f5

Split pgsql::database into pgsql::database::create and pgsql::database::populate

refs #6842

2014-08-05 13:15:46 +00:00 by aklimov 9a50cb8

Outsource 'icinga_unittest' database creation into pgsql::database::create

refs #6842

2014-08-05 13:20:43 +00:00 by aklimov ee71167

Outsource 'icingaweb' database creation into pgsql::database::create

refs #6842

2014-08-05 13:43:23 +00:00 by aklimov 920a784

Split mysql::database into mysql::database::create and mysql::database::populate

refs #6842

2014-08-05 14:12:47 +00:00 by aklimov 2e1afd7

Make privileges customizable in mysql::database::create (and mysql::database::populate)

refs #6842

2014-08-05 14:16:05 +00:00 by aklimov 73a29ab

Outsource 'icinga_unittest' database creation into mysql::database::create

refs #6842

2014-08-05 14:29:02 +00:00 by aklimov a110b25

Outsource 'icingaweb' database creation into mysql::database::create

refs #6842

2014-08-05 14:29:44 +00:00 by aklimov 05afbee

Outsource 'icing_web' database creation into mysql::database::create

refs #6842

2014-08-06 11:27:16 +00:00 by aklimov 392e725

Outsource specific parts into profiles icinga-mysql, icinga-pgsql, icinga2, icingaweb2 and nodejs

refs #6842

2014-08-15 09:10:47 +00:00 by aklimov 26205a7

Put always a ',' after a parameter because explicit is better than implicit

refs #6842

2014-08-15 11:10:38 +00:00 by aklimov 0677105

Unify/Deduplicate some icinga2::features

refs #6842

2014-08-22 11:37:27 +00:00 by aklimov 5a6995f

Outsource `icinga2' stuff, `icinga2-mysql' stuff and `icinga2::feature' into modules

refs #6842

2014-08-22 11:45:47 +00:00 by aklimov aa03011

Rename `profile::icinga2' to `profile::icinga2-dev'

refs #6842

2014-08-22 13:45:44 +00:00 by aklimov ee9f87b

profile::icinga2-dev: remove parameter`icinga2Version'

refs #6842

2014-08-22 15:32:34 +00:00 by aklimov 9913382

profile::nodejs: include epel because it's required

refs #6842

2014-08-28 10:37:06 +00:00 by aklimov 42a564d

Outsource yumrepo `icinga-packages' into module `icinga-packages'

refs #6842

2014-08-28 10:38:52 +00:00 by aklimov 75ea243

Clean up module `icinga2'

refs #6842

2014-08-28 11:08:42 +00:00 by aklimov f6a9c67

Clean up `icinga2::feature'

refs #6842

2014-08-28 11:33:47 +00:00 by aklimov e963479

Clean up module `icinga2-mysql'

refs #6842

2014-08-28 11:49:50 +00:00 by aklimov 5c0f998

Clean up module `icinga2-mysql'

refs #6842

2014-08-28 12:16:21 +00:00 by aklimov 5f97732

Clean up `mysql::database'

refs #6842

2014-08-28 12:24:18 +00:00 by aklimov 4dc1541

Clean up `pgsql::database'

refs #6842

2014-08-28 12:35:06 +00:00 by aklimov 146f315

Enable service mysqld

refs #6842

2014-08-28 12:54:22 +00:00 by aklimov f2fd9f1

Set exec path in `mysql::database::populate' and `pgsql::database::populate'

refs #6842

2014-08-28 13:13:47 +00:00 by aklimov 3e5a0af

Avoid dependency cycle

refs #6842

2014-08-28 14:17:54 +00:00 by aklimov 3d75d2e

Move '/etc/icinga2/features-available/ido-mysql.conf' into the `icinga2-mysql' module

refs #6842

2014-08-28 14:56:10 +00:00 by aklimov cc4907b

icinga2-mysql: remove file '/etc/icinga2/features-enabled/ido-mysql.conf'

refs #6842

2014-08-29 08:25:36 +00:00 by aklimov f1d18c1

Module `icinga2': add some `icinga2::feature's

refs #6842

2014-08-29 09:43:09 +00:00 by aklimov 6c52b52

Move profile `icinga2-dev' and its files to `profiles/icinga2-dev'

refs #6842

2014-08-29 09:46:15 +00:00 by aklimov c745b78

Move profile `nodejs' to `profiles/nodejs'

refs #6842

2014-09-01 12:24:29 +00:00 by aklimov d8c052c

Move profile `icinga-mysql' to `profiles/icinga-mysql'

refs #6842

2014-09-01 12:26:13 +00:00 by aklimov f7e6a0f

Move profile `icinga-pgsql' to `profiles/icinga-pgsql'

refs #6842

2014-09-01 12:35:45 +00:00 by aklimov d7f4d22

Move profile `icingaweb2' to `profiles/icingaweb2'

refs #6842

2014-09-01 12:53:58 +00:00 by aklimov 9ebf011

Move profile `nodejs' to `profiles/nodejs'

refs #6842

2014-09-01 13:07:08 +00:00 by aklimov 58c854d

Move profile `icinga-mysql' to `profiles/icinga-mysql'

refs #6842

2014-09-01 13:10:17 +00:00 by aklimov 4114e73

Move profile `icinga-pgsql' to `profiles/icinga-pgsql'

refs #6842

2014-09-01 13:13:18 +00:00 by aklimov 26132c4

Move profile `icingaweb2' to `profiles/icingaweb2'

refs #6842

2014-09-01 14:27:46 +00:00 by aklimov bec1b65

Module 'icinga2': add package 'icinga2-debuginfo'

refs #6842

2014-09-02 10:11:36 +00:00 by aklimov 809b714

Puppet style guide: neither class nor defined type names may contain dashes

refs #6842

2014-09-02 10:17:39 +00:00 by aklimov e8dfbe6

Puppet style guide: Avoid double quoted strings containing no variables

refs #6842

2014-09-02 10:42:27 +00:00 by aklimov f3d2347

Puppet style guide: align indentation of => properly

refs #6842

2014-09-02 10:49:29 +00:00 by aklimov 1b3c42f

Puppet style guide: use two-space soft tabs

refs #6842

2014-09-02 10:54:03 +00:00 by aklimov e31e6a8

Puppet style guide: don't list optional parameters before required parameters

refs #6842

2014-09-02 11:12:41 +00:00 by aklimov 62def40

Puppet style guide: don't define define inside a class

refs #6842

2014-09-02 11:29:43 +00:00 by aklimov d602f82

Puppet style guide: modified MySQL and PgSQL database creation and population resources to fit autoload module layout

refs #6842

2014-09-02 12:56:27 +00:00 by aklimov b2c3408

Module 'icinga2': add documentation

refs #6842

2014-09-02 13:08:21 +00:00 by aklimov 2de3af2

Module 'icinga2': add documentation

refs #6842

2014-09-02 13:30:51 +00:00 by aklimov b9fc261

Module 'icinga2_mysql': add documentation

refs #6842

2014-09-02 13:47:18 +00:00 by aklimov d3d64e3

Module 'icinga2_mysql': add documentation

refs #6842

2014-09-02 13:51:30 +00:00 by aklimov 96e98c8

Module 'icinga_packages': add documentation

refs #6842

2014-09-02 14:18:06 +00:00 by aklimov 65f3051

Module 'mysql': add documentation

refs #6842

2014-09-02 14:19:33 +00:00 by aklimov 7b45e5c

Module 'pgsql': add documentation

refs #6842

2014-09-02 14:41:16 +00:00 by aklimov 4d32685

Module (profile) 'icinga2_dev': add documentation

refs #6842

2014-09-08 10:24:28 +00:00 by aklimov 2c0d71a

Rename profile `icingaweb2' to `icingaweb2_dev'

refs #6842

2014-09-09 10:30:35 +00:00 by aklimov 4484a31

mysql::database::populate: populate the DB only if it's empty

refs #6842

2014-09-09 10:32:21 +00:00 by aklimov be7bae8

pgsql::database::populate: populate the DB only if it's empty

refs #6842

2014-09-09 11:19:12 +00:00 by aklimov 77719be

Profile `icingaweb2_dev': deduplicate DB creation/population

refs #6842

2014-09-09 11:40:16 +00:00 by aklimov 6aa2dcd

Profile `icingaweb2_dev': outsource Icinga Web 2 config file provision into (new) `define's

icingaweb2::config
icingaweb2::config::monitoring

refs #6842

2014-09-09 12:45:04 +00:00 by aklimov 7e4feb7

Profile `icingaweb2_dev': softcode '/etc/icingaweb' as $cfgpath

refs #6842

2014-09-09 12:48:55 +00:00 by aklimov 1e511a0

Rename `icingaweb2::config::monitoring' to `icingaweb2::config::module'

refs #6842

2014-09-09 13:15:53 +00:00 by aklimov 74b631e

Profile `icingaweb2_dev': add config file 'resources.ini'

refs #6842

2014-09-09 14:18:09 +00:00 by aklimov 858e7c2

Profile `icingaweb2_dev': add config file 'resources.ini'

refs #6842

2014-09-09 14:27:26 +00:00 by aklimov 0fbe072

Profile `icingaweb2_dev': add config file 'authentication.ini'

refs #6842

2014-09-09 15:39:20 +00:00 by aklimov 8157339

Profile `icingaweb2_dev': add config file 'config.ini'

refs #6842

2014-09-09 15:46:00 +00:00 by aklimov 07c4591

Profile `icingaweb2_dev': add config file 'config.ini'

refs #6842

2014-09-09 16:00:26 +00:00 by aklimov 924a511

Profile `icingaweb2_dev': add config files to 'modules/monitoring'

backends.ini
config.ini
instances.ini

refs #6842

2014-09-10 08:04:27 +00:00 by aklimov 01807c2

Add module `grep'

refs #6842

2014-09-10 08:06:42 +00:00 by aklimov b076d9a

mysql::database::populate: require module `grep'

refs #6842

2014-09-10 08:09:40 +00:00 by aklimov d8eb253

pgsql::database::populate: require module `grep'

refs #6842

2014-09-10 08:20:22 +00:00 by aklimov 645a2ec

mysql::database::populate: require module `grep'

refs #6842

2014-09-10 08:23:32 +00:00 by aklimov 9bb68c4

pgsql::database::populate: require module `grep'

refs #6842

2014-09-10 09:01:49 +00:00 by aklimov be6c913

mysql::database::populate: add '/bin' to `path'

refs #6842

2014-09-10 09:05:13 +00:00 by aklimov 406f3ba

mysql::database::populate: Exec: add '/bin' to `path'

refs #6842

2014-09-10 09:14:55 +00:00 by aklimov 930416b

pgsql::database::populate: Exec: add '/bin' to `path'

refs #6842

2014-09-10 09:24:15 +00:00 by aklimov 260ec95

Rename `icingaweb2::config' to `icingaweb2::config::general'

refs #6842

2014-09-10 09:27:28 +00:00 by aklimov a33042b

Profile `icingaweb2_dev': add `path' for Exec

refs #6842

2014-09-10 09:38:10 +00:00 by aklimov 5e3f60d

Module `apache': add user `apache'

refs #6842

2014-09-10 09:45:57 +00:00 by aklimov d61e883

icingaweb2::config::general: require module `apache'

refs #6842

2014-09-10 09:48:14 +00:00 by aklimov 65a65ae

Profile `icingaweb2_dev': require module `apache'

refs #6842

2014-09-10 10:04:16 +00:00 by aklimov a7378bd

Module `icinga2': add user `icinga'

refs #6842

2014-09-10 10:48:22 +00:00 by aklimov 2576a3b

Module `icinga2_mysql': require `icinga2::config'

refs #6842

2014-09-10 11:57:37 +00:00 by aklimov 203dddb

Module `icinga2_mysql': require `Icinga2::Config[...]' rather than `File[...]'

refs #6842

2014-09-10 12:10:30 +00:00 by aklimov a99dbab

icinga2::feature: don't require Package[icinga2]

refs #6842

2014-09-10 12:38:18 +00:00 by aklimov e124a42

icinga2::config: hardcode '/etc/icinga2' once less

refs #6842

2014-09-10 12:59:44 +00:00 by aklimov 4008b86

icinga2::feature: replace `exec' with `file'

refs #6842

2014-09-10 13:14:14 +00:00 by aklimov a5b3601

Make `icinga2::feature' responsible for `icinga2::config'

refs #6842

2014-09-10 13:36:42 +00:00 by aklimov 4a2259a

Module `icinga2': notify Service[...] rather than requiring (the whole) Class[...]

refs #6842

2014-09-10 14:58:06 +00:00 by aklimov a82bafc

Make `icinga2::config' responsible for parent directory creation

refs #6842

2014-09-10 15:02:36 +00:00 by aklimov 9f1d69b

Module `icinga2': add user `icinga'

refs #6842

2014-09-10 15:19:43 +00:00 by aklimov de4380e

Module `icinga2': add user `icinga'

refs #6842

2014-09-10 15:49:17 +00:00 by aklimov 4136342

Exec: prefer "user => ..." rather than "command => 'sudo -u ..."

refs #6842

2014-09-10 16:02:00 +00:00 by aklimov 03100d0

icinga2::config: outsource parent directory creation into module `parent_dirs'

refs #6842

2014-09-10 16:14:32 +00:00 by aklimov d5bfb3d

Make `icinga2::feature' responsible for parent directory creation

refs #6842

2014-09-10 16:27:27 +00:00 by aklimov e5ca8eb

Profile `icingaweb2_dev': include php

refs #6842

2014-09-10 16:41:49 +00:00 by aklimov 0b1f318

Make `icingaweb2::config::general' responsible for parent directory creation

refs #6842

2014-09-11 08:28:05 +00:00 by aklimov d22e251

Add module/class `zend_framework'

refs #6842

2014-09-11 08:30:06 +00:00 by aklimov a4384b6

Profile `icingaweb2_dev': include zend_framework

refs #6842

2014-09-11 08:47:01 +00:00 by aklimov 6b03f58

Enable Yumrepo[epel]

refs #6842

2014-09-11 09:17:51 +00:00 by aklimov cad539a

Profile `icingaweb2_dev': install Package[php-pdo]

refs #6842

2014-09-11 09:30:24 +00:00 by aklimov 6b8c477

Profile `icingaweb2_dev': notify Service[apache] after installing ZendFramework

refs #6842

2014-09-11 09:53:20 +00:00 by aklimov 97f88fb

Profile `icingaweb2_dev': enable 'monitoring' module via icingacli

refs #6842

2014-09-11 10:10:18 +00:00 by aklimov 8ad9c7f

Rename resource `ido-icinga2' -> `ido'

refs #6842

2014-09-11 13:59:00 +00:00 by aklimov b0b18d0

cpan: avoid `sudo'

refs #6842

2014-09-11 14:00:46 +00:00 by aklimov e7fad2c

cpan: disable timeout by default

refs #6842

2014-09-11 14:45:10 +00:00 by aklimov a6c7fe2

cmmi: disable timeout by default

refs #6842

2014-09-11 14:47:04 +00:00 by aklimov ab71049

cmmi: add default value for parameter `make'

'make && make install'

refs #6842

2014-09-11 15:12:20 +00:00 by aklimov 8d001da

Add module/class `perl'

refs #6842

2014-09-11 15:12:20 +00:00 by aklimov 00b878f

Add module/class `tar'

refs #6842

2014-09-11 15:12:21 +00:00 by aklimov 5dd3e48

cmmi: require Class[tar]

refs #6842

2014-09-11 15:21:08 +00:00 by aklimov 24613a0

Add module/class `gcc'

refs #6842

2014-09-11 15:40:18 +00:00 by aklimov de7e9d6

cmmi: require Class[gcc]

refs #6842

2014-09-11 16:02:30 +00:00 by aklimov 6639b7b

perl: create link '/usr/local/bin/perl' to perl binary

refs #6842

2014-09-11 16:20:19 +00:00 by aklimov 549ea1e

Add module/class `perl'

refs #6842

2014-09-11 16:20:19 +00:00 by aklimov 58aa7e7

Add module/class `tar'

refs #6842

2014-09-11 16:20:20 +00:00 by aklimov 292c22d

cmmi: require Class[tar]

refs #6842

2014-09-11 16:20:20 +00:00 by aklimov 31a3040

Add module/class `gcc'

refs #6842

2014-09-11 16:20:21 +00:00 by aklimov 8850aa2

cmmi: require Class[gcc]

refs #6842

2014-09-11 16:26:32 +00:00 by aklimov 22d155b

Add module/class `perl'

refs #6842

2014-09-11 16:26:32 +00:00 by aklimov 8c00c6d

Add module/class `tar'

refs #6842

2014-09-11 16:26:33 +00:00 by aklimov 6db2e4e

cmmi: require Class[tar]

refs #6842

2014-09-11 16:26:34 +00:00 by aklimov 0a2fbf4

Add module/class `gcc'

refs #6842

2014-09-11 16:26:34 +00:00 by aklimov bb716e8

cmmi: require Class[gcc]

refs #6842

2014-09-11 16:26:54 +00:00 by aklimov eea9ee8

perl: create link '/usr/local/bin/perl' to perl binary

refs #6842

2014-09-11 17:12:02 +00:00 by aklimov c29eb0d

cpan: require Class[perl]

refs #6842

2014-09-12 08:55:12 +00:00 by aklimov fa85840

Add module/class `git'

refs #6842

2014-09-12 09:42:09 +00:00 by aklimov 4a5acce

Add module/class `cmmi_dir'

refs #6842

2014-09-12 09:51:10 +00:00 by aklimov 24c3a30

Add module/class `git_cmmi'

refs #6842

2014-09-12 11:23:44 +00:00 by aklimov 17db985

Profile `icinga2_dev': include monitoring_plugins and monitoring_test_config

refs #6842

2014-09-12 16:59:20 +00:00 by aklimov ec9c174

icingaweb2::config::general: hardcode '/etc/icingaweb' once less

refs #6842

2014-09-12 17:03:17 +00:00 by aklimov 1f547aa

Profile `icingaweb2_dev': add user `apache' to group `icingacmd'

refs #6842

2014-09-12 17:08:01 +00:00 by aklimov f5a232f

Update 'resources.ini'

refs #6842

2014-09-15 09:16:47 +00:00 by aklimov d09e65b

icinga2_mysql: change requirement syntax

refs #6842

2014-09-15 10:03:54 +00:00 by aklimov c573123

icinga2: add File[icinga2cfgDir]

refs #6842

2014-09-15 10:03:54 +00:00 by aklimov 99f2abe

Add module `monitoring_test_config'

refs #6842

2014-09-15 10:03:55 +00:00 by aklimov 6a2dfb4

icinga2::config: require File[icinga2cfgDir]

refs #6842

2014-09-15 10:12:21 +00:00 by aklimov d45f729

icinga2::feature: require File[icinga2cfgDir]

refs #6842

2014-09-15 11:09:44 +00:00 by aklimov b6671c8

Add Class[icingaweb2] w/ File[icingaweb2cfgDir]

refs #6842

2014-09-15 11:09:44 +00:00 by aklimov d7a0be7

icingaweb2::config::general: require File[icingaweb2cfgDir] (from Class[icingaweb2])

refs #6842

2014-09-15 11:09:45 +00:00 by aklimov b6de74b

icinga2: Service[icinga2]: require User[icinga]

refs #6842

2014-09-15 11:35:14 +00:00 by aklimov 8fd3b94

icingaweb2_dev: add File[/etc/icingaweb/enabledModules]

refs #6842

2014-09-15 12:00:24 +00:00 by aklimov fbdeb77

parent_dirs: add parameter $user

refs #6842

2014-09-15 12:20:13 +00:00 by aklimov 5b1377e

Enable module 'monitoring' as user 'apache'

refs #6842

2014-09-15 12:35:28 +00:00 by aklimov 616a955

Add module/class `icingacli'

refs #6842

2014-09-15 12:56:56 +00:00 by aklimov 72d74c1

Replace Package[icingacli] w/ Class[icingacli]

refs #6842

2014-09-15 14:18:31 +00:00 by aklimov 8135cca

icingaweb2_dev: change log file path to '/var/log/icingaweb.log'

refs #6842

2014-09-15 14:19:07 +00:00 by aklimov eef13ea

icingaweb2_dev: add Group[icingacmd]

refs #6842

2014-09-30 09:17:02 +00:00 by aklimov d87058c

Profile `icingaweb2_dev': add Exec[iptables-allow-http]

refs #6842

2014-09-30 10:04:48 +00:00 by aklimov 7c6672f

Enable Service[apache]

refs #6842

2014-10-20 13:56:00 +00:00 by aklimov 3c10d47

Update `icingaweb2_dev' profile's file 'config.ini'

refs #6842

2014-10-20 14:12:14 +00:00 by aklimov 81d49db

icingaweb2_dev: provide Package[php-ldap]

refs #6842

2014-10-21 10:19:32 +00:00 by aklimov 8222606

Set php.ini's date.timezone = "UTC"

refs #6842

2014-10-21 10:22:17 +00:00 by aklimov a4c4f50

icingaweb2_dev: iptables: descend index of insertion

refs #6842

2014-10-30 11:56:30 +00:00 by aklimov b7691c6

Change Icinga Web 2's cfg dir's mode

6750 -> 6755

refs #6842

2014-10-30 13:02:48 +00:00 by aklimov ba368f0

Change Icinga Web 2's cfg dir's mode

6750 -> 6755

refs #6842

2014-10-30 15:57:17 +00:00 by aklimov 9471ced

icingaweb2_dev: add Package[php-phpunit-PHPUnit]

refs #6842

2014-10-30 16:03:09 +00:00 by aklimov 38c9758

icingaweb2_dev: enable `test' module

refs #6842

2014-10-30 16:25:41 +00:00 by aklimov 64445ae

icingaweb2_dev: add Package[icinga-gui]

refs #6842

2014-11-24 13:42:07 +00:00 by aklimov 30ee6c9

Ensure that every package's latest version is installed

refs #6842

2014-11-24 13:44:17 +00:00 by aklimov 607b0fc

icingaweb2_dev: include and require Class[icinga_packages]

refs #6842

2014-12-10 09:33:48 +00:00 by elippmann aea29fb

puppet: Remove pear module because it's not used

refs #6842

2014-12-15 08:58:45 +00:00 by elippmann 275976c

puppet: Let icingaweb2::config::general use templates

refs #6842

2014-12-15 08:58:49 +00:00 by elippmann 023b3c5

puppet: Move config.ini to icingaweb2_dev's templates directory

refs #6842

2014-12-15 08:59:21 +00:00 by elippmann 581e009

puppet: Move authentication.ini to icingaweb2_dev's template directory

refs #6842

2014-12-15 09:04:29 +00:00 by elippmann cee5fb5

puppet: Move resources.ini to icingaweb2_dev's template directory

refs #6842

2014-12-15 09:10:19 +00:00 by elippmann cdbb7e2

puppet: Move icingaweb.comf to icingaweb2_dev's template directory

refs #6842

2014-12-15 09:11:00 +00:00 by elippmann 099fefd

puppet: Rename icingaweb.conf to icingaweb.conf.erb

refs #6842

2014-12-15 09:26:40 +00:00 by elippmann b7c555a

puppet: Use the config templates

refs #6842

2014-12-15 09:51:21 +00:00 by elippmann efa7909

puppet: Fix names of the monitoring module's backends

refs #6842

2014-12-15 09:51:59 +00:00 by elippmann 4ea178e

puppet: Use the icingweb.conf template

refs #6842

2014-12-15 09:52:36 +00:00 by elippmann 15d2414

puppet: Rename interal_ldap to local-ldap in authentication.ini

refs #6842

2014-12-15 09:53:11 +00:00 by elippmann 33e25fd

puppet: Use hiera variables in the icingaweb.conf template

refs #6842

2014-12-15 09:54:56 +00:00 by elippmann 6974b18

puppet: Use hiera variables in the resources.ini template

refs #6842

2014-12-15 09:55:17 +00:00 by elippmann ec06239

puppet: Name the Icinga Web 2 log file according to the hiera variable

refs #6842

2014-12-15 09:57:46 +00:00 by elippmann e786a7a

puppet: Remove top level Icinga Web 2 configuration files

The icingaweb2_dev profile provides those configuration files.

refs #6842

2014-12-15 10:18:39 +00:00 by elippmann cfe2242

puppet: Add site.pp in favor of default.pp

refs #6842

2014-12-15 10:31:34 +00:00 by elippmann 088455a

puppet: Add module motd in favor of top level motd

refs #6842

2014-12-15 10:32:02 +00:00 by elippmann efe7044

puppet: Include motd

refs #6842

2014-12-15 10:33:36 +00:00 by elippmann fb32fba

puppet: Remove top level index.php for Icinga Web 2

This file is no longer in use.

refs #6842

2014-12-15 10:43:33 +00:00 by elippmann b58607c

puppet: Add TODO

refs #6842

2014-12-15 10:44:19 +00:00 by elippmann f8c4685

puppet: Fix Icinga Web 2's logging configuration

refs #6842

2014-12-15 11:11:41 +00:00 by elippmann 37ad4f7

puppet: Add /usr/local/bin to PATH

refs #6842

2014-12-15 11:12:35 +00:00 by elippmann dcbf8c5

puppet: Remove icinga_command_proxy

No longer in use.

refs #6842

2014-12-15 11:13:26 +00:00 by elippmann 3d54087

puppet: Remove mk-livestatus module

No longer in use.

refs #6842

2014-12-15 11:13:58 +00:00 by elippmann c54ab12

puppet: Remove module casperjs

No longer in use.

refs #6842

2014-12-15 11:14:30 +00:00 by elippmann ada0b8c

puppet: Remove module phantomjs

No longer in use.

refs #6842

2014-12-15 11:16:17 +00:00 by elippmann e1c35c4

puppet: Remove module cpan

No longer in use.

refs #6842

2014-12-15 11:16:36 +00:00 by elippmann 00d3110

puppet: Remove module perl

No longer in use.

refs #6842

2014-12-15 11:18:11 +00:00 by elippmann 50e23a3

puppet: Remove module tar

No longer in use.

refs #6842

2014-12-15 11:18:30 +00:00 by elippmann d835fe6

puppet: Remove module wget

No longer in use.

refs #6842

2014-12-15 11:18:48 +00:00 by elippmann 5cc5122

puppet: Remove module cmmi

No longer in use.

refs #6842

2014-12-15 11:19:11 +00:00 by elippmann 2e8f30d

puppet: Remove module cmmi_dir

No longer in use.

refs #6842

2014-12-15 11:19:31 +00:00 by elippmann ca24699

puppet: Remove module gcc

No longer in use.

refs #6842

2014-12-15 11:19:49 +00:00 by elippmann 44d662c

puppet: Remove module configure

No longer in use.

refs #6842

2014-12-15 11:20:15 +00:00 by elippmann 6cb6054

puppet: Remove obsolete manifests

refs #6842

2014-12-15 11:20:43 +00:00 by elippmann 3a3c573

puppet: Add hiera configuration files

refs #6842

2014-12-15 11:22:27 +00:00 by elippmann 02044d6

puppet: Remove profile nodejs

Not in use.

refs #6842

2014-12-15 11:22:43 +00:00 by elippmann 11111b0

puppet: Remove profile icinga_mysql

Not in use.

refs #6842

2014-12-15 11:23:00 +00:00 by elippmann 57fdee3

puppet: Remove profile icinga_pgsql

Not in use.

refs #6842

2014-12-15 11:25:11 +00:00 by elippmann 575b677

puppet: Provision epel repository first

It should not be necesarry to require the epel repostiry where it is used.

refs #6842

2014-12-15 12:40:33 +00:00 by elippmann 37b9aa3

puppet: Update TODO

refs #6842

2014-12-15 12:44:32 +00:00 by elippmann ea69b3f

puppet: Add the preferences configuration directory

refs #6842

2014-12-15 13:50:40 +00:00 by elippmann 379da5e

puppet: Provision the default node instead of 'localhost'

refs #6842

2014-12-15 17:00:01 +00:00 by elippmann 8dc61fc

puppet: Add a manifest for provisioning puppet

refs #6842

2014-12-15 17:02:13 +00:00 by elippmann 56830cb

puppet: Use one Vagrantfile for both virtualbox and parallels provisioner

refs #6842

2014-12-15 17:03:10 +00:00 by elippmann 594d4d5

puppet: Remove Vagrantfile.parallels

refs #6842

2014-12-15 17:03:51 +00:00 by elippmann 08473ff

Merge branch 'feature/deduplicate-puppet-code-6842'

Puppet code still not perfect but good enough to replace the old stuff.

resolves #6842

Subtasks:

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-08-04 11:35:33 +00:00

You may use existing classes from the icinga-vagrant repository, especially icinga2x and icinga2x-cluster. Those puppet modules and manifests still require some cleanup, but they may serve as refactoring example/help.

https://github.com/icinga/icinga-vagrant

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-05 11:35:58 +00:00

Build !#1742 triggered by commit 82fa6e6 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-05 11:52:24 +00:00

Build !#1743 triggered by commit fe11ca4 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-05 12:46:39 +00:00

Build !#1744 triggered by commit e42f400 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-05 15:05:10 +00:00

Build !#1745 triggered by the commits 05afbee, a110b25, 73a29ab, 2e1afd7, 920a784, 538088d, ee71167, 9a50cb8, ccbc1f5 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-06 11:29:39 +00:00

Build !#1746 triggered by commit 392e725 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-06 12:26:31 +00:00

Build !#1747 triggered by commit 7286245 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-08-13 15:53:44 +00:00

Please revert 7286245 - that's just overwriting the existing git history and doesn't help much.

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-14 13:16:15 +00:00

Build !#1757 triggered by the commits 699f4e3, 7286245, 392e725, 05afbee, a110b25, 73a29ab, 2e1afd7, 920a784, 538088d, ee71167, 9a50cb8, ccbc1f5, e42f400, fe11ca4, 82fa6e6, 8f23f61, 261a5dd, 8806583 failed.

Branch: origin/master
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-18 10:08:40 +00:00

Build !#1762 triggered by the commits 67efe52, 0677105, 2245989, 26205a7, f2ed813, 4ddc0e7, dc8181c, 666591b, b5d6481, 57db6e4, 9dabc6d, 7958a81, 143db97, d813bad, 9692548, 8f729bf, 51484eb, 3e4944c, 56a2935, e2c761a, 294728a, 0b1aee8, 64954e9, 8f85a66, d05e3bf, 8b9d446 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-22 09:41:03 +00:00

Build !#1813 triggered by the commits 114a648, 96dcc79, 09412d0, af97db3, 8733238, 30d0ebc, b146a8c, b36fe5d, 36a2753, e0b9730, 00ac224, bef639e, a8d33d9, bb65fb3, 78b98a7, f4b33c6, 09dfcca, 4ceecf1, 4eaf94c, 538c6cf, 686152a, 736113c, 0719379, ba748cb, ea0248e, 6fe47bf, 3573908, 995355e, 8c02f14, c6d4ab4, f49a346, 3e079ef, 7035099, 65473ac, 1ba3954, 6b468b7, d29eb21, 1c74fd7, f52b3f7, 55b3a53, d35e081, 2f54ff4, cd825a4, 3f65f34, db3ef8f, 7334716, f40ada6, 9ce99bf, 0d3fb9e, 127e4f4, 0464099, c69af6c, a38d71f, 5c52e44, f67d273, 17b64f9, b5f3365, a333c3e, 5a6b517, 512e7d5, 9d4a4f4, cb17590, b9cc964, 344909d, 289aed8, 217595d, 7caccd7, 1cffbc9, 3ccfbec, 4cfbb1f, aec0591, 332be22, bbddb9e, 59c5b70, 043688e, cae84a5, 54461f9, f9e8ad3, f6b9b13, 3cafc89, 38a6df9, 55d3818, a0867ce, 034923d, 788e3eb, 9eb4b62, ce4fa1f, edc89d6, 88312e6, 79f6130, 8a229e1, 0033733, 134db3f, e26d360, 51bc027, bbcdcb4, c71086c, c325c09, 4f8cbb9, 71e8108, 77f8a3d, a0c3310, 507ac1c, 9af89e6, e005333, 906c132, db5c663, 2ea418c, 1bbfa9b, c48f7f9, a8e6dda, 0382e22, 93cc24a, e734710, 25a73ea, 8fe1d49, 7f6010e, 61ac3b0, b143124, 160a754, 16d5d65, d446e0d, 07330c1, 625a6da, cf98754, 6c8d35c, ce0aee5, d84532d, 794ae14, d5cf2f2, ed8de18, 370bfca, 0f1983f, 49e927c, dc1bada, 72ab502, d3a9f17, 2f1303a, f0b6a35, d2936d0, 9edaaa8, 040473f, b11c0c3, 0f4d2ad, c12c4a9, 93ee8e0, 6159c05, 178402b, e78d98a, dad7dc9, 282af5a, e320d86, 0f5e076, dd64270, 884e4c8, 7161515, 6ce739e, b58ec5f, 5923622, 1d5c4c5, 89bddb1, 5627c09, a40f343, 4001f1d, ba860ed, 40c2c64, 74ea4d1, 99971e2, ce37c20, e6abe21, 83c12cf, a919612, 6ff5a98 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Eric Lippmann

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-08-22 10:58:33 +00:00

  • Tracker changed from Bug to Feature
  • Target Version set to 2.0-12

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-08-22 10:58:51 +00:00

  • Relates set to 6741

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-22 13:48:11 +00:00

Build !#1818 triggered by the commits ee9f87b, aa03011, 5a6995f failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-28 11:36:31 +00:00

Build !#1863 triggered by the commits e963479, f6a9c67, 75ea243, 42a564d, 9913382 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-28 11:52:36 +00:00

Build !#1866 triggered by commit 5c0f998 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-28 12:27:37 +00:00

Build !#1867 triggered by the commits 4dc1541, 5f97732 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-28 12:37:33 +00:00

Build !#1868 triggered by commit 146f315 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-28 13:15:22 +00:00

Build !#1869 triggered by the commits 3e5a0af, f2fd9f1 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-28 14:19:41 +00:00

Build !#1870 triggered by commit 3d75d2e failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-08-29 09:48:15 +00:00

Build !#1876 triggered by the commits c745b78, 6c52b52, f1d18c1, cc4907b failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-01 12:38:01 +00:00

Build !#1888 triggered by the commits d7f4d22, f7e6a0f, d8c052c failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-01 12:57:10 +00:00

Build !#1895 triggered by commit 9ebf011 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-01 13:16:30 +00:00

Build !#1896 triggered by the commits 26132c4, 4114e73, 58c854d failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-01 14:31:12 +00:00

Build !#1903 triggered by commit bec1b65 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-02 10:19:38 +00:00

Build !#1907 triggered by the commits e8dfbe6, 809b714 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-02 10:44:27 +00:00

Build !#1909 triggered by commit f3d2347 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-02 11:16:24 +00:00

Build !#1913 triggered by the commits 62def40, e31e6a8, 1b3c42f failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-02 11:44:32 +00:00

Build !#1916 triggered by commit d602f82 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-02 12:58:57 +00:00

Build !#1919 triggered by commit b2c3408 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-30 09:45:10 +00:00

Build !#87 triggered by the commits 97a2e84, 6cf8307, 8ba86a3, 3e41fd6 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-09-30 10:07:29 +00:00

Build !#88 triggered by commit 7c6672f failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-20 11:16:26 +00:00

Build !#127 triggered by the commits 570b31f, 5ca97c1, 6c59c22, 6dfefb0, 501aca4, d2d6532, 04a8df5, 97677ee, 985154d, a2772a1, d475ccd, f9e7e6d, 92b4f4f, 6494019, 937dbe2, 6124f98, c67e7c3, cc61dc2, db804f9, 6622042, 8f26f0d, 0825b2f, c48c7f4, 87a8765, f77a0e9, 4c23d98, afc97b1, fcc56c9, a9ae75b, 1b23fd7, 2126b8c, f954e8c, 8a8ce49, 421263a, 865ef76, d27d993, 5143c78, a012276, 97d2a92, e96065e, 36681bb, 2956d9e, fa96a1c, a3409b1, 9be52a9, 9db76bf, 8106fe4, 1a2d15b, 051128b, e192b93, 081d8ee, ee63dfd, ec9e9e8, fa2c9e4, 017d4b8, f315e10, ed91e11, 531448e, 74bd9b3, 64d41ac, f188bf6, bbee06b, fa9bd59, 0846915, 266936b, ebde422, 56a1af4, 46078f5, 1c7eb0d, 8008387, 8eb7db9, f190385, 9a57ddc, e6c674e, ac2aeca, 23c1097, ab8436d, dacbd32, 3ee9cd2, f7b7e02, 31609ec, 285d10e, b2f12e1, c73b291, cf997e9, c8a24f7, d7f8a78, 98fa84b, 45fc768, 032437c, 0ac7574, c4d13a7, cde3ec6, 3229e5e, 1710a50, 0b723bb, 3034ac5, c8f00be, 4258b13, e847770, 051c969, df18eab, 6625e8d, 70500be, 9601942, b107370, 085102e, 07a4b25, e784aa3, 2ff932f, 6c8f324, 4ce71ef, dc6562b, 44e5fe7, 7385be0, 6f1cb6f, 65203fd, dc05b2e, ef2f332, 2dd81d1, 264d818, 119e23e, 27650be, 274f2e7, 90dbcdb, 4b7096b, bea110d, 72a9a53, 5b5f553, c13823d, c51b052, 3c9859a, 5ba96c3, 7eb51f6, f1d3b72, 854e284, 7949102, af58732, d10afa1, f640874, 8afdc3d, 5cdcf36, 71ffd0e, 4d8b6dd, a2a6458, 0084fed, 0577665, cc2d06e, d091e21, 88b3b5d, c04768e, 44c4ec7, 0a81aee, 92d855e, 0e6e371, 18aad56, b8d2429, 0be8b97, b38ef9c, c21d7d1, 5c64771, f8edb4f, e2b5e05, 8bf6642, 9e0d665, f48094f, a18287d, 6bfab25, e50221f, 33e0fbb, 9b5c1f0, 17e04e9, 5d07b04, 5f13db7, 3a9774e, 4d784c6, 442f956, e5e806a, 7f0a2d5, 16bc0e5, 1932a91, 6c3c466, e42b7b3, 1d54c7f, 3f216f2, beecf16, c0e3447, aca5a2e, 8ceef96, 93777ac, ad53f7a, 3a5415f, 0e926ba, 583fd46, b6ac31d, 1df8076, b4faa01, 746e75e, 3845301, 9257159, 22771e6, c40ac6f, 1247fdc, 3615b96, 65564cd, 5757a6f, 171b366, 28a66c8, d9fbbca, a841b09, 83772c6, e7c0218, ceeb3a9, 6bde740, 0693e7c, 9d8f810, 40947ac, 7dbc83e, e4fccdd, 31978e1, cee3c32, a5c027b, d6377ca, c947ba3, 6525d69, f7f6bcc, c8ce108, 34bbe65, c8bdb70, 1137c01, f53519c, 0e7ca59, 12b4865, 930e6e7, 7215e27, ae9e5a4, fc72ddf, 7d21265, d021747, 8846f17, a83ddb9, a94e84f, 9cfd74d, 1358a5d, fe47441, 1c8f880, f57bb0f, 6f8fc3e, ed645b1, cb23ef3, 3d0a74b, bc1d00f, 8d10913, a45b17f, 439d189, 9d66cc9, c3c0043, a4da3b6, 49562e7, 5d1f2ad, 2025fb3, 906de4e, de11131, 774db9a, 1a4e908, 54a8342, 0b1d2bf, dd3901e, 5ce9bef, c7a4098, 5485ca8, 95c839a, 5464321, 1ba3df3, 2d86e6b, 5b14d8f, 539ab91, 338f549, aedc8cc, 39bb01b, 9bcd861, d4c4ab7, 8478ef3, 7143837, ae18016, c27c569, 4b210f9, c005ef4, d47951f, 8686074, 176a1a7, ff10cda, 5a100ea, 939f8b8, e8b70ff, deebb64, e2cdff6, 920c0b9, 0edd145, efd16ba, c5e35c9, cd29adc, cdbd24e, 5474c66, 010c5b4, fda4878, d2d69b9, 0e63e36, dae2967, 8cacd2f, cd8015f, 30965c2, 0822aff, 57dd9a6, f3e74f0, a01ee00, fb5685b, 8c82f1a, 4d353ac, 6324192, ae35650, 6fdc436, 2490993, ec46b36, 2ac4a85, e7eae87, 0e2e1bc, 364c7c0, e020dd3, 79b0ed6, bf23688, 486104d, 4ca1eaa, e132905, 6783d51, 0ff79b0, d3c2fc8, 65dd3f9, 98b2bce, 6b88f1c, 45cbd3f, 5c7999f, 52534a2, c93ab79, 7b221e2, 403f745, 5028ec7, a0b2c0b, 75a0c17, 2b879b3, bc05d2e, d1b1bc3, b81e965, 1106349, bb7972a, 7311ab9, e7da9c0, fe63ce6, e6bcda2, 4b1169c, f23bf91, eea43e9, be14844, a627571, f0a9927, 5203f82, a37e65b, d260c3f, c36e30a, e07f2a2, 4e1e845, 5e6ef57, 5a73811, d7ed6bd, a78d113, 02c3223, b743cf8, ed10e49, 488ea46, 644b3a1, c06db74, 50de21e, af5a326, 26d42da, a6bd802, 5f76521, af898cc, 26a78dc, c3731fa, 1902b4f, 0964316, 9c434fe, edf49d0, d8b468c, 235c4a8, 4fe46a2, fd912da, 936f65e, c8d61f7, 9cdd891, 8b2cc3a, 0bf0213, 25c9ee5, 75e09f2, a73e2ee, a9f0b95, f5ac592, 6ed3d5f, 7157b11, 5da14d3, f4ff2c9, 6ac471c, 8f0b989, 78a6175, 37fd3de, 58188c5, 802c095, 21cd503, 47ae4d7, 1de2d0c, 6690410, 630b36e, 0dce204, 1a1263d passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-21 10:29:22 +00:00

Build !#129 triggered by the commits e27724c, a4c4f50, 8222606, c2a3770, 81d49db, 3c10d47, 1bb3a58, 424cee6, 2b67683, aa56f30, d170cf0, d1228de, 79ade94, cee261b, 53608c8, a2e1663 passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-29 16:44:11 +00:00

Build !#157 triggered by the commits f3b4ec0, 39729c9, 2698516, eb9fe09, d9194c2, 5fc1f85, 8ee52f8, 319c5e7, e7ef182, 1cc1521, 6973492, 71e25f2, d04ecea, 99b00b7, 12cadb5, 38220af, f44b052, f68c591, ba12d7b passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-30 12:02:06 +00:00

Build !#163 triggered by the commits 1541bce, b7691c6 passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-30 13:07:26 +00:00

Build !#165 triggered by the commits a7ab667, ba368f0 passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-10-30 16:28:59 +00:00

Build !#169 triggered by the commits 64445ae, 38c9758, 9471ced passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-11-20 09:46:58 +00:00

  • Target Version changed from 2.0-15 to Backlog

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-24 13:59:51 +00:00

Build !#310 triggered by the commits 607b0fc, 30ee6c9 passed successfully.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 11:35:45 +00:00

Build !#311 triggered by the commits 1ce99d2, ba7fa85, de8dc64, a1ccd01, c982ef4, 42b0469, eed1015, d84318d, 2843490, c626762, 59c2d27, 4d480b3, 48ca70f, 799e020, d888bf0, 95b3d41, 9f109f9, dad2aab, d545059, eddb00c, dc69905, 909efb3, 8335bdc, bf33c9c, e48935f, e67d937, 55d6a96, a7b16bc, f470e66, 50c2c02, 5f37739, 99ad72a, 9c8c81c, 462153f, 1550694, bdc0321, bb664a8, 8b9d86e, 3adf038, 4ec2958, dfd7448, e23a794, d62d487, bfa7320, d018b4c, 86485cb, e600dc8, 38957e3, 2471314, 2c4b730, 28e4065, b0382da, 4e87d21, 2fdc1f4, fa44197, 92b2c50, 0862602, 2830b13, 7e44f99, 9bfdb15, 868d949, ab4cd58, f1e09f3, 13b4d3d, f6e886f, 43a56c2, 758072f, e8eec9a, 466dbdd, e55d5e1, 9e8d259, e2b22e9, 7dd08ce, 7fecd00, 74683ea, 3b190d7, bfdf34b, 4fb2b62, 32af89e, 9e455ab, 1db85a7, 6349009, e072678, 5b4c272, 2ae7537, 3e1583c, bed11eb, b01a9a6, 0c21965, f008454, bd40085, 2c5ff34, f707681, 1d34d88, 3b680c7, a4744fa, 7fcfc01, f556fc4, 7592642, 0a6440a, 8aab5dc, c36c8be, a2818bd, 6d28fbb, 58634ad, e63fc46, 066ea78, a0ec7c2, 1d4f7f8, 968ede1, fd5fe26, 6cb914a, 91233b0, fecdb34, 91ed348, 48699ca, b3cdb40, 6da4639, 42a8352, c74f753, dbc1b1c, a40f357, a2592f8, 2c143ff, 47d81cc, a5411c7, cfb0ca1, b5aa08c, 704a87c, 3f6c28d, eb823c4, c6ffdb3, 0af623b, 32f1e0c, 8d67437, b3a154d, 2bac63e, 56709a1, 108f854, 1f5d4a2, 63cd585, a20fa32, 3844087, 6e62b2f, 8c305f5, 4d4d19a, e97f086, a4f4c8d, 268dc7e, f384664, 5ace5fd, 8c3dbb2, 6269f66, 84b98cd, aef81a5, f2717b6, cae813d, 05dd093, 10cfecf, 07c0180, 8087131, f007663, ff3b988, 3df3018, 4f55a9e, 7a7157e, 7eab09c, 1cbdd2b, 760bf1a, 38ef332, 4a4fbae, ed65052, c288a68, 68277d3, be63584, 4ab5b2a, 7621f66, 0c84bf6, 985df11, 8805e4a, 3e58ec2, f9d7062, 26c0fe7, 9a79cd5, e3629a7, 5ad1c0c, cbcd276, 47414f3, 89b36f7, bec0085, 769e8f2, b679c1e, 979bec2, f6a2f65, af799d4, 5f9d394, 1000b46, 5f8fcf4, cbcea2a, 66ecb2d, 245c247, f83bcbf, e44086c, 878aa81, f43976a, 9e4cdd4, add0667, e95e5f3, 2d94c78, 6d03b6b, 9dbf8b8, 4669a8c, 56b00d3, fc4b0cf, 812f9af, 00f4dfb, 8d4089c, 4f6b8c3, 0cea370, a8a7da4, 5bb3165, 7f22afb, 10ec044, 8bd9a96, 92c059a, 822a64c, b6464c5, aaec1b8, 0ff9d57, 40c4562, c0343a0, 195375f, d368df8, 2c7373f, 140b246, 42efbf0, b2a55f0, 5ea2f33, 90f1ab0, 7eb960e, b494476, b6b78e4, 1a4bf60, 6d362b0, 6bf0ca2, 628597d, 46b047b, 7d02107, d714139, 7b6b9b8, e0143bf, fd55ffe, efd395e, 17c8453, e1cdd30, e755b37, 8ec8c15, a027efc, d66c95a, be8120b, d6b9f56, 578873f, 3b1b38a, 4b5b5f4, 510e1e6, 4cbe8da, 14cdcc8, 23546a4, 1b84490, 7b73215, 0916f57, 38fec33, 48dfb1b, 39a995c, 6de98dc, fa20ced, 2e1cc8e, e89d464, b1f2a16, 9e0e3f1, 387928d, 87c8e58, 8e9da72, 5950047, 5630374, 42e0818, 569851f, 58a9e1b, 4b50de3, c09d836, e3f6b4f, e0bf021, b1f82bd, 7da87b7, 0e4a857, 1c5cba9, 2eb2fa5, 1d4ea88, e6ded2e, 934a0a4, c700e86, 711b1a5, 7993ad2, d6e3f06, 4a38c06, 8858069, ee16391, dcc0c21, ac483a0, 44d5ee8, c5ca3b6, 269f4b4, 118abbe, e75d0aa, a75bfd1, 84458ef, e345c88, 197dc15, 0fd4a09, 2ecdfef, 44c96f0, 1f74c46, 39d7d13, 210aae2, 3dc9b5b, 9c077a5, 6ba4e55, 2cd8e14, b38a108, 52c19b5, 2c0122b, 925348d, 6aefc4b, 178ddaa, 53bca91, ce7aea5, 5c9b63f, 818ac35, da47c7f, 86cca8f, 038964a, 11bb8db, ce69300, 9b2bff4, 5178798, ddf2ef5, 0e050fa, 0296303, 37dd2f5, c1591bc, 5bd888f, 49d66a7, 85c6150, 97d026f, f64b3c1, 6624b76, 8e7a56d, b79b337, c081841, 2d927f2, 586b4f4, 3166c51, d64ec0a, 775c20d, ea56e4f, 6ee0c21, 540a8c7, 1c4a5ce, 872dce2, 69fdc6a, cd1f49c, e7b911d, 508466d, 85a142c, 83d34c7, 9a78389, 1f68032, 69c5728, 1f77ef0, 9674927, d55c2a4, 2a27b6c, 903219b, 617a30f, 0a7decd, c4aeaf3, d87acd5, 20be45e, 48a468b, 8bdde5a, 0db5167, 022d892, 81ae138, f3ae735, cc16176, 1600514, 81b144d, 7f9b952, f37e6fe, 6201858, 205ba64, e3c70be, ac2ec83, f49d9e8, 94f8597, 0e34001, 77f5bc3, f86d3e7, c68f950, dedb348, 3343599, a5b8de3, 1743cec, 28c239c, c98a6d5, 1c0e427, 47b1189, 56aabf0, 50869c7, cab8991, b16959b, 29c7c2e, ac3ff90, 1aa8858, 86a9c7f, b52adcc, 45418bd, ef2ec04, 688c016, 4595b51, 6be51d1, dc19601, 7c8e9e6, 459fc77, d0651e9, 0e64a8d, 36d3c3e, a0d4b6e, e0f6ce3, 8594dc0, 0d4ed40, 2ad2127, 46df428, 66975f0, f097299, 385157b, 38ebc94, f427577, bfa834f, 9c103a9, 79bd743, ac8cc06, 75475b1, 68b5983, 5da82a3, b8113b6, 8bb318e, c394cd0, 4fa2340, db7954c, c7f36a5, 79e4b98, 288c52f, 31f4fc6, 259a465, f2c4c3b, 2eb9a77, f456ad3, ec6b56a, 8b1419b, 8e1a6a5, 933172f, b27d1d0, a081db0, 6089372, 826cfbe, 9933909, 2bae33d, 277765a, 11e1358, 4f84979, 921f324, 8c9465f, 32d483f, 877e910, 533d220, 8d12076, 8d4e56a, f0ca81d, 5851886, 8f6cac6, 33107ff, 7b2318e, 62aacce, 7aae291, c3e28a4, 4992140, ca66480, 1cf32dd, e5ac319, 13d3b81, f24b0e2, 4876854, 97186c0, 0992f6c, 0d4d493, d253e1e, f39301d, f347a74, 629118b, 5b95ce2, 6d70572, 8987b69, e96ecc5, dc54198, a03dc5a, 1ca83c0, 78fd510, 9431a34, 8faf81d, 6c0aa8d, 3f4110d, 6627b5a, a6af51f, 1557410, 11f587a, 50b0ef4, 19ab823, 4974f58, c70f738, fdfad34, 79c2758, 8e3394f, b26e585, 7b804e4, af99f62, d2f8fd7, 548b542, 856b159, eb46729, 8909bd5, f12473d, 5009083, 9d29226, e1f75b5, 105934c, 8af13f5, 6b2f434, e827e6d, a8e28bf, cb748fa, 21ed823, 8f21201, 5c9d7d6, 2bb7217, 7949359, 6c664b7, bf17389, 942530d, 004ac04, f1b6a82, bb96316, f85ddeb, eadc7d8, 9a5d01b, f7d168c, cb09c8a, a460286, 94b01cf, 124f64a, 7b99b74, 2685691, 4537b29, 84c0bc0, 8583be0, 049c9ed, f07cbcc, ddf6bb4, 162b355, acd6e91, fb0fe3f, 3c5d46e, 48a4403, 7aef058, f300c12, c885544, 5c8af79, ebd77ee, 945d944, 54eda31, d0706a5, 74e60ec, 816c309, 2782b0a, abf267b, da20926, a832635, 5480586, 83f386f, 71cbf83, cd9e369, 52c452c, 92f8f9f, c0f84a9, f49c8c0, 8e28fff, f8724c5, c49bceb, 699be20, bc5f296, f9e8cc8, bb7f465, 2e24c53, f659526, a06568c, acded32, d0fc38c, d2eddcb, 0f48382, 7569c55, 0db658b, 69b3876, aac161d, a965017, 5a169ee, 170ded6, 581935c, 0c8aa65, ab5df7d, 805cb9f, 45d3005, 8913bf5, 9927738, cad8f75, e463ca8, c17eb8c, f9fee2d, 18bd49e, 95f9beb, 6298d30, f25f4f0, ea1f51a, f095489, e5091ec, 0124a33, b38e3af, 16352fc, 4f1e1dd, 538bc8a, 521a36e, e58520c, 1bd1b58, 20a0351, 419c493, 684e01c, cf7e768, 344bda0, d40497c, 713d146, c1bff9a, a7e942c, 9365e3c, 114c826, b9209da, ec47f6b, 0bf6dc2, 1b83ec3, c4554ac, 3fc0749, 5048539, c8e323e, 4d8842d, 81e06fe, 9cd4aee, 33a64eb, 47d9426, 2f05ed3, ec6948d, 3200642, c6b18d2, 231fbab, 16e614e, 6a3244d, 83cfcef, 3c438d9, dbf5512, a899070, d19d4b1, dd6b045, 98acc24, 85f7dcf, 1fd4a30, e5512f5, 3206ded, b5468a1, 2e8c0cf, 0362114, 73bba4a, dae2cbb, 9589919, 2f83976, 851682c, 1bd5868, 03bbc2e, a8dd9c9, 64e6886, ffc69c3, d90d6fe, a6cbde5, 216c072, 2fd2226, f5c4708, d201cff, 049e42b, 3a3d29e, b4a6979, a5b1023, 8c62c66, 0994599, 5b3c24d, 7f453be, e72f2ca, f453fd0, 768d8da, 24b6274, 9f127be, a54c81b, 2ecb862, 223502c, d4acbeb, d73423c, 16ce2eb, 2f40365, fdef596, 6427a9e, 21379cb, d1ea7e8, 38ee467, 2c09ca1, 5d44a00, 1daeaef, 00ffb34, 94f8745, f869a1b, 45e179d, 8f7348b, c9d12cf, c0df55c, 0777848, 771149e, 9a9aa84, 448991e, b579833, 13678bb, 52016d8, 437b41c, d16fddd, ca6eca6, 78b130a, c3404fd, 6254411, f8f27e0, 169a646, e29a568, df69fd2, dd21b7b, e3164a2, 04e83a5, 1cbe245, b7d3a47, 7c202dd, 8fa8642, 06e82ed, 89ae058, 96ba45d, baa6abd, 647447b, 393191c, 8f787e6, abc34a5, 7da11b8, 1136a09, 627a19a, efffe10, d54bfdd, 04ff2e2, ad79652, 450ec2a, b50c780, ac255ee, 4c6b64f, 83006c0, 5f68850, 9cbd7e9, b4a1364, f29705f, 0f302bf, 4f52da9, 0793033, a980184, 464fefa, 3a11182, 4ef0a5a, e186c21, 8f79e0a, 08d259e, c78b016, 7b01525, 513d5e3, e9e4ef0, cbadaa7, c3e3a41, ab93969, 288ae68, 28d16a8, 2d24828, 4a14dc5, 5d63912, 07d25e8, 243dd19, b6b7814, 5afda8a, bd8f480, b782e79, 61f0ce6, b1c32b1, a39c6a4, 226575e, 929344e, aa17f28, 7c53e6f, 5c13a19, 73b4176, 3107eb8, a5454e5, 2c44fe3, 5b3d549, 8fcf21a, 7e00e83, 380ffe4, 4f688fa, 0e92e33, 8e48853, 028a6c4, 635b802, 6f988cb, c00dbf9, 7fcd665, efab6c7, 80c42ce, c772787, 71ccefa, 98fbfe6, 77bb64b, d01d17a, 7ff4890 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 12:11:24 +00:00

Build !#312 triggered by commit edd8ece failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 13:01:48 +00:00

Build !#314 triggered by the commits fbe603c, b2ba8e3 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 14:46:59 +00:00

Build !#315 triggered by the commits dbf8527, 31a49a7, c737f18 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 15:21:15 +00:00

Build !#316 triggered by commit 8959fa3 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 15:57:26 +00:00

Build !#317 triggered by the commits 13059aa, 94869bf, 2cf7563 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 17:11:42 +00:00

Build !#318 triggered by the commits ef27581, 777ced3 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-25 17:16:48 +00:00

Build !#319 triggered by commit 0bec429 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-26 11:37:30 +00:00

Build !#320 triggered by commit 9e23ca0 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-11-26 13:08:22 +00:00

Build !#321 triggered by the commits fb6b2a7, 003567f, a3fa31c, ca1dafe, d25a3a1, e82cc35, ff19696, 1502b48, 3c16db3, 9aa2f6f, bc339e9, d226126, 381b3b9, 0a1668a, 2f02ac2, e5d8fc7, 974357c, f0ece3d, df42eba, d41602a, a288535 failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Alexander Klimov

@icinga-migration
Copy link
Author

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-12-15 12:42:46 +00:00

Build !#344 triggered by the commits 37b9aa3, 31a05c9, b307fe2, 1721936, 7987fb3, 87664ff, e63252c, 3a2fb03, cee6887, abfef2c, ddc121d, 60feed5, 8779e80, 73f9328, dc0f396, e0bec56, 429b16b failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Eric Lippmann

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-12-15 12:46:33 +00:00

Build !#345 triggered by commit ea69b3f failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Eric Lippmann

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-12-15 17:05:22 +00:00

Build !#346 triggered by the commits 594d4d5, 56830cb, 8dc61fc, 379da5e failed.

Branch: origin/feature/deduplicate-puppet-code-6842
Author: Eric Lippmann

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2014-12-15 17:07:56 +00:00

Build !#371 triggered by the commits 08473ff, 87c5af7, 594d4d5, 56830cb, 8dc61fc, 379da5e, ea69b3f, 37b9aa3, 31a05c9, 575b677, 60b8529, 57fdee3, 11111b0, 02044d6, 3a3c573, 6cb6054, 44d662c, ca24699, 2e8f30d, 5cc5122, d835fe6, 50e23a3, 00d3110, e1c35c4, ada0b8c, c54ab12, 3d54087, dcbf8c5, 37ad4f7, f8c4685, b58607c, fb32fba, efe7044, 088455a, cfe2242, e786a7a, ec06239, 6974b18, 33e25fd, 15d2414, 4ea178e, efa7909, b7c555a, 099fefd, cdbb7e2, cee5fb5, 581e009, 023b3c5, 275976c, 9b6c90b, 4e8595f, 89c4bb4, a087bc8, cccab1d, bf68ecf, 513fbe6, 9446117, 06fe3bc, 83b1cde, 8b59276, aea29fb, 9d7f3bd, fb6b2a7, 003567f, 9e23ca0, 0bec429, ef27581, 777ced3, 13059aa, 94869bf, 2cf7563, 8959fa3, dbf8527, 31a49a7, c737f18, fbe603c, edd8ece, 1ce99d2, ba7fa85, de8dc64, a1ccd01, c982ef4, 607b0fc, 30ee6c9, 64445ae, 38c9758, 9471ced, a7ab667, ba368f0, a4c4f50, 8222606, 81d49db, 3c10d47, 570b31f, 7c6672f, 97a2e84, d87058c, eef13ea, 8135cca, 72d74c1, 616a955, 5b1377e, fbdeb77, 8fd3b94, b6de74b, d7a0be7, b6671c8, d45f729, 6a2dfb4, 99f2abe, c573123, d09e65b, f5a232f, 1f547aa, ec9c174, 17db985, 24c3a30, 4a5acce, fa85840, c29eb0d, eea9ee8, bb716e8, 0a2fbf4, 6db2e4e, 8c00c6d, 22d155b, ab71049, a6c7fe2, e7fad2c, b0b18d0, 8ad9c7f, 97f88fb, b82ed3d, 6b8c477, cad539a, 6b03f58, a4384b6, d22e251, 8881d96, d892ae5, dc28f53, 0b1f318, e5ca8eb, d5bfb3d, 03100d0, 4136342, de4380e, a82bafc, 4a2259a, a5b3601, 4008b86, e124a42, a99dbab, 203dddb, 2576a3b, 65a65ae, d61e883, 5e3f60d, a33042b, 260ec95, 930416b, 406f3ba, 9bb68c4, 645a2ec, 01807c2, 924a511, 07c4591, 0fbe072, 858e7c2, 1e511a0, 7e4feb7, 6aa2dcd, 77719be, be7bae8, 4484a31, 2c0d71a, 4d32685, 7b45e5c, 65f3051, 96e98c8, d3d64e3, 2de3af2, d602f82, 62def40, e31e6a8, 1b3c42f, f3d2347, e8dfbe6, 809b714, bec1b65, 26132c4, 4114e73, 58c854d, 9ebf011, 6c52b52, f1d18c1, cc4907b, 3d75d2e, 3e5a0af, f2fd9f1, 146f315, 4dc1541, 5f97732, 5c0f998, f6a9c67, 75ea243, 42a564d, 9913382, ee9f87b, aa03011, 5a6995f, 114a648, 96dcc79, 67efe52, 0677105, 2245989, 26205a7, 392e725, 05afbee, a110b25, 73a29ab, 2e1afd7, 920a784, 538088d, ee71167, 9a50cb8, ccbc1f5, e42f400, fe11ca4, 82fa6e6, 8f23f61, 261a5dd, 8806583 passed successfully.

Branch: origin/master
Author: Eric Lippmann

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-12-15 17:10:03 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 08473ff.

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-03-30 09:23:10 +00:00

  • Target Version deleted Backlog

Backlog must not contain closed issues.

@icinga-migration icinga-migration added enhancement New feature or improvement area/vagrant Affects the developer environment labels Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vagrant Affects the developer environment enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant