Aucune description

Guillermo Espinoza 4052344fa9 Update .gitlab-ci.yml. fix git remote add gogs il y a 6 ans
.gitlab 9301b9c0da Directory .gitlab added il y a 6 ans
1.4.0 c42fd3d7d2 FD3-800 10 s sleep added to inotify.sh il y a 6 ans
conf b6a00260f6 Dockers separados para la v1.4.0 il y a 7 ans
hooks 68feb07fb0 FD3-790 kea cm hook and .gitignore updated il y a 6 ans
keys 9431596068 GitLab CI il y a 6 ans
supervisord d3cc5a8472 Se agrega inotify para chequear los cambios en la config il y a 7 ans
.drone.yml 83b4c4c9bf fix drone il y a 7 ans
.gitignore 68feb07fb0 FD3-790 kea cm hook and .gitignore updated il y a 6 ans
.gitlab-ci.yml 4052344fa9 Update .gitlab-ci.yml. fix git remote add gogs il y a 6 ans
README.md 99c06fcaec README.md edited online with Bitbucket il y a 6 ans

README.md

KEA DOCKER

Para generar los container de kea oss editar el archivo docker-compose.yml y luego ejecutar docker-compose up -d kea-oss

docker-compose.yml:

v1.4.0

kea-oss:
    image: docker.infra.flowdat.com/fd3/kea-oss-1.4.0:latest    
    build:
        context: kea/1.4.0/kea-oss
    environment:
        MYSQL_ROOT_PASSWORD: 235r2342gtfsw
        MYSQL_USER: root
    ports:
        - "8080:8080"
        - "67:67/udp"
        - "68:68/udp"
    volumes:
        - ./kea/conf/kea-ctrl-agent.conf:/usr/local/etc/kea/kea-ctrl-agent.conf
        - ./kea/conf/kea-dhcp4.conf:/usr/local/etc/kea/kea-dhcp4.conf
        - ./kea/supervisord:/etc/supervisord