installing docker on openstack with ubuntu
Hi, I am running openstack with master branch on ubuntu 14.04 And I am trying to install docker with openstack and i am following these links ,
https://wiki.openstack.org/wiki/Docker
http://blog.scottlowe.org/2014/08/22/a-heat-template-for-docker-containers/ (http://blog.scottlowe.org/2014/08/22/...)
As per the wiki link if i do the changes in /etc/nova/nova.conf and then do stack.sh then the changes will be overwritten.
Also if i add VIRT_DRIVER=docker
in localrc then n-cpu process does not come up.Can any one guide me to set this up on ubuntu
Following is my localrc file
FIXED_NETWORK_SIZE=256
FLAT_INTERFACE=eth0
ADMIN_PASSWORD=123456
MYSQL_PASSWORD=123456
RABBIT_PASSWORD=123456
SERVICE_PASSWORD=123456
CEILOMETER_BACKEND=mongo
#ENABLED_SERVICES+=,n-api,n-crt,n-obj,n-cpu,n-cond,n-sch
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api
enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator
#enable_service heat h-api h-api-cfn h-api-cw h-eng
CEILOMETER_NOTIFICATION_TOPICS=notifications,profiler
SERVICE_TOKEN=123456
OFFLINE=True
#VIRT_DRIVER=docker
I saw https://wiki.openstack.org/wiki/Docker . But I never work with Ubuntu. I can provide two working and tested procedures on RH's F21 && CentOS 7 systems
http://www.linux.com/community/blogs/...
"Installing nova-docker in N easy steps on F21 by Larsks"
http://blog.oddbit.com/2015/02/06/ins...
Set up Two Node RDO Juno ML2&OVS&VXLAN Cluster runnig Docker Hypervisor on Controller and KVM on Compute (CentOS 7, Fedora 21)
http://bderzhavets.blogspot.com/2015/...