diff --git a/hosts b/hosts index 2186866..dd478ea 100644 --- a/hosts +++ b/hosts @@ -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 diff --git a/roles/kaholo/files/kaholo-enterprise.tgz b/roles/kaholo/files/kaholo-enterprise.tgz index d42e741..e3217fe 100644 Binary files a/roles/kaholo/files/kaholo-enterprise.tgz and b/roles/kaholo/files/kaholo-enterprise.tgz differ diff --git a/roles/kaholo/scripts/kaholo-pullimages.sh b/roles/kaholo/scripts/kaholo-pullimages.sh index 9679301..194a080 100644 --- a/roles/kaholo/scripts/kaholo-pullimages.sh +++ b/roles/kaholo/scripts/kaholo-pullimages.sh @@ -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 diff --git a/roles/kaholo/sourceprep/01-clonerepo.sh b/roles/kaholo/sourceprep/01-clonerepo.sh index b7d601d..6966b74 100644 --- a/roles/kaholo/sourceprep/01-clonerepo.sh +++ b/roles/kaholo/sourceprep/01-clonerepo.sh @@ -4,4 +4,4 @@ cd /home/ubuntu git clone git@github.com:Kaholo/kaholo-enterprise.git cd /home/ubuntu/kaholo-enterprise git tag | grep kaholo -git checkout release/5.0.5 \ No newline at end of file +git checkout kaholo/5.0.7 \ No newline at end of file diff --git a/roles/kaholo/sourceprep/10-pushimages.sh b/roles/kaholo/sourceprep/10-pushimages.sh index 59491ad..a4805cb 100644 --- a/roles/kaholo/sourceprep/10-pushimages.sh +++ b/roles/kaholo/sourceprep/10-pushimages.sh @@ -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