Skip to content

Commit

Permalink
upgrade ansible (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Aug 15, 2024
1 parent 838a5f3 commit 9bd9844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/assets/scripts/install-unfurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...
4 changes: 2 additions & 2 deletions src/assets/scripts/install-xopera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9bd9844

Please sign in to comment.