Install needed packages for Azure
Change-Id: If163eefe22ac0c08da649edf10aa8ab4b5e7b650
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/scripts/install-openmano.sh b/scripts/install-openmano.sh
index a34a0aa..398317d 100755
--- a/scripts/install-openmano.sh
+++ b/scripts/install-openmano.sh
@@ -280,6 +280,10 @@
[ "$_DISTRO" == "CentOS" -o "$_DISTRO" == "Red" ] && install_packages "python-devel" && easy_install \
python-novaclient python-keystoneclient python-glanceclient python-neutronclient python-cinderclient \
python-openstackclient python-networking-l2gw #TODO revise if gcc python-pip is needed
+
+ # required for Azure
+ pip2 install azure
+
fi # [[ -z "$NO_PACKAGES" ]]
if [[ -z $NOCLONE ]]; then
diff --git a/scripts/python-osm-ro.postinst b/scripts/python-osm-ro.postinst
index a2f632a..32c8903 100755
--- a/scripts/python-osm-ro.postinst
+++ b/scripts/python-osm-ro.postinst
@@ -30,6 +30,7 @@
pip2 install --upgrade pyang pyangbind
pip2 install untangle
pip2 install -e git+https://github.com/python-oca/python-oca#egg=oca
+pip2 install azure
# Packages required for fos connector
pip2 install fog05rest