-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Elasticsearch DA #21
base: dev-elasticsearch
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some more suggestions. I think you need to add the outputs to the ibm_catalog.json in order to mark some of them as sensitive and to add a description to them.
stack_definition.json
Outdated
], | ||
"outputs": [ | ||
{ | ||
"name": "es_hostname", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
es_hostname -> elasticsearch_hostname
stack_definition.json
Outdated
"value": "ref:./members/7 - Databases for Elasticsearch/outputs/hostname" | ||
}, | ||
{ | ||
"name": "es_port", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
es_port -> elasticsearch_port
stack_definition.json
Outdated
"value": "ref:./members/7 - Databases for Elasticsearch/outputs/port" | ||
}, | ||
{ | ||
"name": "es_certificate_base64", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
es_certificate_base64 -> elasticsearch_certificate_base64
stack_definition.json
Outdated
"value": "ref:./members/7 - Databases for Elasticsearch/outputs/certificate_base64" | ||
}, | ||
{ | ||
"name": "es_service_credentials_json", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
es_service_credentials_json -> elasticsearch_service_credentials_json
Do we need to explicitly pass a value for |
} | ||
} | ||
], | ||
"name": "7 - Databases for Elasticsearch", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be renamed "3b - Databases for Elasticsearch"
since it has a dependency on 1 - Account Infrastructure Base
and 2a - Security Service - Key Management
only (and then rename 3a - Security Service - Observability
)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
going with this for now - will revisit later
Description
Release required?
x.x.X
)x.X.x
)X.x.x
)Release notes content
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers