oracle-quickstart / oci-arch-ci-cd

Set up a CI/CD pipeline for cloud deployments
Universal Permissive License v1.0
11 stars 14 forks source link

Executing with Resource Manager fails on sudo yum install -y xmlstarlet #6

Closed frobertpixto closed 2 years ago

frobertpixto commented 3 years ago

The setup.sh script fails with:

sudo yum install -y xmlstarlet
module.jenkins-master.oci_core_instance.TFJenkinsMaster (remote-exec): Error: Nothing to do

Executing manually on a separate Oracle Linux 7.9 instance shows:

sudo yum install -y xmlstarlet
Loaded plugins: langpacks, ulninfo
No package xmlstarlet available.
Error: Nothing to do

To make it work, I had to change: from: sudo yum install -y xmlstarlet to:

sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
sleep 10
sudo yum install -y xmlstarlet
lfeldman commented 2 years ago

@frobertpixto I am not able to reproduce the issue. Could you please try it again with the latest stack?

frobertpixto commented 2 years ago

ok, I don't work on that anymore. You can close the issue. Thanks.

lfeldman commented 2 years ago

Thanks for your response. Closing the issue.