Skip to content

Commit

Permalink
Add new Azure depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 22, 2018
1 parent 9b0263a commit 755dca0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ $ yum localinstall IM-*.rpm RADL-*.rpm
Azure python SDK is not available in CentOS. So if you need the Azure plugin you have to manually install them using pip:

```sh
$ pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns
$ pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-storage
```

#### 1.3.4 From Deb package (Tested with Ubuntu 14.04 and 16.04)
Expand Down
2 changes: 1 addition & 1 deletion ansible_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
ignore_errors: yes

- name: Install pip libraries
pip: executable=pip name=pyOpenSSL,MySQL-python,msrest,msrestazure,azure-common,azure-mgmt-storage,azure-mgmt-compute,azure-mgmt-network,azure-mgmt-resource,azure-mgmt-dns
pip: executable=pip name=pyOpenSSL,MySQL-python,msrest,msrestazure,azure-common,azure-mgmt-storage,azure-mgmt-compute,azure-mgmt-network,azure-mgmt-resource,azure-mgmt-dns,azure-storage

- name: Install IM dependencies for CentOS 6
pip: name=pysqlite version=2.7.0
Expand Down
2 changes: 1 addition & 1 deletion doc/source/manual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Then install the downloaded RPMs::

Azure python SDK is not available in CentOS. So if you need the Azure plugin you have to manually install them using pip::

$ pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns
$ pip install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-storage

From Deb package (Tested with Ubuntu 14.04 and 16.04)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion docker-py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN pip3 install setuptools pip --upgrade -I
RUN pip3 install pyOpenSSL --upgrade -I

# Install pip optional libraries
RUN pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns cheroot xmltodict
RUN pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-storage cheroot xmltodict

# Install IM
RUN apt-get update && apt-get install --no-install-recommends -y gcc libssl-dev libffi-dev libsqlite3-dev && \
Expand Down

0 comments on commit 755dca0

Please sign in to comment.