Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sql: Bump schema to include multi-dhcpd-support | Kristian Lyngstol | 2016-06-30 | -2/+3 |
| | ||||
* | snmpfetcher: use IPv6 if available. | Kristian Lyngstol | 2016-05-23 | -0/+1 |
| | | | | Also fixes snmpd.conf config to expose it... | |||
* | Add a suicidal postgresql.conf | Kristian Lyngstol | 2016-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 SQL | Kristian Lyngstol | 2016-05-18 | -69/+0 |
| | ||||
* | Add SQL for backlog stuff too (ops) | Kristian Lyngstol | 2016-05-18 | -0/+43 |
| | ||||
* | Add config read-api and use it to detect public access | Kristian Lyngstol | 2016-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 etc | Kristian Lyngstol | 2016-05-13 | -8/+8 |
| | | | | Still lots to do | |||
* | Move ansible stuff away from build/test | Kristian Lyngstol | 2016-05-12 | -110/+0 |
| | | | | | | It's not just test... References #56 | |||
* | Add tags to ansible to allow selective jobs | Kristian Lyngstol | 2016-05-12 | -0/+18 |
| | | | | | | This is far better than a separate playbook. Closes #60 | |||
* | Ansible: Start splitting test and "prod" logic | Kristian Lyngstol | 2016-05-11 | -76/+77 |
| | ||||
* | Add test case for populating switches | Kristian Lyngstol | 2016-05-10 | -0/+9 |
| | ||||
* | Tweak SNMP fetch tester | Kristian Lyngstol | 2016-05-10 | -0/+25 |
| | ||||
* | Add misc build/test files | Kristian Lyngstol | 2016-05-10 | -0/+215 |
| | ||||
* | Update README for development and fix typo in playbook | Kristian Lyngstol | 2016-04-14 | -1/+1 |
| | ||||
* | Test: use volume and local connection | Kristian Lyngstol | 2016-04-14 | -12/+9 |
| | | | | Somewhat dirty pwd-hack | |||
* | Unit tests and README update to match | Kristian Lyngstol | 2016-04-14 | -13/+50 |
| | ||||
* | ping: Don't break with zero switches | Kristian Lyngstol | 2016-04-13 | -1/+14 |
| | ||||
* | test collectors (ping for now) | Kristian Lyngstol | 2016-04-13 | -1/+1 |
| | ||||
* | test: Simplify playbook | Kristian Lyngstol | 2016-04-13 | -64/+24 |
| | ||||
* | test: Introduce/link varnish | Kristian Lyngstol | 2016-04-13 | -0/+35 |
| | ||||
* | Working test! It's amazing! | Kristian Lyngstol | 2016-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 tests | Kristian Lyngstol | 2016-04-13 | -1/+1 |
| | ||||
* | Build/test: Work on front | Kristian Lyngstol | 2016-04-13 | -1/+55 |
| | ||||
* | Add schema and start build and test-framework | Kristian Lyngstol | 2016-04-13 | -0/+734 |
DB is looking OK so far in the test. |