This document is compatible with infinity lineage assets. For more information, see ServerTemplate Lineage and Methodology.
Table of Contents
Reminder: archived release notes available here.
Release Date: December 17, 2012
Release Time: Close of business (Pacific Standard Time)
Release Highlights:
Contact Information:
docrequests@rightscale.com - Report any perceived errors, omissions, or suggestions to improve this document.
Terminology:
- Disclaimer -
The following new ServerTemplates have been added to the RightScale MultiCloud Marketplace. Be sure to read the documentation, follow best practice principles, and thoroughly test any new functionality before making any changes to your production deployment.
NOTE: This release is part of the infinity lineage.
Ruby has been upgraded to 1.9.3 for RightImages (except the Apache-Rails-Passenger App Server (v13.2) ServerTemplate) which uses an older version of Rails that requires Ruby 1.8.7).
NOTE: to downgrade Ruby, see How do I downgrade Ruby to 1.8.7 on RightImages 13.2 and newer?
Due to the deprecation of Lumberjack servers, customers need a way to configure remote logging on their instances. Remote logs can be sent to an in-house log server, third party logging service, or a basic syslog server launched in their account. The logging_rsyslog cookbook and the Logging with rsyslog ServerTemplate provide the logging functionality needed for this purpose.
Although Chef ignores unused inputs, it has been difficult to determine which attributes were actually used because the RightScale Dashboard or third party UI displayed all of the attributes for a Chef node but did not designate which were used and which were ignored. With this release, the number of attributes exposed to a UI are limited based on client or server roles. For Client, use the db::default recipe to display the attributes (inputs) for the node. For Server, use the db::install_server recipe to display these attributes.
Adding support for Postgres in the v12 ServerTemplates also introduced the concept of a db_adapter input in the application server cookbooks that determines which DB the applications connect to. The database-specific code has been moved out of the application cookbooks and into the database cookbooks and the application servers have now been de-coupled from the database adapter install.
To help navigate cookbooks, more comments were added in the LWRPs.
For example, a database resource might look like:
# This lightweight resource only defines the interface for db providers. This file # defines the actions and attributes that make up the db interface (or abstraction). # Please see the action details found in the lightweight providers of other implementing # cookbooks, such as, db_mysql/providers/default.rb and db_prostgres/providers/default.rb
(4928)
In previous releases, volumes could have duplicate nicknames because the default value was simply the input name. This resulted in all servers having the same nickname for their volumes. Starting with this release, the RightScale instance UUID will be added to the default nickname, ensuring that each volume has a unique name.
For the HAProxy Load Balancer ServerTemplate, the algorithm and the server and client timeouts are now configurable.
The setting for how many days of bin-logs to keep was previously not customizable. A new input in db_mysql titled MySQL Expire Logs Days allows users to set the value without having to do a cookbook override. (4911)
OpenStack support is now available with the KVM hypervisor for all v13.2 ServerTemplates.
OpenStack Swift is now supported for Keystone v2 authentication with OpenStack Folsom. The format for the user credentials for OpenStack Swift is <tenant-id>:<user-name>.
The web_apache::do_enable_maintenance_mode and web_apache::do_disable_maintenance_mode recipes are now placed into the Load Balancer, LAMP and App ServerTemplate's operational scripts. Running web_apache::do_enable_maintenance unpacks a maintenance.html page to /home/webapp/system/ and the rewrite rules across all the configuration files have been updated to put Apache into maintenance mode once this html file is found. Running web_apache::do_disable_maintenance_mode removes the html file and returns Apache back to the usual mode. (5022)
A new collectd plugin was added to the memchached cookbook. Now, if monitoring the listen_disabled stat in memcached, it tracks the number of times memcached has run out of connections. This is useful for debugging. when this condition hits, it most likely means the sys admin needs to increase the max number of concurrent connections in memcached. (4924)
The Database Manager for MySQL 5.1 and Database Manager for MySQL 5.5 ServerTemplates now support Rackspace Open Cloud.
A new advanced input has been added called expire_logs_days that allows you to set the number of days to keep bin-logs without having to perform a cookbook override. The default value will be 2 days.
A file that contains generic database backup information for debugging and troubleshooting database issues has been added.
The file takes the following output:
And saves it to:
/mnt/storage/db_sys_info.log
CentOS 6.3 is supported on AWS, Google and CloudStack in the following ServerTemplates:
Support for AWS Sydney is available in v13.2 Windows ServerTemplates.
Windows Server 2012 support for the Base ServerTemplate for Windows and Microsoft IIS App Server ServerTemplates is available on Windows Azure.
The ROS library was updated to support Rackspace UK cloud storage. The REMOTE_STORAGE_PROVIDER and REMOTE_STORAGE_PROVIDER_APP inputs that use the ROS library on SQL and IIS ServerTemplates were updated with the new Rackspace Cloud Files UK record. (5008)
The ROS library was updated to support the OBJECT_STORAGE_SERVICENET input for Rackspace storage. By default, this input is set to “Enabled." If the server instance is using Rackspace cloud, then “Service Network” would be used. In other cases the input would be skipped.(5009)
The .NET Framework 4.5 has been added to IIS RightImages. (5204)
SQL Server 2012 client components has been added to all IIS RightImages.
IOPS support is available in the Database manager for Microsoft SQL and Microsoft Active Directory v13.2 ServerTemplates via the VOLUME_IO_OPERATIONS_PER_SECOND input.
The following ServerTemplates and MultiCloud Images can be found in the RightScale MultiCloud Marketplace. Navigate there from either:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
This is a Beta ServerTemplate since it has only recently been released and has not yet had heavy usage. Please provide feedback at our feedback forums or file support tickets at support@rightscale.com.
There is no LTS version of the ServerTemplate yet.
This ServerTemplate can be used as a central logging destination for servers in your deployment. It can replace the RightScale-based lumberjack solution and could be used to integrate with other 3rd party logging providers.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/17145
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Key Info:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
This is a Beta ServerTemplate since it has only recently been released and has not yet had heavy usage. Please provide feedback at our feedback forums or file support tickets at support@rightscale.com.
There is no LTS version of the ServerTemplate yet.
This ServerTemplate installs Memcached, which can be used as a caching layer to improve the performance of your cloud-based multi-tier application.
Application versions:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/17146
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
This is a Beta ServerTemplate since it has only recently been released and has not yet had heavy usage. Please provide feedback at our feedback forums or file support tickets at support@rightscale.com.
There is no LTS version of the ServerTemplate yet.
This ServerTemplate configures a Django application server for Apache using mod_wsgi. It is designed to work in a hybrid cloud setting, and with a CLB, ELB, or Load Balancer ServerTemplate and Database ServerTemplate as part of a three-tier web architecture. It also includes iptables management for clouds that do not have firewall services.
Key Features:
MultiCloud Marketplace Link:
Related ServerTemplates: http://www.rightscale.com/library/se.../lineage/17143
Load Balancer with HAProxy
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
This is a Beta ServerTemplate since it has only recently been released and has not yet had heavy usage. Please provide feedback at our feedback forums or file support tickets at support@rightscale.com.
There is no LTS version of the ServerTemplate yet.
Configures a PostgreSQL 9.1 database server. This ServerTemplate provides a high-availability master/slave database configuration that can be used as the backbone for a variety of applications and workloads.
The ServerTemplate supports multiple clouds, using either instance-based storage or attachable volumes. Instance-based snapshot backups are automatically uploaded to your choice of remote object storage (Amazon S3 or Rackspace Cloud Files). It also includes iptables management for clouds that do not have firewall services.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/17144
Related ServerTemplates:
Load Balancer with HAProxy
PHP App Server
Apache-Rails-Passenger App Server
Tomcat App Server
Application versions:
Supported compute clouds:
Supported backup clouds:
Supported primary backup methods:
Supported MultiCloud Images:
Key Info
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate contains several useful recipes to set up and back up storage within a variety of contexts. It is used within other ServerTemplates to support runbook operations like backup and restore of databases.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...-/lineage/7843
Related ServerTemplates:
Database Manager for MySQL 5.5
Database Manager for MySQL 5.1
Supported compute clouds:
Supported backup clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
Configures a MySQL 5.5 database server. This ServerTemplate provides a high-availability master/slave database configuration that can be used as the backbone for a variety of applications and workloads.
The ServerTemplate supports multiple clouds, using either instance-based storage or attachable volumes. Instance-based snapshot backups are automatically uploaded to your choice of remote object storage (Amazon S3, Rackspace Cloud Files, or SoftLayer Object Storage). It also includes iptables management for clouds that do not have firewall services.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/13699
Related ServerTemplates:
Load Balancer with HAProxy
PHP App Server
Apache-Rails-Passenger App Server
Tomcat App Server
Application versions:
Supported compute clouds:
Supported backup clouds:
Supported primary backup methods:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
Configures a MySQL 5.1 database server. This ServerTemplate provides a high-availability master/slave database configuration that can be used as the backbone for a variety of applications and workloads.
The ServerTemplate supports multiple clouds, using either instance-based storage or attachable volumes. Instance-based snapshot backups are automatically uploaded to your choice of remote object storage (Amazon S3, Rackspace Cloud Files, or SoftLayer Object Storage). It also includes iptables management for clouds that do not have firewall services.
For the latest version of MySQL, see Database Manager for MySQL 5.5
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...1/lineage/8480
Related ServerTemplates:
Load Balancer with HAProxy
PHP App Server
Apache-Rails-Passenger App Server
Tomcat App Server
Application versions:
Supported compute clouds:
Supported backup clouds:
Supported primary backup methods:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate configures a Rails application server with the Apache HTTP Server running Phusion Passenger. It is designed to work in a hybrid cloud setting, and with a CLB, ELB, or Load Balancer ServerTemplate and Database ServerTemplate as part of a three-tier web architecture. It also includes iptables management for clouds that do not have firewall services.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/12756
Related ServerTemplates:
Load Balancer
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate configures a combined Tomcat 6 and Apache application server, which uses the mod_jk connector plug-in. It creates an HTTP virtual host (vhost) and forwards requests to the specified application port to serve your web application.
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...-/lineage/9785
Related ServerTemplates:
Tomcat 7 App Server
Load Balancer
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
This is a Beta ServerTemplate since it has only recently been released and has not yet had heavy usage. Please provide feedback at our feedback forums or file support tickets with support@rightscale.com.
There is no LTS version of the ServerTemplate yet.
This ServerTemplate configures a combined Tomcat 7 and Apache application server, which uses the mod_jk connector plug-in. It creates an HTTP virtual host (vhost) and forwards requests to the specified application port to serve your web application.
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/17142
Related ServerTemplates:
Tomcat 6 App Server
Load Balancer
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate configures a PHP application server with Apache. It is designed to work in a hybrid cloud setting, and with a CLB, ELB, or Load Balancer ServerTemplate and Database ServerTemplate as part of a three-tier web architecture. It also includes iptables management for clouds that do not have firewall services.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...-/lineage/2288
Related ServerTemplates:
Load Balancer with HAProxy
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate configures an HAProxy load balancer and Apache server. It is designed to work in a hybrid cloud setting with application server and database ServerTemplates as part of a three-tier web architecture. It also includes iptables management for clouds that do not have firewall services.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...3/lineage/9103
Related ServerTemplates:
PHP App Server
Apache-Rails-Passenger App Server
Tomcat App Server
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
Key Info:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
Launches a complete LAMP (Linux, Apache, MySQL, PHP) stack on a single server in any of the supported cloud infrastructures. It includes default values for all required inputs so you can launch a server in less than 15 minutes. This ServerTemplate is designed for demonstration purposes only and is not recommended for production use.
If you want to launch a LAMP stack with your own application code and database, please see: LAMP All-In-One with MySQL 5.5
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/14092
Related ServerTemplates:
PHP App Server
Database Manager for MySQL 5.5
Application versions
Supported compute clouds:
Supported backup clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
Basic all-in-one LAMP (Linux, Apache, MySQL, PHP) ServerTemplate designed to work in a hybrid cloud setting. This ServerTemplate takes regular backups of the MySQL 5.5 database and saves them to public cloud storage. Suitable for single-server test, development, and production (non-redundant) purposes.
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/14093
Related ServerTemplates:
Database Manager for MySQL 5.5
Application versions:
Supported compute clouds:
Supported backup clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
Basic all-in-one LAMP (Linux, Apache, MySQL, PHP) server designed to work in a hybrid cloud setting. This server takes regular backups of the MySQL 5.1 database and saves them to public cloud storage. Suitable for single-server test, development, and production (non-redundant) purposes.
For the latest version of MySQL, see: LAMP All-In-One with MySQL 5.5
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...1/lineage/8161
Related ServerTemplates:
Database Manager for MySQL 5.1
Application versions:
Supported compute clouds:
Supported backup clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate is a starting point for custom ServerTemplate development in Linux.
This ServerTemplate uses Chef; for a RightScript based ServerTemplate, see: Base ServerTemplate for Linux (RSB)
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...-/lineage/8160
Supported compute clouds:
Supported MultiCloud Images:
Note: There is a maintenance release for this infinity ServerTemplate. See the latest revision here.
For the latest LTS version, see the 12-LTS Release
This ServerTemplate is a starting point for custom ServerTemplate development.
This ServerTemplate uses RightScript technology; for a Chef-based version of this ServerTemplate, see: Base ServerTemplate for Linux
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...-/lineage/7310
Supported compute clouds:
Supported MultiCloud Images:
For the latest LTS version, see the 12-LTS Release
This ServerTemplate configures a Microsoft SQL Server stand-alone database server or pair of servers in a high-availability (HA) configuration (synchronous mirroring). The template supports graceful (no data loss) and forceful (possible data loss) manual failover, with the latter to be used for disaster-recovery situations. Also included are built-in monitoring and alerts on CPU, memory, and disk.
Key Features:
MultiCloud Marketplace: http://www.rightscale.com/library/se.../lineage/10529
Related ServerTemplates:
Microsoft Active Directory
Microsoft IIS App Server
Application versions:
Supported compute clouds:
Supported backup clouds:
Supported MultiCloud Images:
For the latest LTS version, see the 12-LTS Release
This ServerTemplate configures an IIS (Internet Information Services) web application server. It is designed to work in a hybrid cloud setting, and with a CLB, ELB, or Load Balancer ServerTemplate and Database ServerTemplate as part of a three-tier web architecture.
Key Features:
MultiCloud Marketplace: http://www.rightscale.com/library/se.../lineage/10506
Related ServerTemplates:
Load Balancer with HAProxy
Database Manager for Microsoft SQL Server
Application versions:
Supported compute clouds:
Supported MultiCloud Images:
For the latest LTS version, see the 12-LTS Release
This ServerTemplate is a starting point for custom ServerTemplate development in Windows.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se...w/lineage/7210
Supported compute clouds:
Supported MultiCloud Images:
This ServerTemplate is on the Infinity Lineage. For the latest LTS version, see the 12-LTS Release
Configures a Microsoft Active Directory server or additional Directory Controllers leveraging Microsoft best practices.
Key Features:
MultiCloud Marketplace Link: http://www.rightscale.com/library/se.../lineage/10830
Supported compute clouds:
Supported backup clouds:
Supported MultiCloud Images:
HAProxy officially removed from the EPEL repo under EL6 by RedHat on 2.21.13. The "Load Balancer with HAProxy" ServerTemplate will strand using RHEL 6 since the haproxy package is no longer available.
The following bugs occurred in Windows-based ServerTemplates and were solved in this v13.2 release.
The default listening port was previously set to 8000 but the ability to change it via input was needed for IIS. The default listening port can now be changed using an input at the ServerTemplate level. The default remains 8000. (5029)
The DB-SQLS Create login operational script caused confusion in the Microsoft IIS App Server ServerTemplate. This script has been removed from the operational scripts for this ServerTemplate. (5031)
Because RightScale re-bundles Windows images provided by our cloud partners, SQL images have not always had the most current service packs applied. The Windows image builder has been enhanced to apply the most currently available SQL service pack during RightImage generation. (5098)
The DNS Register IP script has been removed from the IIS ServerTemplate to avoid confusion. This script defines the DNS information for databases and still applies to SQL ServerTemplates. (5158)
The MultiCloud Image RightImage_Windows_2008R2_SP1_x64_sqlsvr2012_v5.8 (Revisions: 4, 6, 7, 8, 9 and 11) references a set of images (RightImage-Windows-2008R2-SP1-x64-sqlsvr2012-v5.8.8-xxxxx region name) that have an expired version of Microsoft SQL Server 2012 Evaluation Edition. Microsoft has now released an updated base image, which we have used to generate a new RightImage (RightImage-Windows-2008R2-SP1-x64-sqlsvr2012-v5.8.8.1-xxxxx region name). This new image has been published to the MultiCloud Marketplace with MCI rev13. (5205)
In S3, SQL mirroring and backups over 5GB are failing. Multi-part backups have been implemented to address this issue. (5207)
After launching the a principal and mirror server in AWS, the mirror server state graph is missing. This was the result of the mirroring state not being passed by the the RightImage. RightImages have been updated and mirroring states will now be passed to the graph. (4501)
The IIS Download application code boot script strands the server stating that the AWSSDK.dll is missing, even when it is not a required input. The AWS SDK should be required only when the inputs require it. The RightScale Powershell library has been changed so that AWS SDK DLLs load only when AWS services are actually used. (4623)
Windows monitoring did not have interface or network monitoring capability as with Linux. Monitoring has been enhanced with the addition of interface and network monitors. (5016)
The RightScript for IIS was hard-coded for a default website so that if the IIS ServerTemplate was modified to support multiple IIS sites, the ServerTemplate failed to launch and generated an error message. The SYS IIS logs script has been updated to support multiple IIS sites. (5056)
Updating a deployment to use the latest ServerTemplates in the Oregon region was causing servers to become stranded. This was caused by a timing issue. A check has been added to ensure that the user database is in normal mode before updating ownership, which eliminates this problem. (5215)
The monitoring subsystem in Windows Azure returns zeroes for WMI requests because the request timeout is too short. This was caused by the Window monitoring plugins using the wrong data types to send data to collectd. The monitoring plugins have been fixed so that the correct data. (5219)
The Windows Total graphs were using gauge data types but it was determined that counter graphs were more informative. The monitoring plugins have been updated to use counter data types. (4636)
Automatic DNS registration for the Database Manager for Microsoft SQL Server Server ServerTemplate has been added for principal and standalone modes by adding the DNS Register IP script. (5030)
The SYS Install SQL Server 2012 client tools generates an error message because it is missing a command lime key when executing the Microsoft SQL Server 2012 Native Client installer. The install arguments have been corrected in order to prevent this error. (4985)
The following bugs occurred in Linux-based ServerTemplates and were solved in this v13.2 release.
When using RightImage_Ubuntu_10.04_x64_v5.8.8_EBS with the Database Manager for MySQL 5.1 a slave init fails. This was due to the InnoDB crash recovery/table scan as well as our code, which attempts to start MySQL but does not actually look for a valid MySQL socket. The start action in the db_mysql provider will now cycle the start command until MySQL actually starts. A "proven start" is defined as when the socket file is created. InnoDB can start in recovery mode, meaning the start command returns a successful exit code but MySQL is busy reading tablespaces, restoring possible lost data and not accepting any commands. The start action cycling has a timeout defined by the MySQL Init Timeout input (Default: 600s) if MySQL will fail to start within this time frame, the socket file will not be created and an error will occur. (5153)
When running db::do_promote_to_master on a slave, the my.cnf got a read_only variable of '1' left behind. If the promotion was successfully completed, then if MySQL was ever restarted on the new master, it would revert to read only.
The issue was fixed by having a separate .cnf file named 'read_write_status.conf' in the '/etc/mysql/conf.d'/ directory and this file is created with the read_only flag set as false initially whenever a MySQL server comes up (either master or slave) and updated in the following occurrences:
File is updated to set the read_only back to false when the slave is promoted to a master.
Users with a read-only master database should remove or comment out the line read_only = 1 from the /etc/my.cnf file.
(5173)
The clb_attach script on lb::do_attach_request failed to attach. The script was run with an 'sh' interpreter where the code in the script assumed it was a bash interpreter. #!/bin/bash was added to the script to resolve the issue. (5272)
We used rsync to restore from an LVM snapshot to an LVM volume, which was slow on large databases. Now, an LVM command runs instead of rsync for db restore. (4826)
Recipes set in the Re-converge List input were flooding the server's audit entry list. This makes it very hard to find user-initiated events. Recipes run in the converge list should be run in a background thread. This affected the Database Manager for MySQL 5.5 ServerTemplate. (4895)
Previously the rightscale_tools ROS restore code un-tars from an ROS backup onto the mounted LVM snapshot and then rsyncs everything over to the volume. For example, if the volume is set to use 90% of space and the size of all the backups being restored is greater than 10% of the disk, it will overflow the dirty blocks and exception table which are the other 10% of the space. This was changed so the ROS restore code un-tars directly to the volume and no snapshot is necessary. (5061)
HAProxy had the following line following line for logging:
log 127.0.0.1 syslog info
However, RightImages for Ubuntu 12.04 and CentOS 6.3 do not have syslog (rsyslog) listening on a port, but via libs and /dev/log socket. Therefore, HAProxy logs were not being stored.
The log line was edited with the following:
log /dev/log syslog info
(5115)
The following errors were found with metadata.rb files indb and sys_ntp cookbooks:
Metadata for "db" declares an attribute "db/backup/restore_version_check" which is used by an external recipe "do_primary_restore_and_become_master" whose name is not in the form of <cookbook name>::<recipe name> using snake-case names and an external recipe "do_secondary_restore_and_become_master" whose name is not in the form of <cookbook name>::<recipe name> using snake-case names. Metadata for "sys_ntp" declares a recipe "sys_ntp" which has a name that is not in the form of <cookbook name>::<recipe name> using snake-case names.
db/metadata.rb and sys_ntp/metadata.rb to fix these issues. (5188)
block_device::do_force_reset did not destroy volumes attached to a server after the stop/start action is performed on the server. The audit entries displayed that the do_force_reset recipe finished successfully, but this was not the case. A block device resource attribute that is set at the node level with the server UUID ONLY during the first time. A node[:rightscale][:instance_uuid] attribute was added to the following line of code in cookbooks/block_device/libraries/block_device.rb:
30 modified_nickname = new_resource.nickname + '_' + node[:rightscale][:instance_uuid] if new_resource.nickname
(5239)
The 'AllowOverride None' directive in the generated vhost instructed Apache to ignore everything in the .htaccess files. There is now an advanced input titled AllowOverride Directive for the AllowOverride parameter that defaults to "all" at the recipe level. This input is set to "none" by default. (4400)
| Site Map | Community | Training | Corporate Site | Get Support | Dashboard Login | |
| Product Feedback | Resources | Forums | MultiCloud Marketplace | Support Tickets |
© 2006-2013 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.