Skip to content

(MODULES-5070) Add polybase parameters to sql_instance #231

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

Merged
merged 1 commit into from
Jul 12, 2017
Merged

(MODULES-5070) Add polybase parameters to sql_instance #231

merged 1 commit into from
Jul 12, 2017

Conversation

glennsarti
Copy link
Contributor

Previously the PolyBase features were added to sql_instance however the config
settings for username and password were not surfaced on the type. This commit:

  • Adds the polybase_svc_account and polybase_svc_password parameters to the
    sql_instance
  • Adds checks to the provider so an error is thrown if the polybase params are
    set, but no polybase feature is being installed
  • Previously the code assumed the puppet parameter names directly lined up with
    SQL Server installation command line switches however for Polybase, this is
    not true. This commit changes to using a simple lookup hashtable
  • This commit also removes a shared example called 'run' and install helper as
    they were not being used in any tests.

Previously the PolyBase features were added to sql_instance however the config
settings for username and password were not surfaced on the type.  This commit:
- Adds the polybase_svc_account and polybase_svc_password parameters to the
  sql_instance
- Adds checks to the provider so an error is thrown if the polybase params are
  set, but no polybase feature is being installed
- Previously the code assumed the puppet parameter names directly lined up with
  SQL Server installation command line switches however for Polybase, this is
  not true.  This commit changes to using a simple lookup hashtable
- This commit also removes a shared example called 'run' and install helper as
  they were not being used in any tests.
@glennsarti
Copy link
Contributor Author

Running through adhoc

@glennsarti
Copy link
Contributor Author

Passed acceptance smoke tests. Ready for merge.

@glennsarti glennsarti requested a review from jpogran July 12, 2017 15:35
@jpogran jpogran merged commit b045d07 into puppetlabs:master Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants