HewlettPackard / oneview-puppet

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Terraform and Ansible Collection
https://forge.puppet.com/hewlettpackard/oneview
Apache License 2.0
8 stars 17 forks source link

Changes to make code as PDK compatible #253

Closed chebroluharika closed 4 years ago

chebroluharika commented 4 years ago

Description

Changes to make code as PDK compatible

Issues Resolved

253

Check List

chebroluharika commented 4 years ago
  1. The puppet module build command is deprecated in Puppet 5.5.3 and will be removed in a future release. To build modules and submit them to the Puppet Forge. For better information, please follow https://puppet.com/docs/puppet/5.5/release_notes.html
  2. https://puppet.com/docs/pdk/1.x/pdk_converting_modules.html shows list of files that gets modified and added if we use pdk convert.
  3. If we use files as it is resulted from step 2, our tests and dependencies won’t work properly as there are changes in Gemfile and Rakefile. Hence, we need to make changes in code in such a way that code functionality should be same along with PDK module compatible.