Skip to content

Commit

Permalink
Remove the rest of Kurono (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Aug 7, 2024
1 parent 9c91732 commit a6c3a0d
Show file tree
Hide file tree
Showing 100 changed files with 5 additions and 18,277 deletions.
8 changes: 0 additions & 8 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ inputs:
redis-port:
description: Redis port
required: true
react-app-kurono-badges-url:
description: URL for Kurono badges service
required: true
portal-branch:
description: Optional portal branch to deploy
default: ""
Expand All @@ -94,10 +91,6 @@ runs:
pip install mysqlclient==2.1.*
shell: bash

- name: "Install kubernetes"
run: pip install kubernetes==26.1.0
shell: bash

- name: "Build"
run: |
pip install requests
Expand Down Expand Up @@ -211,5 +204,4 @@ runs:
RECAPTCHA_PRIVATE_KEY: ${{ inputs.recaptcha-private-key }}
REDIS_IP: ${{ inputs.redis-ip }}
REDIS_PORT: ${{ inputs.redis-port }}
REACT_APP_KURONO_BADGES_URL: ${{ inputs.react-app-kurono-badges-url }}
shell: bash
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--- Provide a general summary of your changes in the Title above -->
<!--- This template can be modified slighty to the needs of the pull request -->
<!--- This template can be modified slightly to the needs of the pull
request -->

## Description
<!--- Describe your changes in detail -->
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
architecture: "x64"
Expand Down Expand Up @@ -68,7 +68,6 @@ jobs:
recaptcha-private-key: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
redis-ip: ${{ secrets.REDIS_IP }}
redis-port: ${{ secrets.REDIS_PORT }}
react-app-kurono-badges-url: ${{ secrets.REACT_APP_KURONO_BADGES_URL }}

- name: Notify successful deployment
if: ${{ success() }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
architecture: "x64"
Expand Down Expand Up @@ -78,7 +78,6 @@ jobs:
recaptcha-private-key: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
redis-ip: ${{ secrets.REDIS_IP }}
redis-port: ${{ secrets.REDIS_PORT }}
react-app-kurono-badges-url: ${{ secrets.REACT_APP_KURONO_BADGES_URL }}
portal-branch: ${{ github.event.inputs.portal-branch }}
rapid-router-branch: ${{ github.event.inputs.rapid-router-branch }}

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8.x"
architecture: "x64"
Expand Down Expand Up @@ -68,7 +68,6 @@ jobs:
recaptcha-private-key: ${{ secrets.RECAPTCHA_PRIVATE_KEY }}
redis-ip: ${{ secrets.REDIS_IP }}
redis-port: ${{ secrets.REDIS_PORT }}
react-app-kurono-badges-url: ${{ secrets.REACT_APP_KURONO_BADGES_URL }}

- name: Notify successful deployment
if: ${{ success() }}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.terraform
app.yaml
lib
static
Expand Down
1 change: 0 additions & 1 deletion app.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ env_variables:
REDIS_PORT: '${REDIS_PORT}'
AWS_ACCESS_KEY_ID: '${AWS_ACCESS_KEY_ID}'
AWS_SECRET_ACCESS_KEY: '${AWS_SECRET_ACCESS_KEY}'
REACT_APP_KURONO_BADGES_URL: '${REACT_APP_KURONO_BADGES_URL}'
177 changes: 0 additions & 177 deletions clusters_setup/deploy.py

This file was deleted.

34 changes: 0 additions & 34 deletions clusters_setup/fleet.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions clusters_setup/ingress.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions clusters_setup/ingress_nginx/configmap.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions clusters_setup/ingress_nginx/default-backend-deployment.yaml

This file was deleted.

Loading

0 comments on commit a6c3a0d

Please sign in to comment.