diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-05-21 22:08:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-21 22:08:00 +0200 |
commit | 8f43d08d966b9519011cb8ca86e2db9f1f18dfcb (patch) | |
tree | e436080eb7b9659b71e03df367d1ea87cfac8c76 /contrib/cirrus/packer/fedora_base-setup.sh | |
parent | cec56b0075eeec6a8cdfba3138dec32fdcd36b47 (diff) | |
parent | bd0ac639bf1100c268d436bd44032b8fa46b9cc6 (diff) | |
download | podman-8f43d08d966b9519011cb8ca86e2db9f1f18dfcb.tar.gz podman-8f43d08d966b9519011cb8ca86e2db9f1f18dfcb.tar.bz2 podman-8f43d08d966b9519011cb8ca86e2db9f1f18dfcb.zip |
Merge pull request #2561 from cevich/cirrus_test_images
Cirrus: Support testing of VM cache-image changes
Diffstat (limited to 'contrib/cirrus/packer/fedora_base-setup.sh')
-rw-r--r-- | contrib/cirrus/packer/fedora_base-setup.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/cirrus/packer/fedora_base-setup.sh b/contrib/cirrus/packer/fedora_base-setup.sh index c0a1e422c..2e6d3eceb 100644 --- a/contrib/cirrus/packer/fedora_base-setup.sh +++ b/contrib/cirrus/packer/fedora_base-setup.sh @@ -15,9 +15,8 @@ install_ooe echo "Updating packages" ooe.sh dnf -y update -echo "Installing necessary packages and google services" -ooe.sh dnf -y copr enable ngompa/gce-oslogin -ooe.sh dnf -y install rng-tools google-compute-engine google-compute-engine-oslogin +echo "Installing necessary packages and google services" +ooe.sh dnf -y install rng-tools google-compute-engine-tools google-compute-engine-oslogin echo "Enabling services" ooe.sh systemctl enable rngd |