Openstack RDO Juno
A new version of Openstack RDO named Juno is supposed to be out today but I see no big announcement.
I googled and found this article dated 10/5 about installing Juno.
http://cloudssky.com/en/blog/ RDO-OpenStack-Juno-ML2-VXLAN- 2-Node-Deployment-On-CentOS-7- With-Packstack/
It's recent enough, so I decided to try installing just following it.
I used CentOS 7 as the article suggested. I created a VM under VMWare Workstation 10 and gave it 12GB RAM and 100GB HD.
I ran the following:
$ yum -y update
$ yum install https://repos.fedorapeople.org/repos/openstack/openstack-juno/rdo-release-juno-1.noarch.rpm
$ vi /etc/sysconfig/selinux
changed SELINUX=enforcing
to SELINUX=permissive
and installed packstack:
$ yum install -y openstack-packstack
followed by the following command to install the RDO AIO dist:
$ packstack --allinone
I have had nothing but errors installing Icehouse recently, so I was not sure if it would successfully install.
After about 20 minutes, the whole thing finished installing without a single error.
I logged into Dashboard and voila, the whole thing was running beautifully.
I will try it with other configuration to see if it works.
If this is stable enough, I would use Juno as our production system rather than Icehouse.
I have an ongoing project of implementing OpenStack for our head office.
My goal is to create OpenStack environment with HA.
So far, my idea for the environment is the following:
2 VMWare ESXi 5.5 Free hosts on HP Proliant hosting 2 MySQL active/passive HA with DRBD, corosync and pacemaker, 2 controller nodes and 2 network nodes.
2 HP Proliant servers for compute nodes.
2 HP Proliant servers as storage nodes running Gluster FS.
I was able to do multinode installation (MySQL, Controller, Network and Compute nodes) by editing answer file.
As of 11/4, there is an announcement of general availability of Juno.
https://openstack.redhat.com/forum/categories/blog
I googled and found this article dated 10/5 about installing Juno.
http://cloudssky.com/en/blog/
It's recent enough, so I decided to try installing just following it.
I used CentOS 7 as the article suggested. I created a VM under VMWare Workstation 10 and gave it 12GB RAM and 100GB HD.
I ran the following:
$ yum -y update
$ yum install https://repos.fedorapeople.org/repos/openstack/openstack-juno/rdo-release-juno-1.noarch.rpm
$ vi /etc/sysconfig/selinux
changed SELINUX=enforcing
to SELINUX=permissive
and installed packstack:
$ yum install -y openstack-packstack
followed by the following command to install the RDO AIO dist:
$ packstack --allinone
I have had nothing but errors installing Icehouse recently, so I was not sure if it would successfully install.
After about 20 minutes, the whole thing finished installing without a single error.
I logged into Dashboard and voila, the whole thing was running beautifully.
I will try it with other configuration to see if it works.
If this is stable enough, I would use Juno as our production system rather than Icehouse.
I have an ongoing project of implementing OpenStack for our head office.
My goal is to create OpenStack environment with HA.
So far, my idea for the environment is the following:
2 VMWare ESXi 5.5 Free hosts on HP Proliant hosting 2 MySQL active/passive HA with DRBD, corosync and pacemaker, 2 controller nodes and 2 network nodes.
2 HP Proliant servers for compute nodes.
2 HP Proliant servers as storage nodes running Gluster FS.
I was able to do multinode installation (MySQL, Controller, Network and Compute nodes) by editing answer file.
As of 11/4, there is an announcement of general availability of Juno.
https://openstack.redhat.com/forum/categories/blog
Comments