Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PowerDNS/pdns-fig
https://github.com/PowerDNS/pdns-fig
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/PowerDNS/pdns-fig
- Owner: PowerDNS
- Created: 2014-09-19T12:59:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-13T06:54:54.000Z (about 10 years ago)
- Last Synced: 2024-08-02T12:50:56.826Z (3 months ago)
- Language: Shell
- Size: 145 KB
- Stars: 2
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - PowerDNS/pdns-fig - (others)
README
pdns-fig
========WIP.
Use `fig build`, then `fig run pdns bash`. If you then build pdns,
this works:```
pdns/regression-tests# GMYSQLHOST=$MYSQL_1_PORT_3306_TCP_ADDR GMYSQLPASSWD=$MYSQL_1_ENV_MYSQL_ROOT_PASSWORD ./start-test-stop 5300 gmysql
```A couple of tests fail due to missing software.
TODO:
-----* don't run as root
* add more linked containers (postgres)
* install more tools (including stuff that right now is not packaged)
* set up networking for recursor testing
* switch to Ansible before the Dockerfile hits 15 lines
* set GMYSQLHOST and similar vars so start-test-stop works without a lot of typing
* include a configure script for 'the works'