aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeLines
* sql: Bump schema to include multi-dhcpd-supportKristian Lyngstol2016-06-30-2/+3
|
* snmpfetcher: use IPv6 if available.Kristian Lyngstol2016-05-23-0/+1
| | | | Also fixes snmpd.conf config to expose it...
* Add a suicidal postgresql.confKristian Lyngstol2016-05-22-0/+617
| | | | | | | | My laptop was catching fire. If you enjoy keeping data around, then this is not a config you should deploy. If you are using this in a docker container that discards data on restart anyway, then it makes perfect sense.
* Remove comments from SQLKristian Lyngstol2016-05-18-69/+0
|
* Add SQL for backlog stuff too (ops)Kristian Lyngstol2016-05-18-0/+43
|
* Add config read-api and use it to detect public accessKristian Lyngstol2016-05-16-1/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently no way to modify the settings except by manual SQL, but it's coming. This allows us to have event-specific configuration in the database. This commit adds js that uses this to detect if the frontend is a public vhost or not. There are currently only three columns provided in addition to ID. publicvhost: The domain name of the publicly accessible version of Gondul. shortname: code name for the vent. e.g dx16, tg17, etc. data: jsonb to contain most other settings as we see fit. Most settings will be stored in 'data' if it's only or mainly used by the frontend. This will allow frontend developers to supply arbitrary configuration options without the need for API or database changes in the future. Fixes #51 References #54 Still need the GUI for it.
* Move stuff from /opt/nms to /opt/gondul etcKristian Lyngstol2016-05-13-8/+8
| | | | Still lots to do
* Move ansible stuff away from build/testKristian Lyngstol2016-05-12-110/+0
| | | | | | It's not just test... References #56
* Add tags to ansible to allow selective jobsKristian Lyngstol2016-05-12-0/+18
| | | | | | This is far better than a separate playbook. Closes #60
* Ansible: Start splitting test and "prod" logicKristian Lyngstol2016-05-11-76/+77
|
* Add test case for populating switchesKristian Lyngstol2016-05-10-0/+9
|
* Tweak SNMP fetch testerKristian Lyngstol2016-05-10-0/+25
|
* Add misc build/test filesKristian Lyngstol2016-05-10-0/+215
|
* Update README for development and fix typo in playbookKristian Lyngstol2016-04-14-1/+1
|
* Test: use volume and local connectionKristian Lyngstol2016-04-14-12/+9
| | | | Somewhat dirty pwd-hack
* Unit tests and README update to matchKristian Lyngstol2016-04-14-13/+50
|
* ping: Don't break with zero switchesKristian Lyngstol2016-04-13-1/+14
|
* test collectors (ping for now)Kristian Lyngstol2016-04-13-1/+1
|
* test: Simplify playbookKristian Lyngstol2016-04-13-64/+24
|
* test: Introduce/link varnishKristian Lyngstol2016-04-13-0/+35
|
* Working test! It's amazing!Kristian Lyngstol2016-04-13-1/+16
| | | | | | | | Never been so happy to see a single switch in the nms. Missing: Varnish and collectors and better deplist. Also: this is mainly _test_ stuff, not meant for development OR production.
* More work on adapting /opt and testsKristian Lyngstol2016-04-13-1/+1
|
* Build/test: Work on frontKristian Lyngstol2016-04-13-1/+55
|
* Add schema and start build and test-frameworkKristian Lyngstol2016-04-13-0/+734
DB is looking OK so far in the test.