Skip to content

Commit 2a7c768

Browse files
committed
Merge pull request #3993 from carmstrong/drop-rackspace
chore(contrib): drop Rackspace support
2 parents 95932cd + b4ce743 commit 2a7c768

10 files changed

Lines changed: 4 additions & 223 deletions

File tree

client/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ lightweight and flexible.
2525
Deis comes with out-of-the-box support for Ruby, Python, Node.js, Java,
2626
Clojure, Scala, Play, PHP, Perl, Dart and Go. However, Deis can deploy
2727
anything using Docker images or Heroku Buildpacks. Deis is designed to work
28-
with any cloud provider. Currently Amazon EC2, Rackspace, DigitalOcean, and
28+
with any cloud provider. Currently Amazon EC2, DigitalOcean, and
2929
Google Compute Engine are supported.
3030

3131

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
url='https://github.com/deis/deis',
4242
keywords=[
4343
'opdemand', 'deis', 'paas', 'cloud', 'coreos', 'docker', 'heroku',
44-
'aws', 'ec2', 'rackspace', 'digitalocean', 'gce'
44+
'aws', 'ec2', 'digitalocean', 'gce'
4545
],
4646
classifiers=[
4747
'Development Status :: 5 - Production/Stable',

contrib/rackspace/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 0 additions & 58 deletions
This file was deleted.

docs/installing_deis/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ information on how to get set up with CoreOS.
2929
linode
3030
azure
3131
openstack
32-
rackspace
3332
vagrant
3433
install-deisctl
3534
install-platform

docs/installing_deis/quick-start.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Choose one of the following providers and deploy a new cluster:
5151
- :ref:`deis_on_azure`
5252
- :ref:`deis_on_linode`
5353
- :ref:`deis_on_openstack`
54-
- :ref:`deis_on_rackspace`
5554
- :ref:`deis_on_vagrant`
5655

5756

docs/installing_deis/rackspace.rst

Lines changed: 0 additions & 134 deletions
This file was deleted.

docs/managing_deis/configure-dns.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Configure DNS
77
=============
88

9-
For Deis clusters on EC2, GCE, Azure, DigitalOcean, Rackspace, OpenStack, or bare metal,
9+
For Deis clusters on EC2, GCE, Azure, DigitalOcean, OpenStack, or bare metal,
1010
:ref:`DNS records <dns_records>` must be created. The cluster runs multiple routers in
1111
front of the Deis controller and apps you deploy, so a
1212
:ref:`load balancer <configure-load-balancers>` is recommended.

docs/managing_deis/configure-load-balancers.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,6 @@ EC2
3232
The Deis provisioning scripts for EC2 automatically create an Elastic Load Balancer for your Deis
3333
cluster.
3434

35-
Rackspace
36-
=========
37-
38-
You'll need to create two load balancers on Rackspace, as follows:
39-
40-
.. code-block:: text
41-
42-
Load Balancer 1
43-
Port 80
44-
Protocol HTTP
45-
Health Monitoring -
46-
Monitor Type HTTP
47-
HTTP Path /health-check
48-
49-
Load Balancer 2
50-
Virtual IP Shared VIP on Another Load Balancer (select Load Balancer 1)
51-
Port 2222
52-
Protocol TCP
53-
5435
Google Compute Engine
5536
=====================
5637

docs/managing_deis/ssl-endpoints.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ routers. For EC2, you'll also need to add port 443 in the security group setting
3838
balancer.
3939

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

4543
.. _router_ssl:
4644

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

0 commit comments

Comments
 (0)