Skip to content
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: (IAC-629) Support SingleStore (DAC) #277

Merged
merged 4 commits into from
Aug 16, 2022
Merged

Conversation

dhoucgitter
Copy link
Member

Add SingleStore README and siteconfig_info change

  • Add a link to SingleStore requirements in SAS Viya Operations Guide 2022.1.4
  • Add a link to SingleStore README from base README.md to expose it to DAC consumers
  • Add additional step and step to skip for sas-bases/examples/sas-singlestore/README.md
  • update siteconfig_info to use folder name instead of full path to kustomization.yaml file for component entries

@dhoucgitter dhoucgitter added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 9, 2022
@dhoucgitter dhoucgitter self-assigned this Aug 9, 2022
@dhoucgitter dhoucgitter marked this pull request as draft August 9, 2022 19:39
Copy link
Member

@thpang thpang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need feedback on changes to the code processing for components.

…(pre)

Why:

The tranformers present in existing TLS components need to come after any user
customization components so that their transformers have user component
content to operate on.

Populate user contributed components section in kustomization.yaml as needed
even if no components are present in ordered_overlays dictionary. This
scenario is true for a SingleStore deployment where TLS is disabled.
@dhoucgitter dhoucgitter marked this pull request as ready for review August 12, 2022 18:25
@@ -25,4 +25,12 @@ namespace: {{ NAMESPACE }}
{% endif %}

{% endfor %}

{% if "components" not in ordered_overlays.result %}
Copy link
Member Author

@dhoucgitter dhoucgitter Aug 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 29-36 added to the kustomization.yaml template handle the scenario when DAC does not contribute any hard-coded component entries into ordered_overlays (as when TLS is disabled) and then skips over adding user submitted components under site-config such as SingleStore.

Copy link
Member

@thpang thpang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@jarpat jarpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dhoucgitter dhoucgitter merged commit be75fac into staging Aug 16, 2022
@dhoucgitter dhoucgitter deleted the feat-iac-629 branch August 16, 2022 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants