RightLink 6 contains a number of changes which may cause issues with ServerTemplates previously working with RightLink 5.
See also https://github.com/rightscale/right_link/blob/v6.0/RELEASES.rdoc for changes.
Chef Resource | Description | Change | Alternative |
dns | Set DNS for given id to the current address of this node. Not currently documented. | removed | Use community DNS cookbook instead. |
executable_schedule | Define a schedule (cron) for a RightScript or a Chef recipe to be executed. | removed | Use standard cron resource and rs_run_recipe CLI script. |
remote_recipe | A Chef recipe that should be run on a different instance living in the same deployment and running RightLink. | removed | Use rs_run_recipe CLI script instead using the --recipient-tags option. |
rs_shutdown | Reboot, Stop or Terminate an Instance | removed | Use rs_shutdown CLI tool instead. |
right_link_tag | Publish or remove a machine tag to/from the instance running the recipe. | removed | Use machine_tag cookbook instead or the rs_tag command line utility |
server_collection | This resource allows locating multiple instances running in the same deployment using tags or their Server UUID. | removed | Use machine_tag cookbook instead or the rs_tag command line utility. |
right_script | Used by RightLink for running Linux RightScripts | Remains in v6.0 for internal use | Use rs_run_right_script CLI instead |
powershell | Used by RightLink for running Windows RightScripts | Remains in v6.0 for internal use | Use rs_run_right_script CLI instead |
© 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.