Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Partition
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OSDU
OSDU Data Platform
System
Partition
Commits
4b06380d
Commit
4b06380d
authored
6 months ago
by
Aliaksandr Ramanovich (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
gc: update bootstrap templates
parent
00728971
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!592
gc: update bootstrap templates
Pipeline
#283543
failed
6 months ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: cleanup
Stage: verified-deploy
Stage: publish
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
provider/partition-gc/bootstrap/data_baremetal.sh
+1
-1
1 addition, 1 deletion
provider/partition-gc/bootstrap/data_baremetal.sh
provider/partition-gc/bootstrap/data_gc.sh
+12
-8
12 additions, 8 deletions
provider/partition-gc/bootstrap/data_gc.sh
with
13 additions
and
9 deletions
provider/partition-gc/bootstrap/data_baremetal.sh
+
1
−
1
View file @
4b06380d
...
...
@@ -139,7 +139,7 @@ baremetal_system_partition_data() {
"sensitive": false,
"value": "
${
INDEXER_AUGMENTER_ENABLED
}
"
},
"
policy-service-
enabled": {
"
featureFlag.policy.
enabled": {
"sensitive": false,
"value": "
${
POLICY_SERVICE_ENABLED
}
"
},
...
...
This diff is collapsed.
Click to expand it.
provider/partition-gc/bootstrap/data_gc.sh
+
12
−
8
View file @
4b06380d
...
...
@@ -78,15 +78,19 @@ gc_system_partition_data() {
"sensitive": false,
"value": "
${
PROJECT_ID
}
-system-schema"
},
"system.eds.enabled": {
"system.
featureFlag.
eds.enabled": {
"sensitive": false,
"value": "
${
EDS_ENABLED
}
"
},
"featureFlag.opa.enabled": {
"
system.
featureFlag.opa.enabled": {
"sensitive": false,
"value": "
${
POLICY_SERVICE_ENABLED
}
"
},
"featureFlag.autocomplete.enabled": {
"system.featureFlag.policy.enabled": {
"sensitive": false,
"value": "
${
POLICY_SERVICE_ENABLED
}
"
},
"system.featureFlag.autocomplete.enabled": {
"sensitive": false,
"value": "
${
AUTOCOMPLETE_ENABLED
}
"
}
...
...
@@ -99,10 +103,6 @@ gc_additional_partition_data() {
cat
<<
EOF
{
"properties": {
"policy-service-enabled": {
"sensitive": false,
"value": "
${
POLICY_SERVICE_ENABLED
}
"
},
"kubernetes-secret-name": {
"sensitive": false,
"value": "eds-
${
DATA_PARTITION_ID_VALUE
}
"
...
...
@@ -119,7 +119,7 @@ gc_additional_partition_data() {
"sensitive": false,
"value": "
${
PROJECT_ID
}
-
${
DATA_PARTITION_ID_VALUE
}
-schema"
},
"eds.enabled": {
"
featureFlag.
eds.enabled": {
"sensitive": false,
"value": "
${
EDS_ENABLED
}
"
},
...
...
@@ -127,6 +127,10 @@ gc_additional_partition_data() {
"sensitive": false,
"value": "
${
POLICY_SERVICE_ENABLED
}
"
},
"featureFlag.policy.enabled": {
"sensitive": false,
"value": "
${
POLICY_SERVICE_ENABLED
}
"
},
"featureFlag.autocomplete.enabled": {
"sensitive": false,
"value": "
${
AUTOCOMPLETE_ENABLED
}
"
...
...
This diff is collapsed.
Click to expand it.
Aliaksandr Ramanovich (EPAM)
@aliaksandr_ramanovich
mentioned in commit
84739a6c
·
6 months ago
mentioned in commit
84739a6c
mentioned in commit 84739a6cb131e03d44942728356f49b7388b9f6d
Toggle commit list
Aliaksandr Ramanovich (EPAM)
@aliaksandr_ramanovich
mentioned in commit
f66ab7b9
·
6 months ago
mentioned in commit
f66ab7b9
mentioned in commit f66ab7b9861d772dbbee6e30878a7ae5b9c48717
Toggle commit list
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