Skip to content

Commit

Permalink
Merge pull request #229 from wireapp/add-minio-vars
Browse files Browse the repository at this point in the history
Add minio vars
  • Loading branch information
arthurwolf committed Dec 22, 2021
2 parents 6fd98f8 + 8ffd30f commit 442b409
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/how-to/install/ansible-VMs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ Copy the example hosts file::
lines declaring a ``restund`` node (lines in the ``[all]`` section
beginning with restund), replace the ``ansible_host`` values (``X.X.X.X``)
with the IPs of the nodes that you can connect to via SSH.
- Edit the minio variables in ``[minio:vars]`` (``prefix``, ``domain`` and ``deeplink_title``)
by replacing ``example.com`` with your own domain.

There are more settings in this file that we will set in later steps.

Expand Down
6 changes: 6 additions & 0 deletions src/how-to/install/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ Open hosts.ini and replace `X.X.X.X` with the IP address of your virtual machine
sed -i 's/X.X.X.X/1.2.3.4/g' inventory/demo/hosts.ini
Minio setup
-----------

In the ``inventory/demo/hosts.ini`` file, edit the minio variables in ``[minio:vars]`` (``prefix``, ``domain`` and ``deeplink_title``)
by replacing ``example.com`` with your own domain.

How to install kubernetes
--------------------------

Expand Down

0 comments on commit 442b409

Please sign in to comment.