Skip to content
Snippets Groups Projects
Commit d72a6ef3 authored by Mikhail Piatliou (EPAM)'s avatar Mikhail Piatliou (EPAM)
Browse files

Merge branch 'gc-fix-bm-bootstrap' into 'master'

GONRG-7991: extend bootstrap data

See merge request !474
parents b24aa95b 8e2dfee4
No related branches found
No related tags found
1 merge request!474GONRG-7991: extend bootstrap data
Pipeline #222455 failed
......@@ -130,6 +130,18 @@ baremetal_system_partition_data() {
"elasticsearch.password": {
"sensitive": true,
"value": "ELASTIC_PASS"
},
"index-augmenter-enabled": {
"sensitive": false,
"value": "${INDEXER_AUGMENTER_ENABLED}"
},
"policy-service-enabled": {
"sensitive": false,
"value": "false"
},
"obm.minio.external.endpoint": {
"sensitive": false,
"value": "${MINIO_EXTERNAL_ENDPOINT}"
}
}
}
......@@ -157,5 +169,3 @@ baremetal_additional_partition_data() {
}
EOF
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment