DevTech101

DevTech101

chef

Solaris Chef Kitchen Docker Quick Notes

Preparing Solaris 11 for Chef, especially Chef Kitchen(Ruby Gem’s) For Solaris 11 to be able to run / use Chef Kitchen, you might need to follow the below installation perpetrations. Note: The notes below extend the article – Using chef kitchen docker build behind corporate proxy firewall pkg install ruby Packages to install: 2 Mediators …

Solaris Chef Kitchen Docker Quick Notes Read More »

Using Chef Kitchen / Docker Build Behind a Corporate Proxy or Firewall

What to configure if Docker build or the Kitchen-Docker driver is behind a Corporate Proxy. While working with Docker builds and more specific Kitchen(using the Docker driver, not the default vagrant) behind a Corporate Proxy, I wasn’t able to complete a successful docker/kitchen image build. The problem was clearly related to Docker (or Kitchen) build …

Using Chef Kitchen / Docker Build Behind a Corporate Proxy or Firewall Read More »

Managing Docker On Ubuntu 17.04 Using Rancher Or Portainer

Installing Managing Docker 17.03.1-ce On The Latest Ubuntu Beta Updating Ubuntu to 17.04 First I am going to upgrade Ubuntu from 16.10 to 17.04 Requirements for the upgrade is below. Install the update-manager-core package if it is not already installed Make sure the Prompt line in /etc/update-manager/release-upgrades is set to normal Run do-release-upgrade -d The …

Managing Docker On Ubuntu 17.04 Using Rancher Or Portainer Read More »

Chef Server & Client Install and configuration how to

Below is an example configuration, using Ubuntu as the Chef server, as well as Ubuntu or Solaris (11/12) as the Chef Client. Chef Server Installation and Configuration First lets download the the Chef Ubuntu pkg. wget https://web-dl.packagecloud.io/chef/stable/packages/ubuntu/trusty/chef-server-core_12.12.0-1_amd64.deb # Now install the pkg dpkg -i chef-server-core_12.12.0-1_amd64.deb Once the installation is completed, the official docs stat to …

Chef Server & Client Install and configuration how to Read More »

How to install & configure Puppet server – part two

This is the second post on how to configure the Puppet server/client on Solaris. The Solaris Puppet configuration is mostly the same as the regular Puppet, but with a few exceptions. First lets add a new facts to facter cat /usr/puppetlabs/puppet/modules/stdlib/lib/facter/env.rb Facter.add(‘environment’) do setcode do environment = “production” end end Now lets verify the new …

How to install & configure Puppet server – part two Read More »

How to install & configure Puppet server – part one

Below you will find how to install & configure Puppet server on Solaris. Part of my DevOps effort I am testing Puppet and Chef server, especially how they work with a Solaris environment. Note: Part of the documentation below is Solaris specific This guide is using puppet version 4.7 How to install puppet (server and …

How to install & configure Puppet server – part one Read More »