@@ -399,7 +399,7 @@ jobs:
399399 cd ${GITHUB_REPOSITORY#*/}
400400 chmod +x /tmp/Ainari_debug_build_result/ainari/hanami
401401 chmod +x /tmp/Ainari_debug_build_result/ainari/miko
402- chmod +x /tmp/Ainari_debug_build_result/ainari/bento
402+ chmod +x /tmp/Ainari_debug_build_result/ainari/ryokan
403403 chmod +x /tmp/Ainari_debug_build_result/ainari/sakura
404404 chmod +x /tmp/Ainari_debug_build_result/ainari/torii
405405 chmod +x /tmp/Ainari_debug_build_result/ainari/omamori
@@ -408,7 +408,7 @@ jobs:
408408 sudo chmod 777 -R /etc/ainari
409409 /tmp/Ainari_debug_build_result/ainari/hanami &
410410 /tmp/Ainari_debug_build_result/ainari/miko &
411- /tmp/Ainari_debug_build_result/ainari/bento &
411+ /tmp/Ainari_debug_build_result/ainari/ryokan &
412412 /tmp/Ainari_debug_build_result/ainari/torii &
413413 /tmp/Ainari_debug_build_result/ainari/omamori &
414414 # sleep to make sure, that hanami is started before sakura starts
@@ -489,7 +489,7 @@ jobs:
489489 cd ${GITHUB_REPOSITORY#*/}
490490 chmod +x /tmp/Ainari_debug_build_result/ainari/hanami
491491 chmod +x /tmp/Ainari_debug_build_result/ainari/miko
492- chmod +x /tmp/Ainari_debug_build_result/ainari/bento
492+ chmod +x /tmp/Ainari_debug_build_result/ainari/ryokan
493493 chmod +x /tmp/Ainari_debug_build_result/ainari/sakura
494494 chmod +x /tmp/Ainari_debug_build_result/ainari/torii
495495 chmod +x /tmp/Ainari_debug_build_result/ainari/omamori
@@ -498,7 +498,7 @@ jobs:
498498 sudo chmod 777 -R /etc/ainari
499499 /tmp/Ainari_debug_build_result/ainari/hanami &
500500 /tmp/Ainari_debug_build_result/ainari/miko &
501- /tmp/Ainari_debug_build_result/ainari/bento &
501+ /tmp/Ainari_debug_build_result/ainari/ryokan &
502502 /tmp/Ainari_debug_build_result/ainari/torii &
503503 /tmp/Ainari_debug_build_result/ainari/omamori &
504504 # sleep to make sure, that hanami is started before sakura starts
@@ -605,7 +605,7 @@ jobs:
605605 cd ${GITHUB_REPOSITORY#*/}
606606 chmod +x /tmp/Ainari_debug_build_result/ainari/hanami
607607 chmod +x /tmp/Ainari_debug_build_result/ainari/miko
608- chmod +x /tmp/Ainari_debug_build_result/ainari/bento
608+ chmod +x /tmp/Ainari_debug_build_result/ainari/ryokan
609609 chmod +x /tmp/Ainari_debug_build_result/ainari/sakura
610610 chmod +x /tmp/Ainari_debug_build_result/ainari/torii
611611 chmod +x /tmp/Ainari_debug_build_result/ainari/omamori
@@ -614,7 +614,7 @@ jobs:
614614 sudo chmod 777 -R /etc/ainari
615615 /tmp/Ainari_debug_build_result/ainari/hanami &
616616 /tmp/Ainari_debug_build_result/ainari/miko &
617- /tmp/Ainari_debug_build_result/ainari/bento &
617+ /tmp/Ainari_debug_build_result/ainari/ryokan &
618618 /tmp/Ainari_debug_build_result/ainari/torii &
619619 /tmp/Ainari_debug_build_result/ainari/omamori &
620620 # sleep to make sure, that hanami is started before sakura starts
@@ -682,8 +682,8 @@ jobs:
682682 - { component: "hanami", platform: "linux/arm64", regitry: "kitsudaiki/hanami" }
683683 - { component: "miko", platform: "linux/amd64", regitry: "kitsudaiki/miko" }
684684 - { component: "miko", platform: "linux/arm64", regitry: "kitsudaiki/miko" }
685- - { component: "bento ", platform: "linux/amd64", regitry: "kitsudaiki/bento " }
686- - { component: "bento ", platform: "linux/arm64", regitry: "kitsudaiki/bento " }
685+ - { component: "ryokan ", platform: "linux/amd64", regitry: "kitsudaiki/ryokan " }
686+ - { component: "ryokan ", platform: "linux/arm64", regitry: "kitsudaiki/ryokan " }
687687 - { component: "sakura", platform: "linux/amd64", regitry: "kitsudaiki/sakura" }
688688 - { component: "sakura", platform: "linux/arm64", regitry: "kitsudaiki/sakura" }
689689 - { component: "torii", platform: "linux/amd64", regitry: "kitsudaiki/torii" }
@@ -768,7 +768,7 @@ jobs:
768768 builds :
769769 - { component: "hanami", regitry: "kitsudaiki/hanami" }
770770 - { component: "miko", regitry: "kitsudaiki/miko" }
771- - { component: "bento ", regitry: "kitsudaiki/bento " }
771+ - { component: "ryokan ", regitry: "kitsudaiki/ryokan " }
772772 - { component: "sakura", regitry: "kitsudaiki/sakura" }
773773 - { component: "torii", regitry: "kitsudaiki/torii" }
774774 - { component: "omamori", regitry: "kitsudaiki/omamori" }
@@ -990,7 +990,7 @@ jobs:
990990 run : |
991991 kubectl label nodes --all hanami-node=true
992992 kubectl label nodes --all miko-node=true
993- kubectl label nodes --all bento -node=true
993+ kubectl label nodes --all ryokan -node=true
994994 kubectl label nodes --all sakura-node=true
995995 kubectl label nodes --all torii-node=true
996996 kubectl label nodes --all omamori-node=true
@@ -1020,8 +1020,8 @@ jobs:
10201020 echo "$ingress_ip_hanami local-hanami" | sudo tee -a /etc/hosts
10211021 ingress_ip_miko=$(kubectl get ingress miko-ingress -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
10221022 echo "$ingress_ip_miko local-miko" | sudo tee -a /etc/hosts
1023- ingress_ip_bento =$(kubectl get ingress bento -ingress -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
1024- echo "$ingress_ip_bento local-bento " | sudo tee -a /etc/hosts
1023+ ingress_ip_ryokan =$(kubectl get ingress ryokan -ingress -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
1024+ echo "$ingress_ip_ryokan local-ryokan " | sudo tee -a /etc/hosts
10251025 ingress_ip_torii=$(kubectl get ingress torii-ingress -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
10261026 echo "$ingress_ip_torii local-torii" | sudo tee -a /etc/hosts
10271027 ingress_ip_sakura=$(kubectl get ingress sakura-ingress -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
@@ -1048,7 +1048,7 @@ jobs:
10481048 sudo cp -r ./example_configs/ainari /etc/
10491049 sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11418/address = https:\/\/local-hanami/g' /etc/ainari/hanami_testing.conf
10501050 sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11417/address = https:\/\/local-miko/g' /etc/ainari/hanami_testing.conf
1051- sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11416/address = https:\/\/local-bento /g' /etc/ainari/hanami_testing.conf
1051+ sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11416/address = https:\/\/local-ryokan /g' /etc/ainari/hanami_testing.conf
10521052 sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11416/address = https:\/\/local-sakura/g' /etc/ainari/hanami_testing.conf
10531053 sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11416/address = https:\/\/local-torii/g' /etc/ainari/hanami_testing.conf
10541054 sudo sed -i 's/address = http:\/\/127\.0\.0\.1:11416/address = https:\/\/local-omamori/g' /etc/ainari/hanami_testing.conf
@@ -1071,9 +1071,9 @@ jobs:
10711071 if : ${{ always() }}
10721072 run : kubectl logs -c miko $(kubectl get pods --no-headers -o custom-columns=":metadata.name" | grep '^miko-')
10731073 -
1074- name : Print logs of the bento -pod to make debugging easier in case of an error
1074+ name : Print logs of the ryokan -pod to make debugging easier in case of an error
10751075 if : ${{ always() }}
1076- run : kubectl logs -c bento $(kubectl get pods --no-headers -o custom-columns=":metadata.name" | grep '^bento -')
1076+ run : kubectl logs -c ryokan $(kubectl get pods --no-headers -o custom-columns=":metadata.name" | grep '^ryokan -')
10771077 -
10781078 name : Print logs of the sakura-pod to make debugging easier in case of an error
10791079 if : ${{ always() }}
0 commit comments