Skip to content

Commit

Permalink
removing references to Azure from existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
natalieswork committed May 22, 2023
1 parent df28d77 commit bd10d94
Show file tree
Hide file tree
Showing 39 changed files with 476 additions and 9,513 deletions.
335 changes: 125 additions & 210 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@
r"https://salt-cloud.readthedocs.io",
r"https://salt.readthedocs.io",
r"http://www.pip-installer.org/",
r"http://www.windowsazure.com/",
r"https://github.com/watching",
r"dash-feed://",
r"https://github.com/saltstack/salt/",
Expand Down
2 changes: 0 additions & 2 deletions doc/ref/clouds/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ cloud modules
:template: autosummary.rst.tmpl

aliyun
azurearm
clc
cloudstack
digitalocean
Expand All @@ -24,7 +23,6 @@ cloud modules
libvirt
linode
lxc
msazure
oneandone
opennebula
openstack
Expand Down
23 changes: 0 additions & 23 deletions doc/ref/configuration/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4046,29 +4046,6 @@ This option defines the update interval (in seconds) for :ref:`MinionFS
minionfs_update_interval: 120
azurefs: Azure File Server Backend
----------------------------------

.. versionadded:: 2015.8.0

See the :mod:`azurefs documentation <salt.fileserver.azurefs>` for usage
examples.

.. conf_master:: azurefs_update_interval

``azurefs_update_interval``
***************************

.. versionadded:: 2018.3.0

Default: ``60``

This option defines the update interval (in seconds) for azurefs.

.. code-block:: yaml
azurefs_update_interval: 120
s3fs: S3 File Server Backend
----------------------------

Expand Down
1 change: 0 additions & 1 deletion doc/ref/file_server/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fileserver modules
:toctree:
:template: autosummary.rst.tmpl

azurefs
gitfs
hgfs
minionfs
Expand Down
1 change: 0 additions & 1 deletion doc/ref/grains/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ grains modules
mdadm
mdata
metadata
metadata_azure
metadata_gce
minion_process
napalm
Expand Down
4 changes: 0 additions & 4 deletions doc/ref/modules/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ execution modules
at_solaris
augeas_cfg
aws_sqs
azurearm_compute
azurearm_dns
azurearm_network
azurearm_resource
bamboohr
baredoc
bcache
Expand Down
1 change: 0 additions & 1 deletion doc/ref/pillar/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pillar modules
:toctree:
:template: autosummary.rst.tmpl

azureblob
cmd_json
cmd_yaml
cmd_yamlex
Expand Down
4 changes: 0 additions & 4 deletions doc/ref/states/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ state modules
at
augeas
aws_sqs
azurearm_compute
azurearm_dns
azurearm_network
azurearm_resource
beacon
bigip
blockdev
Expand Down
1 change: 0 additions & 1 deletion doc/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ mongodb
monit
moosefs
mountpoint
msazure
msc
msdos
msg
Expand Down
8 changes: 2 additions & 6 deletions doc/topics/cloud/cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ upon execution. Most often, it uses ``get_configured_provider()`` to determine
if the necessary configuration has been set up. It may also check for necessary
imports, to decide whether to load the module. In most cases, it will return a
``True`` or ``False`` value. If the name of the driver used does not match the
filename, then that name should be returned instead of ``True``. An example of
this may be seen in the Azure module:

https://github.com/saltstack/salt/tree/|repo_primary_branch|/salt/cloud/clouds/msazure.py
filename, then that name should be returned instead of ``True``.

The get_configured_provider() Function
--------------------------------------
Expand Down Expand Up @@ -240,8 +237,7 @@ The script() Function
---------------------
This function builds the deploy script to be used on the remote machine. It is
likely to be moved into the ``salt.utils.cloud`` library in the near future, as
it is very generic and can usually be copied wholesale from another module. An
excellent example is in the Azure driver.
it is very generic and can usually be copied wholesale from another module.

The destroy() Function
----------------------
Expand Down
2 changes: 0 additions & 2 deletions doc/topics/cloud/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ Cloud Provider Specifics
:maxdepth: 3

Getting Started With Aliyun <aliyun>
Getting Started With Azure <azure>
Getting Started With Azure Arm <azurearm>
Getting Started With CloudStack <cloudstack>
Getting Started With DigitalOcean <digitalocean>
Getting Started With Dimension Data <dimensiondata>
Expand Down
1 change: 0 additions & 1 deletion requirements/static/ci/common.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Requirements in this file apply to all platforms.
# We can also exclude platforms from the requirements using markers, but if a requirement only applies
# to a particular platform, please add it to the corresponding `<platform>.in` file in this directory.
azure==4.0.0; sys_platform != 'win32'
apache-libcloud>=1.5.0; sys_platform != 'win32'
boto3>=1.16.0,<1.17.0; python_version < '3.6'
boto3>=1.17.67; python_version >= '3.6'
Expand Down
Loading

0 comments on commit bd10d94

Please sign in to comment.