Jenkins User
8d23a321c2
Release new version 0.20.3.0+0~mr3.3.3.0
12 years ago
Jenkins User
4524b2ccd0
Release new version 0.20.2.0+0~mr3.3.2.0
12 years ago
Jenkins User
8c27fd8136
Release new version 0.20.1.0+0~mr3.3.1.0
12 years ago
Victor Seva
71a8abb2b9
MT#6907 add debian mysql info
12 years ago
Victor Seva
4a801be86b
MT#6919 add mysql prosody info
12 years ago
Michael Prokop
bd834ef982
MT#6895 Send error message WRT root permissions to stderr
...
And while at it adjust style to match what we're using elsewhere.
12 years ago
Alexander Lutay
f1809ad405
MT#6895 Check user before running the script (requires root/sudo)
12 years ago
Michael Prokop
c5adf03ad6
MT#6511 Bump Standards-Version to 3.9.5
12 years ago
Michael Prokop
b6f5dfab3b
MT#6261 Use Sipwise internal cpan mirror with carton
12 years ago
Alexander Lutay
5179743e38
MT#5847 Fixup debian/changelog version to Sipwise style
12 years ago
Sipwise Jenkins Builder
a92d611f9c
Release new version 0.19.0+0~mr3.3
12 years ago
Richard Fuchs
f3fc3dc558
Support reformatting of IPv6 addresses in TT2 helper scripts
12 years ago
Michael Prokop
847647f444
Release new version 0.19.0
12 years ago
Michael Prokop
92f833cfe5
MT#5027 Remove unused variable
12 years ago
Michael Prokop
b4a03d5284
MT#5027 Drop white-space before trailing ":"
12 years ago
Michael Prokop
d3c54e4b79
MT#5027 Bind dd2-daemon to localhost only
12 years ago
Michael Prokop
25103ee868
MT#5027 Use three-argument form of `open' function
12 years ago
Michael Prokop
30cd8a6e8f
MT#5027 Sort debian/ngcp-ngcpcfg.install file
12 years ago
Michael Prokop
5c31bec893
MT#5027 Add netcat to Depends
12 years ago
Alexander Lutay
e3eda0cb3b
MT#5027 Speed up 'build' runs by using Perl daemon
12 years ago
Alexander Lutay
9206aa868a
Revert "MT#4141 Speed up 'build' runs by loading YAML files only once"
...
This reverts commit 335d53c95c .
12 years ago
Michael Prokop
8dcef64535
MT#5371 Add libdbi-perl to (Build-)Depends
...
Used inside helper/sync-db + sbin/ngcp-sync-constants
12 years ago
Michael Prokop
38f7194c28
Release new version 0.18.2
12 years ago
Victor Seva
5a886c253f
MT#4823 remove hosts not available or reply truncated
12 years ago
Kirill Solomko
ec2fa4eb1a
MT#4585 - added "--no-db-sync" option that skips sync-db/sync-constants
13 years ago
Victor Seva
0a98fb93cb
MT#4823 Add get_default_pingnodes script
13 years ago
Michael Prokop
22482d7db7
Release new version 0.18.1
13 years ago
Michael Prokop
29ced95d47
MT#513 Remove dead code regarding upgrade action
...
No progress for >2 years, there's no point in keeping it any longer
13 years ago
Michael Prokop
838ca0e163
Release new version 0.18.0
13 years ago
Michael Prokop
335d53c95c
MT#4141 Speed up 'build' runs by loading YAML files only once
...
When runnning 'ngcpcfg build' (which is also executed when
running 'ngcpcfg apply') we waste quite some time with loading
the same YAML configuration files and merging them again and
again.
In a 'ngcpcfg build' run we don't have to re-load and merge those
configuration files again and again (since they won't modify
during a single run), instead just load+merge them *once* and
re-use the result on all the following execution steps in the
same run.
Original:
| # time ngcpcfg apply >/dev/null
| ngcpcfg apply > /dev/null 149.01s user 9.49s system 96% cpu 2:43.57 total
Reworked optimized runs:
| # time ngcpcfg apply >/dev/null
| ngcpcfg apply > /dev/null 81.25s user 8.62s system 95% cpu 1:34.17 total
For debugging purposes you can execute 'ngcpcfg build' under
NO_REUSE=1 to not use this feature, executing it under 'DEBUG=1'
won't remove the so called reuse file which stores the merged
configuration data.
Thanks: Alexander Lutay for the initial patch and idea
13 years ago
Michael Prokop
f2e9a5e8e6
MT#4295 Be more strict with option handling when passing file names to grep
13 years ago
Michael Prokop
cc0a0e5847
MT#4227 Move get_all_ifaces_for_host script to lib/
...
I suppose this was just misplaced by accident in:
| commit bf9515e9dc
| Author: Jon Bonilla <jbonilla@sipwise.com>
| Date: Fri Sep 27 11:45:06 2013 +0200
|
| Add helper script get_all_ifaces_for_host
Git-Dch: Ignore
13 years ago
Jon Bonilla
bf9515e9dc
Add helper script get_all_ifaces_for_host
...
Returns an array of all ifaces of a
particular host matching a type.
13 years ago
Michael Prokop
183c61c49b
Release new version 0.17.1
13 years ago
Michael Prokop
9b4ca0ee7e
Integrate check-for-mysql in ngcp-sync-constants
13 years ago
Michael Prokop
6421b1835e
Helper script to check for mysql service in service scripts
...
Addressing https://bugtracker.sipwise.com/view.php?id=3487
13 years ago
Michael Prokop
b1c15afa66
Release new version 0.17.0
13 years ago
Andreas Granig
f866e4f1ea
Add option to run as mysql root without pass.
...
This is needed for initial installation on sp2.
13 years ago
Andreas Granig
ec679a4952
Properly wrap-and-sort debian files.
13 years ago
Andreas Granig
55673a6101
Fix grep passwd in master.info, log err to stderr.
13 years ago
Andreas Granig
25c99fd7ca
Also set commit-retry, it's not in my.cnf anymore.
13 years ago
Andreas Granig
5853e814b4
Initialize and sync replication information.
...
This is needed for wheezy, as mysql-5.5 doesn't allow to set replication
information in my.cnf anymore.
13 years ago
Michael Prokop
928cd68cf2
Simplify default configuration code
13 years ago
Michael Prokop
c3e1cb68d4
support additional configuration yml files via configuration directory
...
Files in configuration directory EXTRA_CONFIG_DIR (being
/etc/ngcp-config/config.d/ by default) with the suffix yml (so
e.g. a file named pbx.yml can be shipped by an external Debian
package) are additionally taken into consideration as main
configuration files.
Those extra configuration file(s) have higher precedence than
the other yml configuration files (config.yml, network.yml,...),
*except* for constants.yml which has the power to override all
settings, including the ones from files inside EXTRA_CONFIG_DIR.
Closes: sipwise-#3059
13 years ago
Michael Prokop
3436c08361
Initial checkin
13 years ago