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

Add support for VTL #3328

Merged
merged 4 commits into from
Dec 2, 2021
Merged

Add support for VTL #3328

merged 4 commits into from
Dec 2, 2021

Commits on Nov 12, 2021

  1. Add support for VTL: pi_instance and pi_image

    Signed-off-by: Chase Austin [chase@ibm.com](mailto:chase@ibm.com)
    
    * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request
    * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request
    
    Output from acceptance testing:
    ```
    === RUN   TestAccIBMPIInstanceBasic
    --- PASS: TestAccIBMPIInstanceBasic (1032.71s)
    PASS
    === RUN   TestAccIBMPIInstanceNetwork
    --- PASS: TestAccIBMPIInstanceNetwork (1001.32s)
    PASS
    === RUN   TestAccIBMPIInstanceVTL
    --- PASS: TestAccIBMPIInstanceVTL (754.28s)
    PASS
    
    === RUN   TestAccIBMPICatalogImagesDataSourceBasic
    --- PASS: TestAccIBMPICatalogImagesDataSourceBasic (11.74s)
    PASS
    === RUN   TestAccIBMPICatalogImagesDataSourceSAP
    --- PASS: TestAccIBMPICatalogImagesDataSourceSAP (10.89s)
    PASS
    === RUN   TestAccIBMPICatalogImagesDataSourceVTL
    --- PASS: TestAccIBMPICatalogImagesDataSourceVTL (10.40s)
    PASS
    === RUN   TestAccIBMPICatalogImagesDataSourceSAPAndVTL
    --- PASS: TestAccIBMPICatalogImagesDataSourceSAPAndVTL (10.40s)
    PASS
    ...
    ```
    Chase Austin committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    fce830c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Don't have to check for LRC for nil

    Chase Austin committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    37ad343 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Made LRC a computed and optional argument/attribute

    Chase Austin committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ad25919 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Fixed attribute names

    Chase Austin committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    dddf8ab View commit details
    Browse the repository at this point in the history