The commands for a GA install of RightLink in Red Hat Enterprise Linux and CentOS are included below.
For RedHat-based systems, we publish and maintain a yum repository. The repository follows an EPEL-like layout and supports multiple distributions and releases.
Notes:
First, import RightScale public key:
# Pre-import the rightscale public key rpm --import http://mirror.rightscale.com/rightlink/rightscale.pub # Create a yum source: cat > /etc/yum.repos.d/RightLink-staging.repo <<EOF [rightlink] name=RightLink baseurl=http://mirror.rightscale.com/rightlink/yum/1/el/6/x86_64 gpgcheck=1 gpgkey=http://mirror.rightscale.com/rightlink/rightscale.pub [rightlink-SRPMS] name=RightLink Source RPMS baseurl=http://mirror.rightscale.com/rightlink/yum/1/el/6/SRPMS gpgcheck=1 gpgkey=http://mirror.rightscale.com/rightlink/rightscale.pub EOF
Next, install RightLink cloud support package for the cloud type your instance is running on.
RightLink 6 Supports the following cloud types:
Cloud Type | Nickname | Support package |
---|---|---|
Microsoft Azure | azure | rightlink6-cloud-azure |
Citrix CloudStack/CloudPlatform | cloudstack | rightlink6-cloud-cloudstack |
Amazon EC2 | ec2 | rightlink6-cloud-ec2 |
Google Compute Engine | gce | rightlink6-cloud-gce |
OpenStack | openstack | rightlink6-cloud-openstack |
RackSpace (OpenCloud) | rackspace | rightlink6-cloud-rackspace |
SoftLayer | softlayer | rightlink6-cloud-softlayer |
vSphere Cloud Appliance (VMware) | vsphere | rightlink6-cloud-vsphere |
RightLink packages are grouped into major versions, such as rightlink6-cloud-ec2/rightlink6-sandbox/rightlink6 and rightlink5-cloud-ec2/rightlink5-sandbox/rightlink5. It is recommended to use the latest major version. Only the oldest point release for each major version is available at any time off the mirrors. Upgrading between major versions is not supported. RightLink 5 packages are named similarly to RightLink 6 packages, except for google being renamed to gce, and the addition of vsphere.
Example for Amazon EC2:
yum install -y rightlink6-cloud-ec2
You can now bundle your image and boot RightScale servers with it.
© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.