Skip to content

Commit

Permalink
Merge pull request #383 from gryf/master
Browse files Browse the repository at this point in the history
Documentation update
  • Loading branch information
openshift-merge-robot committed Oct 28, 2020
2 parents b1de7af + b1873e8 commit 88a487e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 0 additions & 3 deletions doc/source/installation/devstack/basic.rst
Expand Up @@ -53,9 +53,6 @@ Now edit ``devstack/local.conf`` to set up some initial options:

* If you have multiple network interfaces, you need to set ``HOST_IP`` variable
to the IP on the interface you want to use as DevStack's primary.
* ``KURYR_K8S_LBAAS_USE_OCTAVIA`` can be set to False if you want more
lightweight installation. In that case installation of Glance and Nova will
be omitted.
* If you already have Docker installed on the machine, you can comment out line
starting with ``enable_plugin devstack-plugin-container``.

Expand Down
9 changes: 8 additions & 1 deletion doc/source/installation/network_policy.rst
Expand Up @@ -94,12 +94,19 @@ to add the policy, pod_label and namespace handler and drivers with:

If the loadbalancer maintains the source IP (such as ovn-octavia driver),
there is no need to enforce sg rules at the load balancer level. To disable
the enforcement, you need to set the following variable:
the enforcement, you need to set the following variable in DevStack's
local.conf:

.. code-block:: bash
KURYR_ENFORCE_SG_RULES=False
To set that directly in kuryr.conf, the config to be set is:

.. code-block:: ini
[octavia_defaults]
enforce_sg_rules=False
Testing the network policy support functionality
------------------------------------------------
Expand Down

0 comments on commit 88a487e

Please sign in to comment.