I finally got the time to tackle Cloudstack on Centos 7.
Just in case anyone else wants to try it, here is a quick summary of how
did it following the installation guide with some extras
I used the latest CentOS 7 4.5 RC that is available in a yum repo
at http://packages.shapeblue.com/cloudstack/testing/centos7/4.5
This version fixed the Tomcat 6 vs 7 problem in the stock 4.5 release.
I added the repo and yum did the rest.
I added a cloudstack service to FirewallD
service Cloudstack
port protocol="tcp" port="32803"
port protocol="udp" port="662"
port protocol="tcp" port="662"
port protocol="udp" port="875"
port protocol="tcp" port="875"
port protocol="udp" port="892"
port protocol="tcp" port="892"
port protocol="udp" port="32769"
and then enabled cloudstack, nfs, rpc-bind, http, https, tftp to get
all the ports open
Enabling nfs was different from the installation and took a quick google
to a Stackoverflow article that described the change in name.
systemctl enable nfs-lock.service
systemctl enable nfs.target
Enabling the other services did not pose any problems.
The rest of the process went smoothly and I seem to have a working console.
I have to start adding the hosts and creating some VMs and Docker
containers with some apps to see if I really have it under control.
Ron
On 09/01/2015 10:05 PM, Abraham Hoffman wrote:
>
> Hey Ron,
>
> I can help with some direction on CemtOS7 if you need it. Im a cloud
> engineer @ PayPal, but also a Cloudstack supporter. Just got CentOS7
> and Cloudstack 4.6 up and functional two days ago. Let me know if I
> can help.
>
> Thanks,
>
> Abe
>
> On Jan 9, 2015 7:05 PM, "Adrian Lewis" <adrian@alsiconsulting.co.uk
> <mailto:adrian@alsiconsulting.co.uk>> wrote:
>
> 4.5 AFAIK. Hugo's done the work for el7. If it's trivial, that
> would be a
> nice backport for 4.3/4.4 but not sure it could really be
> considered as a
> bugfix so pretty sure we'll have to wait for 4.5.
>
> -----Original Message-----
> From: Ron Wheeler [mailto:rwheeler@artifact-software.com
> <mailto:rwheeler@artifact-software.com>]
> Sent: 09 January 2015 14:12
> To: users@cloudstack.apache.org <mailto:users@cloudstack.apache.org>
> Subject: Centos 7 support
>
> CentOS 7 has been the current release since July 2014. RHEL 7.0
> since June
> 2014 When they it be supported and the Cloudstack administration
> host OS.?
>
> Ron
>
On 09/01/2015 9:02 PM, Adrian Lewis wrote:
> 4.5 AFAIK. Hugo's done the work for el7. If it's trivial, that would be a
> nice backport for 4.3/4.4 but not sure it could really be considered as a
> bugfix so pretty sure we'll have to wait for 4.5.
>
> -----Original Message-----
> From: Ron Wheeler [mailto:rwheeler@artifact-software.com]
> Sent: 09 January 2015 14:12
> To: users@cloudstack.apache.org
> Subject: Centos 7 support
>
> CentOS 7 has been the current release since July 2014. RHEL 7.0 since June
> 2014 When they it be supported and the Cloudstack administration host OS.?
>
> Ron
>
> --
> Ron Wheeler
> President
> Artifact Software Inc
> email: rwheeler@artifact-software.com
> skype: ronaldmwheeler
> phone: 866-970-2435, ext 102
>
--
Ron Wheeler
President
Artifact Software Inc
email: rwheeler@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102
|