DevOps Automation

DevOps Automation

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#DevOps
 View Only
  • 1.  Urban Code Deploy

    Posted Fri December 16, 2016 12:42 PM

    I am just getting started with UrbanCode Deploy Integration for DevOps and would love any best practices or mistakes-made you could pass along. 

     



  • 2.  Urban Code Deploy

    Posted Fri December 16, 2016 01:11 PM

    Hi Hu!  Great! Did you join our group?  What organization are you with?
    I am planning an Urban Code presentation from a global leader at IBM in January.
    Cheers, 
    Link 






  • 3.  RE: Urban Code Deploy

    Posted Tue December 20, 2016 10:11 AM

    I will certainly put this on my calendar. thanks for the help.



  • 4.  RE: Urban Code Deploy

    Posted Wed December 21, 2016 09:32 AM

    Hi, can you please send the link for this presentation? Thank you.



  • 5.  RE: Urban Code Deploy

    Posted Tue December 27, 2016 08:28 PM

    It is not easy to summarize best practices without any knowledge about your scenario, general tips modeling the UCD in my point of view are:

    • Reuse
      • Define a small amount of deployment process and made them parameterized so you can reuse over components with the same stacks.
    • Well designed apps
      • With well designed apps, with clear components and dependencies, will be easiest to define applications, components and their deployment process.
      • Maybe at this level, some refactoring will be more effective than force some hard structure on the UCD.
    • Plugins
      • You have many ready to play plugins, so use them. Do not spend time creating your own custom plugin, someone probably have solved your problem already.

    If you share more details about your scenario, maybe I can give you more specific tips and tricks =)