Skip to content

Commit

Permalink
Remove support for RAET
Browse files Browse the repository at this point in the history
Conflicts:
* doc/topics/releases/neon.rst
* requirements/tests.txt
* salt/cli/caller.py
* salt/daemons/test/__init__.py
* salt/daemons/test/test_minion.py
* salt/daemons/test/test_saltkeep.py
* salt/modules/event.py
* salt/modules/raet_publish.py
* salt/transport/__init__.py
* salt/utils/parsers.py
* setup.py
* tests/unit/modules/test_raet_publish.py
  • Loading branch information
rallytime authored and s0undt3ch committed Oct 10, 2019
1 parent aee25f6 commit 4a21814
Show file tree
Hide file tree
Showing 75 changed files with 102 additions and 12,908 deletions.
9 changes: 0 additions & 9 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,6 @@ ZeroMQ Transport:
pip install -e .
RAET Transport:

.. code-block:: bash
pip install -r requirements/raet.txt
pip install psutil
pip install -e .
Running a self-contained development version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
24 changes: 0 additions & 24 deletions doc/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -4112,12 +4112,6 @@ source_file = _build/locale/topics/development/hacking.pot
source_lang = en
source_name = topics/development/hacking.rst

[salt.topics--development--raet--index]
file_filter = locale/<lang>/LC_MESSAGES/topics/development/raet/index.po
source_file = _build/locale/topics/development/raet/index.pot
source_lang = en
source_name = topics/development/raet/index.rst

[salt.topics--development--salt_projects]
file_filter = locale/<lang>/LC_MESSAGES/topics/development/salt_projects.po
source_file = _build/locale/topics/development/salt_projects.pot
Expand Down Expand Up @@ -4184,18 +4178,6 @@ source_file = _build/locale/topics/topology/syndic.pot
source_lang = en
source_name = topics/topology/syndic.rst

[salt.topics--transports--raet--index]
file_filter = locale/<lang>/LC_MESSAGES/topics/transports/raet/index.po
source_file = _build/locale/topics/transports/raet/index.pot
source_lang = en
source_name = topics/transports/raet/index.rst

[salt.topics--transports--raet--programming_intro]
file_filter = locale/<lang>/LC_MESSAGES/topics/transports/raet/programming_intro.po
source_file = _build/locale/topics/transports/raet/programming_intro.pot
source_lang = en
source_name = topics/transports/raet/programming_intro.rst

[salt.topics--tutorials--states_pt5]
file_filter = locale/<lang>/LC_MESSAGES/topics/tutorials/states_pt5.po
source_file = _build/locale/topics/tutorials/states_pt5.pot
Expand Down Expand Up @@ -4652,12 +4634,6 @@ source_file = _build/locale/ref/modules/all/salt.modules.pyenv.pot
source_lang = en
source_name = ref/modules/all/salt.modules.pyenv.rst

[salt.ref--modules--all--salt_modules_raet_publish]
file_filter = locale/<lang>/LC_MESSAGES/ref/modules/all/salt.modules.raet_publish.po
source_file = _build/locale/ref/modules/all/salt.modules.raet_publish.pot
source_lang = en
source_name = ref/modules/all/salt.modules.raet_publish.rst

[salt.ref--modules--all--salt_modules_schedule]
file_filter = locale/<lang>/LC_MESSAGES/ref/modules/all/salt.modules.schedule.po
source_file = _build/locale/ref/modules/all/salt.modules.schedule.pot
Expand Down
5 changes: 2 additions & 3 deletions doc/ref/configuration/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -866,9 +866,8 @@ Default: ``zeromq``

Changes the underlying transport layer. ZeroMQ is the recommended transport
while additional transport layers are under development. Supported values are
``zeromq``, ``raet`` (experimental), and ``tcp`` (experimental). This setting has
a significant impact on performance and should not be changed unless you know
what you are doing!
``zeromq`` and ``tcp`` (experimental). This setting has a significant impact on
performance and should not be changed unless you know what you are doing!

.. code-block:: yaml
Expand Down
5 changes: 2 additions & 3 deletions doc/ref/configuration/minion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1367,9 +1367,8 @@ Default: ``zeromq``

Changes the underlying transport layer. ZeroMQ is the recommended transport
while additional transport layers are under development. Supported values are
``zeromq``, ``raet`` (experimental), and ``tcp`` (experimental). This setting has
a significant impact on performance and should not be changed unless you know
what you are doing!
``zeromq`` and ``tcp`` (experimental). This setting has a significant impact
on performance and should not be changed unless you know what you are doing!

.. code-block:: yaml
Expand Down
1 change: 0 additions & 1 deletion doc/ref/modules/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ execution modules
qemu_nbd
quota
rabbitmq
raet_publish
rallydev
random_org
rbac_solaris
Expand Down
6 changes: 0 additions & 6 deletions doc/ref/modules/all/salt.modules.raet_publish.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/topics/development/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Developing Salt
modules/index
extend/index
tests/*
raet/index
git/index
conventions/index
../../ref/internals/index
Expand Down
272 changes: 0 additions & 272 deletions doc/topics/development/raet/index.rst

This file was deleted.

Loading

0 comments on commit 4a21814

Please sign in to comment.