Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Puppet for Services

Avatar for Liam Bennett Liam Bennett
February 02, 2016

Puppet for Services

Avatar for Liam Bennett

Liam Bennett

February 02, 2016
Tweet

More Decks by Liam Bennett

Other Decks in Technology

Transcript

  1. Questions …. • What impact does this have on your

    project and pipeline? • What does your control repo look like? • Do you have a separate one for managing you infra and your nodes? • How do you tie those things together?
  2. Jenkins Job Builder jenkins-jobs --conf etc/jenkins_jobs.ini update template.yaml - project:

    name: add_managed_to_desc jobs: - 'add_managed_to_desc' - job-template: name: 'add_managed_to_desc' description: 'My nice description' builders: - shell: | #!/usr/bin/env python # print("Doing something cool with python") http://docs.openstack.org/infra/jenkins-job-builder/quick- start.html