Skip to content

The Puppet plug-in for IBM UrbanCode Deploy contains functionality to apply manifests and update a Puppet agent.

Notifications You must be signed in to change notification settings

UrbanCode/Puppet-UCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBM UrbanCode Deploy Puppet Plugin Build Status


Note: This is not the plugin distributable! This is the source code. To find the installable plugin, go into the 'Releases' tab, and download a stable version.

License

This plug-in is protected under the Eclipse Public 1.0 License

Compatibility

The IBM UrbanCode Deploy automation plug-in works with Puppet CLI v3.5 and greater.
This plug-in requires version 6.1.1 or later of IBM UrbanCode Deploy.

Installation

The packaged zip is located in the releases folder. No special steps are required for installation.
See Installing plug-ins in UrbanCode Deploy. Download this zip file if you wish to skip the 
manual build step. Otherwise, download the entire Puppet-UCD and 
run the "ant" command in the top level folder. This should compile the code and create
a new distributable zip within the releases folder. Use this command if you wish to make
your own changes to the plugin.

History

Version 3
    Community GitHub Release
        - Properties are no longer hidden.
        - Migrated 'Agent' step's properties to select boxes.
        - Updated the Additional Args delimiter functionality.
        - Added Warning message when no manifests are found in 'Update From Puppet Master' step.

How to build the plugin from eclipse client:

  1. Expand the Groovy project that you checked-out from example template.
  2. Open build.xml file and execute it as an Ant Build operation (Run As -> Ant Build)
  3. The built plugin is located at releases/Puppet-UCD-vdev.zip

How to build the plugin from command line:

  1. Navigate to the base folder of the project through command line.
  2. Make sure that there is build.xml file there, and then execute 'ant' command.
  3. The built plugin is located at releases/Puppet-UCD-vdev.zip

About

The Puppet plug-in for IBM UrbanCode Deploy contains functionality to apply manifests and update a Puppet agent.

Resources

Stars

Watchers

Forks

Packages

No packages published