Difference between revisions of "Category:Rackspace"

From Christoph's Personal Wiki
Jump to: navigation, search
(Rackspace services)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
This category will be all about using Rackspace's various Cloud services. Although I work at Rackspace as a Linux Administrator, these articles are in '''''no way meant to be anything close to an official documentation'''''. These articles will simply be how I run things in my own way using the various Rackspace services.
+
<div style="margin: 10px; padding: 5px; border: 2px solid red; text-align: center">'''NOTE:''' This article was written in 2013 and is no longer maintained.</div>
  
==Rackspace services==
+
This category will be all about using '''[http://www.rackspace.com Rackspace's]''' various Cloud products and services. Although [[Christoph Champ|I]] used to work at Rackspace as a [[Curriculum Vitae|Linux Administrator]], these articles are in '''''no way meant to be anything close to an official documentation'''''. These articles will simply be how I '''used to''' run things in my own way using the various Rackspace products and services.
 +
 
 +
==Rackspace products and services==
 
''Note: This list is far from complete.''
 
''Note: This list is far from complete.''
  
 
* [[Cloud Servers]]
 
* [[Cloud Servers]]
 
* [[Cloud Files]]
 
* [[Cloud Files]]
 +
* [[Rackspace API/Cloud Block Storage|Cloud Block Storage]] (CBS)
 +
* [[Rackspace API/Cloud Databases|Cloud Databases]] (DBaaS)
 +
* [[Rackspace API/Cloud Monitoring|Cloud Monitoring]] (MaaS)
 +
* [[Rackspace API/Cloud Images|Cloud Images]]
 +
* [[Rackspace API/Cloud Networks|Cloud Networks]] (NaaS)
 
* [[Rackspace API]]
 
* [[Rackspace API]]
  
 
==Tools for interacting with Rackspace services==
 
==Tools for interacting with Rackspace services==
 +
* [[Ansible#Using Ansible with Rackspace Cloud Servers|Ansible]]
 
* [[supernova]]
 
* [[supernova]]
 +
* [[pyrax]] &mdash; SDK/CLI tool for interacting with most of Rackspace's Cloud products and services (via the API)
 +
* [https://github.com/cloudnull/turbolift turbolift] &mdash; CLI tool for interacting with Cloud Files
 +
* swift &mdash; CLI tool for interacting with Cloud Files
 +
* [http://www.rackspace.com/knowledge_center/article/installing-the-swiftly-cloud-files-client swiftly] &mdash; CLI tool for interacting with Cloud Files
 +
* [http://docs.rackspace.com/cdb/api/v1.0/cdb-getting-started/content/Install_Trove_Client.html trove] &mdash; CLI tool for interacting with Cloud Databases (DBaaS)
 +
 +
==External links==
 +
;Community articles written by [[Christoph Champ]]
 +
* [https://community.rackspace.com/products/f/25/t/4512 HOWTO: Change default Cloud Database configuration parameters]
 +
* [https://community.rackspace.com/products/f/25/t/3583 HOWTO: Using the Cloud Images API to export/import images]
 +
* [https://community.rackspace.com/products/f/25/t/4399 HOWTO: Boot from Cloud Block Storage Volume] (BfV)
 +
* [https://community.rackspace.com/products/f/25/t/4453 HOWTO: Change timezone for Cloud Database instance]
 +
* [https://community.rackspace.com/products/f/25/t/4504 HOWTO: Use iptables with CentOS 7]
 +
* [https://community.rackspace.com/products/f/25/t/4666 HOWTO: send Cloud Monitoring SMS alerts to multiple phone numbers]
 +
* [https://community.rackspace.com/products/f/25/t/4699 HOWTO: share images between Rackspace Cloud accounts]
 +
* [https://community.rackspace.com/products/f/25/t/4745 HOWTO: create a Cloud Network and attach it to a Cloud Server]
 +
* [https://support.rackspace.com/how-to/linux-server-security-best-practices/ Linux server security best practices]
 +
;Other
 +
* [https://community.rackspace.com/products/f/25/t/4246 HOWTO: Setup Cloud Files and ACL (Access Control List)]
  
 
[[Category:Technical and Specialized Skills]]
 
[[Category:Technical and Specialized Skills]]
 +
[[Category:APIs]]

Latest revision as of 08:17, 25 November 2020

NOTE: This article was written in 2013 and is no longer maintained.

This category will be all about using Rackspace's various Cloud products and services. Although I used to work at Rackspace as a Linux Administrator, these articles are in no way meant to be anything close to an official documentation. These articles will simply be how I used to run things in my own way using the various Rackspace products and services.

Rackspace products and services

Note: This list is far from complete.

Tools for interacting with Rackspace services

  • Ansible
  • supernova
  • pyrax — SDK/CLI tool for interacting with most of Rackspace's Cloud products and services (via the API)
  • turbolift — CLI tool for interacting with Cloud Files
  • swift — CLI tool for interacting with Cloud Files
  • swiftly — CLI tool for interacting with Cloud Files
  • trove — CLI tool for interacting with Cloud Databases (DBaaS)

External links

Community articles written by Christoph Champ
Other