Skip to content

Commit

Permalink
Cephfs migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Dec 11, 2024
1 parent e9ad068 commit 9fc7888
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 12 deletions.
1 change: 1 addition & 0 deletions instances/modeling.graphiti/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
fullName: "modeling.graphiti",
displayName: "Eclipse Graphiti",
},
seLinuxLevel: "s0:c41,c10",
}
5 changes: 3 additions & 2 deletions instances/modeling.graphiti/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@
"id": "2.479.2",
"key_fingerprint": "5BA31D57EF5975CA",
"plugin_manager": {
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.0/jenkins-plugin-manager-2.13.0.jar",
"version": "2.13.0"
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.2/jenkins-plugin-manager-2.13.2.jar",
"version": "2.13.2"
},
"pluginroot": "/var/cache/jenkins/plugins",
"plugins": [
Expand Down Expand Up @@ -603,6 +603,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c41,c10",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
2 changes: 2 additions & 0 deletions instances/modeling.graphiti/target/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jenkins:
containerCapStr: "2"
jenkinsUrl: "http://jenkins-ui.graphiti.svc.cluster.local/graphiti"
jenkinsTunnel: "jenkins-discovery.graphiti.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "graphiti"
podRetention: "never"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ data:
containerCapStr: "2"
jenkinsUrl: "http://jenkins-ui.graphiti.svc.cluster.local/graphiti"
jenkinsTunnel: "jenkins-discovery.graphiti.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "graphiti"
podRetention: "never"
Expand Down
7 changes: 6 additions & 1 deletion instances/modeling.graphiti/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "250m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c41,c10",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down
1 change: 1 addition & 0 deletions instances/modeling.mdt.papyrus/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
},
},
},
seLinuxLevel: "s0:c51,c10",
}
5 changes: 3 additions & 2 deletions instances/modeling.mdt.papyrus/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@
"id": "2.479.2",
"key_fingerprint": "5BA31D57EF5975CA",
"plugin_manager": {
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.0/jenkins-plugin-manager-2.13.0.jar",
"version": "2.13.0"
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.2/jenkins-plugin-manager-2.13.2.jar",
"version": "2.13.2"
},
"pluginroot": "/var/cache/jenkins/plugins",
"plugins": [
Expand Down Expand Up @@ -703,6 +703,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c51,c10",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jenkins:
containerCapStr: "6"
jenkinsUrl: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus"
jenkinsTunnel: "jenkins-discovery.papyrus.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "papyrus"
podRetention: "never"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ data:
containerCapStr: "6"
jenkinsUrl: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus"
jenkinsTunnel: "jenkins-discovery.papyrus.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "papyrus"
podRetention: "never"
Expand Down
7 changes: 6 additions & 1 deletion instances/modeling.mdt.papyrus/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "850m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c51,c10",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down
1 change: 1 addition & 0 deletions instances/polarsys.chess/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
fullName: "polarsys.chess",
displayName: "Eclipse Chess"
},
seLinuxLevel: "s0:c32,c29",
}
5 changes: 3 additions & 2 deletions instances/polarsys.chess/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@
"id": "2.479.2",
"key_fingerprint": "5BA31D57EF5975CA",
"plugin_manager": {
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.0/jenkins-plugin-manager-2.13.0.jar",
"version": "2.13.0"
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.2/jenkins-plugin-manager-2.13.2.jar",
"version": "2.13.2"
},
"pluginroot": "/var/cache/jenkins/plugins",
"plugins": [
Expand Down Expand Up @@ -603,6 +603,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c32,c29",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-chess": {
Expand Down
2 changes: 2 additions & 0 deletions instances/polarsys.chess/target/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jenkins:
containerCapStr: "2"
jenkinsUrl: "http://jenkins-ui.chess.svc.cluster.local/chess"
jenkinsTunnel: "jenkins-discovery.chess.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "chess"
podRetention: "never"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ data:
containerCapStr: "2"
jenkinsUrl: "http://jenkins-ui.chess.svc.cluster.local/chess"
jenkinsTunnel: "jenkins-discovery.chess.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "chess"
podRetention: "never"
Expand Down
7 changes: 6 additions & 1 deletion instances/polarsys.chess/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "250m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c32,c29",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down
1 change: 1 addition & 0 deletions instances/tools.linuxtools/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
"build-with-parameters"
],
},
seLinuxLevel: "s0:c46,c40",
}
5 changes: 3 additions & 2 deletions instances/tools.linuxtools/target/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@
"id": "2.479.2",
"key_fingerprint": "5BA31D57EF5975CA",
"plugin_manager": {
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.0/jenkins-plugin-manager-2.13.0.jar",
"version": "2.13.0"
"jar": "https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.13.2/jenkins-plugin-manager-2.13.2.jar",
"version": "2.13.2"
},
"pluginroot": "/var/cache/jenkins/plugins",
"plugins": [
Expand Down Expand Up @@ -606,6 +606,7 @@
},
"generate": false
},
"seLinuxLevel": "s0:c46,c40",
"secrets": {
"dockerconfigjson": {
"dockerconfigjson-for-pull-as-default": {
Expand Down
2 changes: 2 additions & 0 deletions instances/tools.linuxtools/target/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ jenkins:
containerCapStr: "2"
jenkinsUrl: "http://jenkins-ui.linuxtools.svc.cluster.local/linuxtools"
jenkinsTunnel: "jenkins-discovery.linuxtools.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "linuxtools"
podRetention: "never"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ data:
containerCapStr: "2"
jenkinsUrl: "http://jenkins-ui.linuxtools.svc.cluster.local/linuxtools"
jenkinsTunnel: "jenkins-discovery.linuxtools.svc.cluster.local:50000"
garbageCollection:
timeout: 300
maxRequestsPerHostStr: "32"
namespace: "linuxtools"
podRetention: "never"
Expand Down
7 changes: 6 additions & 1 deletion instances/tools.linuxtools/target/k8s/statefulset.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,12 @@
"cpu": "250m"
}
},
"securityContext": { },
"securityContext": {
"seLinuxOptions": {
"level": "s0:c46,c40",
"type": "spc_t"
}
},
"volumeMounts": [
{
"mountPath": "/var/jenkins",
Expand Down

0 comments on commit 9fc7888

Please sign in to comment.