-
Notifications
You must be signed in to change notification settings - Fork 213
CloudLinux support #262
Comments
This should be doable by adding the following to https://github.com/matschaffer/knife-solo/blob/master/lib/knife-solo/bootstraps/linux.rb#L63 when %r{CloudLinux}
{:type => "yum_omnibus"} But I usually like to get it under testing to make sure we don't break support in the future. Do you know of an EC2 AMI in us-east for CloudLinux? |
@alexzorin Could you please also paste the output of: lsb_release -d s
cat /etc/redhat-release /etc/issue is currently only inspected after those commands. |
Oh, right. Thanks @tmatilai |
@tmatilai
@matschaffer CloudLinux isn't free, I've just always started on CentOS 5/6 and "converted" to CloudLinux. It comes with a trial which I believe should suffice for testing purposes. There is this 'official' AMI which is a basic RHEL 6/CloudLinux distro, but it is missing from us-east for some reason. I booted up that AMI in another region and:
|
@alexzorin Thanks for all the information! As both The lack of integration test is unfortunate, but not sure if I want to start playing with the trials... |
CloudLinux (http://cloudlinux.com/) is popularly used in sharing hosting environments, is (I believe) firmly within the RHEL family and should work with the existing bootstrapper.
At the moment it won't proceed because it hides the fact it is RHEL from
/etc/issue
and others:(which is just
RHEL 5.9
)The text was updated successfully, but these errors were encountered: