Skip to content

Commit

Permalink
chore(contrib): drop Rackspace support
Browse files Browse the repository at this point in the history
Rackspace announced last July that they were moving from a do-it-yourself
IaaS to a premium managed IaaS. As the CoreOS images for Rackspace
have not been updated in months, and we are unable to continue
to support Deis on Rackspace.
  • Loading branch information
carmstrong committed Jul 14, 2015
1 parent 4016cc6 commit b4ce743
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 223 deletions.
2 changes: 1 addition & 1 deletion client/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lightweight and flexible.
Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java,
Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy
anything using Docker images or Heroku Buildpacks. Deis is designed to work
with any cloud provider. Currently Amazon EC2, Rackspace, DigitalOcean, and
with any cloud provider. Currently Amazon EC2, DigitalOcean, and
Google Compute Engine are supported.


Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
url='https://github.com/deis/deis',
keywords=[
'opdemand', 'deis', 'paas', 'cloud', 'coreos', 'docker', 'heroku',
'aws', 'ec2', 'rackspace', 'digitalocean', 'gce'
'aws', 'ec2', 'digitalocean', 'gce'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down
3 changes: 0 additions & 3 deletions contrib/rackspace/README.md

This file was deleted.

58 changes: 0 additions & 58 deletions contrib/rackspace/provision-rackspace-cluster.sh

This file was deleted.

1 change: 0 additions & 1 deletion docs/installing_deis/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ information on how to get set up with CoreOS.
linode
azure
openstack
rackspace
vagrant
install-deisctl
install-platform
Expand Down
1 change: 0 additions & 1 deletion docs/installing_deis/quick-start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Choose one of the following providers and deploy a new cluster:
- :ref:`deis_on_azure`
- :ref:`deis_on_linode`
- :ref:`deis_on_openstack`
- :ref:`deis_on_rackspace`
- :ref:`deis_on_vagrant`


Expand Down
134 changes: 0 additions & 134 deletions docs/installing_deis/rackspace.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/managing_deis/configure-dns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Configure DNS
=============

For Deis clusters on EC2, GCE, Azure, DigitalOcean, Rackspace, OpenStack, or bare metal,
For Deis clusters on EC2, GCE, Azure, DigitalOcean, OpenStack, or bare metal,
:ref:`DNS records <dns_records>` must be created. The cluster runs multiple routers in
front of the Deis controller and apps you deploy, so a
:ref:`load balancer <configure-load-balancers>` is recommended.
Expand Down
19 changes: 0 additions & 19 deletions docs/managing_deis/configure-load-balancers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,6 @@ EC2
The Deis provisioning scripts for EC2 automatically create an Elastic Load Balancer for your Deis
cluster.

Rackspace
=========

You'll need to create two load balancers on Rackspace, as follows:

.. code-block:: text
Load Balancer 1
Port 80
Protocol HTTP
Health Monitoring -
Monitor Type HTTP
HTTP Path /health-check
Load Balancer 2
Virtual IP Shared VIP on Another Load Balancer (select Load Balancer 1)
Port 2222
Protocol TCP
Google Compute Engine
=====================

Expand Down
5 changes: 1 addition & 4 deletions docs/managing_deis/ssl-endpoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ routers. For EC2, you'll also need to add port 443 in the security group setting
balancer.

See your vendor's specific instructions on installing SSL on your load balancer. For EC2, see their
documentation on `installing an SSL cert for load balancing`_. For Rackspace, see their
`Product FAQ`_.

documentation on `installing an SSL cert for load balancing`_.

.. _router_ssl:

Expand Down Expand Up @@ -76,4 +74,3 @@ This is achieved with ``deisctl``:
.. _`installing an SSL cert for load balancing`: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/ssl-server-cert.html
.. _`Product FAQ`: http://www.rackspace.com/knowledge_center/product-faq/cloud-load-balancers

0 comments on commit b4ce743

Please sign in to comment.