Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed links #37

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ footer of every page.
For this documentation we use Sphinx and reStructuredText (reST), which is the default plain text markup language used by Sphinx.
Here are some useful resources on reStructuredText:

- `Sphinx reStructuredText Primer <https://tinyurl.com/rstprimer>`_
.. wokeignore:rule=master
- `Sphinx reStructuredText Primer <https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html>`_
- `reStructuredText style guide <https://canonical-documentation-with-sphinx-and-readthedocscom.readthedocs-hosted.com/style-guide/>`_
4 changes: 2 additions & 2 deletions how-to/add_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ Deploy controller

``juju status --format json | jq '.applications.haproxy.units["haproxy/0"]["public-address"]'``

10. Go to the `Route 53 dashboard <https://us-east-1.console.aws.amazon.com/route53/v2/home>`_.
10. Go to the `Route 53 dashboard <https://us-east-1.console.aws.amazon.com/route53/v2/home>`__.

11. Add an A record for the deployed controller and the DNS name specified in step 1 with the IP obtained in step 9.

12. Obtain a valid certificate for the deployed candid by running:

``juju run-action --wait certbot/0 get-certificate agree-tos=true aws-access-key-id=<Access key ID> aws-secret-access-key=<Secret access key> domains=<dns name specified in step 1 (jimm.canonical.example.com)> email=<Your email address> plugin=dns-route53``

13. Install the JAAS snap that you download from `here <https://drive.google.com/file/d/1LiOvVpVQ13V3x3l2PhgS2fTHDUtCEe7p/view?usp=sharing>`_.
13. Install the JAAS snap that you download from `here <https://drive.google.com/file/d/1LiOvVpVQ13V3x3l2PhgS2fTHDUtCEe7p/view?usp=sharing>`__.

14. To add the bootstrapped controller to JIMM we need to create a controller-information document. To do this, run the following command:

Expand Down
Loading