Comment 3 for bug 1322573

Revision history for this message
Dima Shulyak (dshulyak) wrote : Re: Sometimes nodes stays offline after stop deployment

nailgun sends message with ip from static pool - 10.108.10.3:

{
    "args": {
        "engine": {
            "url": "http://10.108.10.2:80/cobbler_api",
            "username": "cobbler",
            "password": "cobbler",
            "master_ip": "10.108.10.2"
        },
        "task_uuid": "a8be0271-936c-4c40-bf39-6fd7097f44ec",
        "stop_task_uuid": "f76909ad-8f32-436c-8461-ed3104960ed2",
        "nodes": [
            {
                "admin_ip": "10.108.10.3",
                "uid": "1",
                "roles": [
                    "controller"
                ],
                "slave_name": "node-1"
            }
        ]
    },
    "respond_to": "stop_deployment_resp",
    "method": "stop_deploy_task",
    "api_version": "1.0"
}

but in fact node assigned with ip from dhcp pool, which in this case is 10.108.10.217