From 9bd9844c6cc936e25f1c7d7c37b22ea6e299a150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Thu, 15 Aug 2024 12:50:13 +0200 Subject: [PATCH] upgrade ansible (#368) --- src/assets/scripts/install-unfurl.sh | 6 ++++-- src/assets/scripts/install-xopera.sh | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/assets/scripts/install-unfurl.sh b/src/assets/scripts/install-unfurl.sh index be9d2e25ef..592c628ea5 100755 --- a/src/assets/scripts/install-unfurl.sh +++ b/src/assets/scripts/install-unfurl.sh @@ -42,5 +42,7 @@ fi # Install Unfurl # See also https://github.com/onecommons/unfurl/blob/main/full-requirements.txt # requests==2.31.0 is required, see https://github.com/ansible-collections/community.docker/issues/868 -pip install unfurl==1.0.0 openstacksdk==0.61 python-openstackclient==6.0.0 ansible==4.10.0 pymysql==1.1.0 kubernetes==24.2.0 openshift==0.13.2 docker[tls] requests==2.31.0 -ansible-galaxy collection install community.docker:3.9.0 +pip install unfurl==1.0.0 openstacksdk==0.61 python-openstackclient==6.0.0 pymysql==1.1.0 kubernetes==24.2.0 openshift==0.13.2 docker[tls] requests==2.31.0 ansible==8.7.0 ansible-core==2.15.9 +ansible-galaxy collection install community.docker:3.9.0 kubernetes.core:3.2.0 google.cloud:1.2.0 --force + +# sometimes suddenly pymysql and kubernetes disappear ... diff --git a/src/assets/scripts/install-xopera.sh b/src/assets/scripts/install-xopera.sh index 586d0bfa9c..d4714b3d86 100755 --- a/src/assets/scripts/install-xopera.sh +++ b/src/assets/scripts/install-xopera.sh @@ -36,5 +36,5 @@ fi # openstacksdk==0.61 is required, see https://storyboard.openstack.org/#!/story/2010128 # pyyaml==5.3.1 is required, see https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228 # requests==2.31.0 is required, see https://github.com/ansible-collections/community.docker/issues/868 -pip install opera==0.6.9 openstacksdk==0.61 python-openstackclient==6.0.0 pyyaml==5.3.1 ansible==4.10.0 pymysql==1.1.0 -ansible-galaxy collection install community.docker:3.9.0 +pip install opera==0.6.9 openstacksdk==0.61 python-openstackclient==6.0.0 pyyaml==5.3.1 pymysql==1.1.0 ansible==8.7.0 ansible-core==2.15.9 +ansible-galaxy collection install community.docker:3.9.0 kubernetes.core:3.2.0 google.cloud:1.2.0 --force