Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
13.98k stars 16.09k forks source link

azure-cli not installed, results in failure creation viyashare storage file #6237

Open snlakl opened 5 years ago

snlakl commented 5 years ago

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

Sorry to hear you had a bad experience with one of the templates :worried: But, in case you're just asking a question, we're happy to help. You can also check if the question might already have been asked here https://github.com/Azure/azure-quickstart-templates/issues?utf8=%E2%9C%93&q=is%3Aissue

We've created an outline of recommended sections to fill out that will help make this Pull Request awesome!

--------------------MESSAGE FROM ADMIN, DELETE BEFORE SUBMITTING----------------------

[Template Name goes here](Template link goes here)

Issue Details

Repro steps (if necessary, delete otherwise)

1. 2. 3. 4. 5.

snlakl commented 5 years ago

https://github.com/Azure/azure-quickstart-templates/tree/master/sas-viya/ In the ansiblecontroller_prereqs.sh there is a line to install the azure-cli. since version 2.0.66 has become availble, this command fails, on which the subsequent command az fails (which needs to create the viyashare file in the storage account). Error on installing azure-cli 2.0.66 version is that it requires python2-virtual env. THis is not available. Installing 2.0.65 does not have this requirement and works perfectly.

patbrown56 commented 3 years ago

Can you verify that is failure is still occuring? I did not observe the issue when using the quickstart to launch a Viya deployment.

patbrown56 commented 3 years ago

Verified that viyashare file share is being created. This issue can be closed.