Skip to content

Commit

Permalink
Remove twitter app is it is no longer supported (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Aug 7, 2023
1 parent a5c7b94 commit bbe7345
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 92 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ install_infra:
install_strimzi:
ansible-playbook install/tealc-play.yaml --tags=strimzi-infra

twitter_app:
ansible-playbook install/tealc-play.yaml --tags=twitter-app

remove_infra:
ansible-playbook install/tealc-play.yaml --tags=teardown

.PHONY: install_infra install_strimzi twitter_app remove_infra
.PHONY: install_infra install_strimzi twitter_app remove_infra
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ansible-playbook
```
cd install
ansible-galaxy collection install -r collections/requirements.yml
ansible-playbook tealc-play.yaml --tags=infra,strimzi-infra,twitter-app
ansible-playbook tealc-play.yaml --tags=infra,strimzi-infra
```

makefile
Expand Down
2 changes: 1 addition & 1 deletion install/ansible-navigator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ansible-navigator:
- "--platform linux/amd64"
environment-variables:
set:
ANSIBLE_RUN_TAGS: 'infra,strimzi-infra,twitter-app'
ANSIBLE_RUN_TAGS: 'infra,strimzi-infra'

app: run
mode: stdout
Expand Down
3 changes: 0 additions & 3 deletions install/roles/tealc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@
- import_tasks: scenario-deployment/monitoring/argo-deploy-strimzi-monitoring.yaml
tags: [argo-apps, argo-strimzi-monitoring, strimzi-infra, never]

- import_tasks: scenario-deployment/twitter/argo-deploy-strimzi-twitter-app.yaml
tags: [argo-apps, argo-strimzi-twitter-app, twitter-app, never]

- import_tasks: scenario-deployment/tekton/strimzi-infra-tkn-pipelines.yaml
tags: [tekton-pipelines, strimzi-infra, never]

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
git clone https://github.com/ExcelentProject/tealc.git $CURRENT_DIR
echo $GIT_CRYPT_SECRET | base64 -d > "$CURRENT_DIR/crypt-key"
cd $CURRENT_DIR && git crypt unlock crypt-key
cd $CURRENT_DIR && ansible-playbook install/tealc-play.yaml --tags="infra,strimzi-infra,twitter-app"
cd $CURRENT_DIR && ansible-playbook install/tealc-play.yaml --tags="infra,strimzi-infra"
finally:
- name: notify-slack
when:
Expand Down

0 comments on commit bbe7345

Please sign in to comment.