Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
256f302f
Commit
256f302f
authored
4 years ago
by
Simon Ehrenstein
Browse files
Options
Downloads
Patches
Plain Diff
Resolved conflicting eclipse configurations
parent
98bd4dcd
No related branches found
No related tags found
1 merge request
!6
Add Distributed Workload Generator
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.settings/org.eclipse.jdt.ui.prefs
+2
-2
2 additions, 2 deletions
.settings/org.eclipse.jdt.ui.prefs
.settings/qa.eclipse.plugin.pmd.prefs
+1
-1
1 addition, 1 deletion
.settings/qa.eclipse.plugin.pmd.prefs
execution/cluster-setup.sh
+0
-60
0 additions, 60 deletions
execution/cluster-setup.sh
with
3 additions
and
63 deletions
.settings/org.eclipse.jdt.ui.prefs
+
2
−
2
View file @
256f302f
...
...
@@ -32,7 +32,7 @@ cleanup.qualify_static_member_accesses_with_declaring_class=true
cleanup.qualify_static_method_accesses_with_declaring_class=false
cleanup.remove_private_constructors=true
cleanup.remove_redundant_modifiers=false
cleanup.remove_redundant_semicolons=
tru
e
cleanup.remove_redundant_semicolons=
fals
e
cleanup.remove_redundant_type_arguments=true
cleanup.remove_trailing_whitespaces=true
cleanup.remove_trailing_whitespaces_all=true
...
...
@@ -61,7 +61,7 @@ cleanup_settings_version=2
eclipse.preferences.version=1
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
formatter_profile=_CAU-SE-Style
formatter_settings_version=1
6
formatter_settings_version=1
5
org.eclipse.jdt.ui.ignorelowercasenames=true
org.eclipse.jdt.ui.importorder=;
org.eclipse.jdt.ui.ondemandthreshold=99
...
...
This diff is collapsed.
Click to expand it.
.settings/qa.eclipse.plugin.pmd.prefs
+
1
−
1
View file @
256f302f
customRulesJars=
eclipse.preferences.version=1
enabled=
fals
e
enabled=
tru
e
ruleSetFilePath=config/pmd.xml
This diff is collapsed.
Click to expand it.
execution/cluster-setup.sh
deleted
100755 → 0
+
0
−
60
View file @
98bd4dcd
#!/bin/bash
CP_HELM_PATH
=
'../../cp-helm-charts'
## minikube ##
# if minikube stop responding after few minutes
# minikube delete
# cd
# rm -r .minikube
# cd Dokumente/Master-2-SoSe-2020/project/spesb/execution/
#minikube config set memory 4046
#minikube delete
#minikube config set cpus 4
#minikube delete
#minikube start --vm-driver=virtualbox
## kind ##
kind delete cluster
kind create cluster
# --config infrastructure/cluster/kind-configuration.yaml
# K8s dashboard
# Token: eyJhbGciOiJSUzI1NiIsImtpZCI6ImdGNlU1U3BnN01XcS14RnlWUFRBODlaTzNpeUtxa1hTV3VKNTVmVGVrZ2MifQ.eyJpc3MiOiJrdWJlcm5ldGVzL3NlcnZpY2VhY2NvdW50Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9uYW1lc3BhY2UiOiJrdWJlcm5ldGVzLWRhc2hib2FyZCIsImt1YmVybmV0ZXMuaW8vc2VydmljZWFjY291bnQvc2VjcmV0Lm5hbWUiOiJkZWZhdWx0LXRva2VuLW5rbnc1Iiwia3ViZXJuZXRlcy5pby9zZXJ2aWNlYWNjb3VudC9zZXJ2aWNlLWFjY291bnQubmFtZSI6ImRlZmF1bHQiLCJrdWJlcm5ldGVzLmlvL3NlcnZpY2VhY2NvdW50L3NlcnZpY2UtYWNjb3VudC51aWQiOiI2NDE5NTUzYy0yY2RkLTQ2OGUtYTMwNS03YzZlNWQ5NjhmMzMiLCJzdWIiOiJzeXN0ZW06c2VydmljZWFjY291bnQ6a3ViZXJuZXRlcy1kYXNoYm9hcmQ6ZGVmYXVsdCJ9.xkkZJViw4Q7RUbpzWjmTUGIGlgHfIhC94GuJ_bmGId3w8UxCP5PK6eq0yPNTTMJMT-yGr3qH7D1f616UNDJM1SrcoervG1fXyzw0XYmdbXluemW1LIm3WyzukhBs4dF4s93RrxUd9iHFjCrQanssXOSDDCZO-2V4BrpYEZ4TLvgMz9pAy4_k4-1gL4QKu8FBgCydBa2SBVOZ8tFy_5r38KH7j9eX0OJD8kyugcmPz0ARaIZhyZERyTHz3wmxY5E-W_qSe1GY12EeR9c5KlWeGYYIzheyBr-TpcyLuoQQguxmI7Ico917k0zG2YBSEYdfTo1I2LPXCYzbp__MAIV_TQ
# kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
# kubectl proxy &
# prometheus
helm
install
prometheus-operator stable/prometheus-operator
-f
infrastructure/prometheus/helm-values.yaml
kubectl apply
-f
infrastructure/prometheus/service-account.yaml
kubectl apply
-f
infrastructure/prometheus/cluster-role.yaml
kubectl apply
-f
infrastructure/prometheus/cluster-role-binding.yaml
kubectl apply
-f
infrastructure/prometheus/prometheus.yaml
# grafana
kubectl apply
-f
infrastructure/grafana/prometheus-datasource-config-map.yaml
kubectl apply
-f
infrastructure/grafana/dashboard-config-map.yaml
helm
install
grafana stable/grafana
-f
infrastructure/grafana/values.yaml
# kafka + lag-exporter
helm
install
my-confluent
$CP_HELM_PATH
-f
infrastructure/kafka/values.yaml
kubectl apply
-f
$CP_HELM_PATH
/examples/kafka-client.yaml
kubectl apply
-f
infrastructure/kafka/service-monitor.yaml
helm
install
kafka-lag-exporter https://github.com/lightbend/kafka-lag-exporter/releases/download/v0.6.0/kafka-lag-exporter-0.6.0.tgz
-f
infrastructure/kafka-lag-exporter/values.yaml
kubectl apply
-f
infrastructure/kafka-lag-exporter/service-monitor.yaml
# port fowarding kubectl "port-forward --namespace monitoring <pod name> <local port>:<container port>"
sleep
3m
# wait for grafana and prometheus pods
kubectl port-forward
$(
kubectl get pods
-o
name |
grep
grafana
)
3000:3000 &
kubectl port-forward
$(
kubectl get pods
-o
name |
grep
prometheus-prometheus
)
9090:9090 &
# open web interfaces
# xdg-open http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/.
xdg-open http://localhost:9090
xdg-open http://localhost:3000
# grafana token
# kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment