You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "chris snow (JIRA)" <ji...@apache.org> on 2014/08/25 11:28:58 UTC

[jira] [Comment Edited] (STRATOS-736) create an updateable dns docker image

    [ https://issues.apache.org/jira/browse/STRATOS-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108802#comment-14108802 ] 

chris snow edited comment on STRATOS-736 at 8/25/14 9:28 AM:
-------------------------------------------------------------

Initial bind image is [here|https://github.com/snowch/stratos/tree/puppet-docker/tools/stratos-docker-images/bind]


was (Author: snowch):
Initial bind image is [here|https://github.com/snowch/stratos/tree/puppet-docker/tools/stratos-docker-images/bind]

TODO:

- create in-addr.arpa file
- add instructions for nsupdate (requires in-addr.arpa records), e.g

{code}
vagrant@vagrant:~$ nsupdate
server 127.0.0.1
zone example.com
prereq nxdomain example.com.
update add puppetmaster.example.com. 10  A 192.168.56.10
send
{code}


> create an updateable dns docker image
> -------------------------------------
>
>                 Key: STRATOS-736
>                 URL: https://issues.apache.org/jira/browse/STRATOS-736
>             Project: Stratos
>          Issue Type: Sub-task
>            Reporter: chris snow
>             Fix For: 4.2.0
>
>
> It would be useful for users that are experimenting with stratos in docker to have a docker image that contains a dns implementation that has an api for managing dns entries.
> The following project looks interesting, but is not dockerized: https://github.com/globocom/GloboDNS



--
This message was sent by Atlassian JIRA
(v6.2#6252)