Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4866 from bacongobbler/4568-doc-gateway-workaround
Browse files Browse the repository at this point in the history
docs(managing_deis): add workaround for cephless cluster
  • Loading branch information
Matthew Fisher committed Jan 29, 2016
2 parents 7290dd0 + 9f61420 commit ada6c9c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/managing_deis/running-deis-without-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ships these to the :ref:`logger` component. By default, the logger writes the
logs to a distributed Ceph filesystem. These logs can then be fetched by the
:ref:`controller` component via HTTP.

In a Ceph-less clutser, the Logger component should be configured, instead, to
In a Ceph-less cluster, the Logger component should be configured, instead, to
use in-memory log storage. Optionally, a drain may also be configured to forward
logs to an external log service (such as Papertrail) for longer-term archival.

Expand Down Expand Up @@ -120,6 +120,13 @@ S3 store configuration sample:
s3encrypt=false \
s3secure=false
Due to `issue 4568`_, you'll also need to run the following to ensure confd will template out the
registry's configuration:

.. code-block:: console
$ deisctl config store set gateway=' '
By default, the registry will try to authenticate to S3 using the instance role.
If your cluster is not running on EC2, you can supply hard coded API access and
secret key:
Expand Down Expand Up @@ -218,5 +225,6 @@ When following the :ref:`upgrading-deis` documentation, be sure to use
.. _`Amazon RDS`: http://aws.amazon.com/rds/
.. _`Amazon S3`: http://aws.amazon.com/s3/
.. _`Arne-Christian Blystad`: https://github.com/blystad
.. _`issue 4568`: https://github.com/deis/deis/issues/4568
.. _`Papertrail`: https://papertrailapp.com/
.. _`Swift3`: https://github.com/openstack/swift3

0 comments on commit ada6c9c

Please sign in to comment.