Skip to content

Commit

Permalink
updated for 507-20230109
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Marsh committed Jan 9, 2023
1 parent b009eea commit 58e441b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hosts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ansible_user=ubuntu
ansible_ssh_private_key_file=~/crypt/keys/gcp/kaholo-demo-fi-admin.pem

[kaholo]
20.231.33.137 hostname=kaholo-t.kaholodemo.net time_zone=Europe/Helsinki
34.88.195.225 hostname=kaholo-t.kaholodemo.net time_zone=Europe/Helsinki
Binary file modified roles/kaholo/files/kaholo-enterprise.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion roles/kaholo/scripts/kaholo-pullimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# pulls pre-built kaholo images from a docker image repo
#
SERVER=nexus-a.kaholodemo.net
RELEASE=507-60fa
RELEASE=507-20230109
while read image; do
echo "$image"
docker pull $SERVER/$RELEASE/$image
Expand Down
2 changes: 1 addition & 1 deletion roles/kaholo/sourceprep/01-clonerepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cd /home/ubuntu
git clone [email protected]:Kaholo/kaholo-enterprise.git
cd /home/ubuntu/kaholo-enterprise
git tag | grep kaholo
git checkout release/5.0.5
git checkout kaholo/5.0.7
2 changes: 1 addition & 1 deletion roles/kaholo/sourceprep/10-pushimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
cd /home/ubuntu/
SERVER=nexus-a.kaholodemo.net
RELEASE=506-20221201
RELEASE=507-20230109
while read image; do
echo "$image"
docker tag $image $SERVER/$RELEASE/$image
Expand Down

0 comments on commit 58e441b

Please sign in to comment.