Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

level0 failing when executing vm extension - script devops_runtime_baremetal.sh with follwing error... #39

Open
eissko opened this issue May 19, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@eissko
Copy link

eissko commented May 19, 2020

echo "APT::Get::Assume-Yes \"true\";" > /etc/apt/apt.conf.d/90assumeyes

The error message from azure vm extension:
Enable failed: failed to execute command: command terminated with exit status=1 [stdout] start install Ubuntu packages [stderr] devops_runtime_baremetal.sh: line 22: /etc/apt/apt.conf.d/90assumeyes: No such file or directory

I noticed that before was used Ubuntu as default in tfvars, now used Centos 7.6 in the latest (2005.180055). Not important but in the script is hardcoded message - echo "install Ubuntu packages".

not sure if centos edition 7.6 contains by default apt-get which is being executed in the devops_runtime_baremetal.sh

@eissko eissko closed this as completed May 19, 2020
@eissko eissko reopened this May 19, 2020
@LaurentLesle LaurentLesle added the bug Something isn't working label May 29, 2020
@LaurentLesle
Copy link
Contributor

Rover image is based on Centos 7.6. However, to run CI activities on Azure Devops self-hosted agent within the rover container the Azure Devops agent has to be deployed on a baremetal os. Docker in Docker we used in the past is not possible with the latest versions of Azure devops agent. the reason you see Ubuntu is to match with the official support of Azure Devops agent script.

2005.180055 introduced a regression we need to fix. this is why you have that error

@LaurentLesle LaurentLesle self-assigned this Jul 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants