Engine for deploying identical nodes in lxc containers

Registered by Sergey Skripnick

Deploy using any engine into LXC container, and make N clones.

Sample configuraion:

            {
                "name": "LxcEngine",
                "distribution": "ubuntu",
                "start_ip_address": "10.2.17.1/16",
                "nodes_per_server": 8,
                "container_config": {
                    "gateway": "10.2.0.1",
                    "nameserver": "10.2.0.2"
                },
                "engine": {
                    "name": "DevstackEngine",
                    "localrc": {
                        "ENABLED_SERVICES": "n-cpu",
                        "VIRT_DRIVER": "fake"
                    }
                },
                "provider": {
                    "name": "DummyProvider",
                    "credentials": ["root@10.2.250.157"]
                }

Blueprint information

Status:
Complete
Approver:
Boris Pavlovic
Priority:
High
Drafter:
Sergey Skripnick
Direction:
Approved
Assignee:
Sergey Skripnick
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Sergey Skripnick
Completed by
Boris Pavlovic

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/multihost-deploy,n,z

Addressed by: https://review.openstack.org/56221
    Add btrfs support to LxcContainer

Gerrit topic: https://review.openstack.org/#q,topic:bp/lxc-engine,n,z

Addressed by: https://review.openstack.org/55534
    LxcProvider refactoring

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.