[Rdo-list] Set up the most recent Nova Docker Driver via Devstack on Fedora 21

Kaul, Yaniv Yaniv.Kaul at emc.com
Thu Mar 26 07:18:49 UTC 2015


I always need to add:
firewall-cmd --add-service http
Y.

From: rdo-list-bounces at redhat.com [mailto:rdo-list-bounces at redhat.com] On Behalf Of Boris Derzhavets
Sent: Wednesday, March 25, 2015 8:08 PM
To: Lars Kellogg-Stedman
Cc: rdo-list at redhat.com
Subject: Re: [Rdo-list] Set up the most recent Nova Docker Driver via Devstack on Fedora 21

Per Daniel P. Berange  to use Horizon

   # yum -y install nodejs

   # systemctl restart httpd.service
________________________________________________________________________________________________________________________
From: bderzhavets at hotmail.com<mailto:bderzhavets at hotmail.com>
To: lars at redhat.com<mailto:lars at redhat.com>
Date: Mon, 23 Mar 2015 04:42:05 -0400
CC: rdo-list at redhat.com<mailto:rdo-list at redhat.com>
Subject: [Rdo-list] Set up the most recent Nova Docker Driver via Devstack on Fedora 21
 yum -y install git docker-io fedora-repos-rawhide
 yum --enablerepo=rawhide install python-six  python-pip python-pbr systemd
 yum - y install gcc python-devel  ( required for driver build )

 $ git clone http://github.com/stackforge/nova-docker.git
 $ cd nova-docker
 $ sudo pip install .

 To raise to 1.9 version of  python-six dropped to 1.2 during driver's build

 yum --enablerepo=rawhide reinstall python-six

 Run devstack with Lars's local.conf
 per  http://blog.oddbit.com/2015/02/11/installing-novadocker-with-devstack/


 service iptables save - refuse to work

 Just disabling firewalld

 systemctl stop firewalld
 systemtcl disable firewalld

$ cd dev*
$ . openrc demo

$ neutron security-group-rule-create --protocol icmp \
  --direction ingress --remote-ip-prefix 0.0.0.0/0 default

$ neutron security-group-rule-create --protocol tcp \
  --port-range-min 22 --port-range-max 22 \
  --direction ingress --remote-ip-prefix 0.0.0.0/0 default

$ neutron security-group-rule-create --protocol tcp \
  --port-range-min 80 --port-range-max 80 \
  --direction ingress --remote-ip-prefix 0.0.0.0/0 default


# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

Horizon is unavailable , regardless installed

Snapshots here http://bderzhavets.blogspot.com/2015/03/testing-most-recent-nova-docker-driver.html<http://bderzhavets.blogspot.ru/2015/03/testing-most-recent-nova-docker-driver.html>

Boris.



_______________________________________________ Rdo-list mailing list Rdo-list at redhat.com<mailto:Rdo-list at redhat.com> https://www.redhat.com/mailman/listinfo/rdo-list To unsubscribe: rdo-list-unsubscribe at redhat.com<mailto:rdo-list-unsubscribe at redhat.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/dev/attachments/20150326/d92e7678/attachment.html>


More information about the dev mailing list