LESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/typography.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/template.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/responsive.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/k2.less

-

Follow Me Icons

 

Follow @KendrickColeman on TwitterConnect on LinkedInWatch My Videos on YouTubeFollow me on FacebookCheck Out My Projects on GitHubStay Up To Date with RSS

Search

  • Home
  • Tech Blog

    Latest Posts

    • 5 Ways to Build a Better Database for Your Business
    • How to Install Harbor on CentOS 7 using Bash
    • Closing My Chapter With The {code} Team
    • 4 Factors to Consider when Picking a PCB Design Tool
    • My Constraints Aren’t Your Constraints: A Lesson to Learn with Containers
  • Tech Presentations
  • Coding Projects

    Ruby on Rails

    • JumpSquares
    • MonsterRemote
    • Automate vCD Org VDCs
    • Simple World Cup Stats

    Chef Cookbooks

    • Thin + Nginx
    • JumpSquares
  • vCAC

    vCloud Automation Center

    • Part 1: Deploy and Configure the Identity Appliance
    • Part 2: Deploy and Configure the vCloud Automation Center Appliance
    • Part 3: Installing IaaS Components
    • Part 4: Tenant Configuration
    • Part 5: Agent, Endpoint, and Group Configuration
    • Part 6: Create and Publish Blueprints
    • Part 7: Setup vCO, Endpoints, and Advanced Services
    • Part 8: Amazon AWS Configuration
  • vCD

    vCloud Director

    • How To Install vCloud Director on RHEL 6.2
    • How To Configure VXLAN - Step by Step
    • RHEL Firewall Settings
    • Networking - From Setup to Install
    • How To Deploy a VM or vApp
    • Sharing Organization Networks
    • Top 9 Critical Design Concepts
    • vCenter and vCloud Management Design
    • Storage Allocation with Thin & Fast Provisioning
    • Understanding Lease Times
    • Automating vCD Organization VDCs
  • Partners

    Partners

    • Turbonomic
    • Veeam
    • Vembu
  • About Me

    Follow Me Icons

     

    Follow @KendrickColeman on TwitterConnect on LinkedInWatch My Videos on YouTubeFollow me on FacebookCheck Out My Projects on GitHubStay Up To Date with RSS

  • Advertise Here!

Trending Favorites

  • List of VMware Default Usernames and Passwords
  • How To Install vCloud Automation Center (vCAC) 6.0 - Part 3 - IaaS Components
  • How To Install vCloud Director on RHEL 6.2 - No GUI
  • VMware vCloud Director Networking - From Setup to Install
  • JumpSquares.net - a new kind of bookmark

BSA 728x90 Center Banner

Most Popular

  • List of VMware Default Usernames and Passwords
  • A List of FREE VMware vSphere Tools
  • VMware vSphere 5 Host NIC Network Design Layout and vSwitch Configuration [Major Update]
  • Top 10 Free vSphere ESX Tools and Utilities
  • Total Noob Guide To Move Your Old Wired Security System to SmartThings

From Zero to Cloud Foundry on vSphere: Part 1 - How to install MicroBOSH

Category: Tech Blog
Published: 29 May 2014
Last Updated: 02 June 2014

It seems that the teams over at Cloud Foundry give us too much credit. I spent days trying to get Cloud Foundry up and running because of minor snags and glitches. In addition, the documentation to make this all work doesn't exist in a single place, it's all outdated, or isn't descriptive enough. Hopefully this spoon feeding series tutorial will help get you there.

 

This tutorial will go over the steps it takes to deploy Cloud Foundry on vSphere. Here are the proper steps:

Part 1 - How to install MicroBOSH
Part 2 - Deploy BOSH with MicroBOSH
Part 3 - Deploy Cloud Foundry with BOSH

 

Start off with a pristine Ubuntu image. I'm using 12.04.03. Install VMware Tools first, then lets get started adding packages.

Read more: From Zero to Cloud Foundry on vSphere: Part 1 - How to install MicroBOSH

"Build a Vblock" MidLevel Tool v3 Released

Category: Tech Blog
Published: 23 May 2014
Last Updated: 23 May 2014

One of the tools I created and maintain within VCE is the Vblock Systems MidLevel Tool. I blogged about its 2.0 release back in August of 2013.

 

You can download it in the following places:

  • VCE, EMC, Cisco, or VMware Employees (must be on corporate VPN/LAN): https://portal.vce.com/enablement/tools/midlevel
  • VCE Partner Portal (must register first): https://partner.vce.com/enablement/tools/midlevel

 

What's new in v3:

  • Updated Vblock 100 components for new refresh
  • Updated Vblock 200 components for refresh
  • Added AMP2
  • Added new Management Network Layer for Vblock 3x0 and 7x0 since AMP2 removes management switches
  • Removed Vblock 320
  • Added Vblock 340 to represent new components and optional bandwidth enhancements
  • Added Vblock 3x0 & 7x0 Virtualization layer for VMware VDS
  • Added Vblock Specialized System for Extreme Applications
  • Added Vblock Specialized System for High Performance Databases
  • Added Vblock Specialized System for SAP HANA
Read more: "Build a Vblock" MidLevel Tool v3 Released

Deploying JumpSquares with Chef Cookbooks

Category: Chef Cookbooks
Published: 20 May 2014
Last Updated: 20 May 2014

Over the past week, I started learning Chef. There are a few different configuration management toolsets out there such as Puppet, SaltStack, and Ansible. But Puppet and Chef have majority amount of market share and use Ruby as its code base so it made sense for me to start there. There's no point in starting a project unless you have a goal to accomplish so after I read more about Chef cookbooks, recipes, attributes, etc it seemed like making a JumpSquares cookbook would be a good place to start.

 

Skip the blah blah and see the code at chef-jumpsquares or read on for the complete back story.

 

The setup of Chef is simple and only takes about an hour or two to complete. After the server is up and a node has been added, that's where the fun begins. I began my involvement with looking around for cookbooks that use the same components that are needed in the JumpSquares appliance model. Cookbooks such as postgres for database, rvm for ruby, and nginx for web/application servers were already available and made my job starting out much easier.

 

Read more: Deploying JumpSquares with Chef Cookbooks

Chef Cookbook and Recipe for Thin + Nginx with Rails

Category: Chef Cookbooks
Published: 20 May 2014
Last Updated: 20 May 2014

For simplicity, I deploy thin + nginx for most of my rails applications. Thin is lighter weight than Passenger and the combo makes it more favorable than running Apache. I began learning Chef and saw nothing for thin existed so I attempted to make a cookbook.

 

If you don't want to read any more about this, then jump over to the code on github chef-thin_nginx.

 

This cookbook will install thin as a gem and complete a configuration. While 'nginx' will be installed from package and installed as a normal service.

 

To make the 'thin' installation from gem work properly, 'rvm' is required. rvm has a shell interface that is used to install the service from the gem. I previously tried to install thin from source and it wouldn't work correctly because 'rake' tasks are necessary gems that aren't loaded into the internal 'chef' gemset. In addition, I tried to install the thin gem to chef's internal gemset, but I received lots of errors when it came to postgresql gems. That is why rvm is necessary. rvm will install version 1.6.1 of thin unless you change the parameters. This was tested with 1.6.1 so it will work.

Read more: Chef Cookbook and Recipe for Thin + Nginx with Rails

vCAC Error Connecting to vCO API - Fixed

Category: Tech Blog
Published: 09 May 2014
Last Updated: 09 May 2014

I had a problem where my vCAC environment could no longer talk to my vCO APIs. I constantly have to turn off vCAC and bring it back up because of resource constraints in my home lab. For some reason I just thought the services weren't coming up and I realized no amount of reboots were going to fix it.

 

The error was:

 

You cannot perform that action because the system cannot connect to the provider at https://vcac-appliance.kendrickcoleman.c0m:8281/vco/api/.

 

A quick google search led me to this VMTN article Error in vCAC6.0.1 connecting vCO that got me on the right track. Steve Beaver's solution didn't solve my issue, but it's a safe assumption that if you have followed my mulit-part series on vCAC, then you may end up running into this as well.

Read more: vCAC Error Connecting to vCO API - Fixed

Automating vCloud Director Organization VDCs with Ruby

Category: Ruby on Rails Projects
Published: 02 May 2014
Last Updated: 06 May 2014

I filed this under rails projects, but it's really just some ruby code...

 

I set a goal for myself to become familiar with the vCloud Director APIs using REST. Mainly to see how long it would take me to automate my first task and prove to myself I can do it. Well, I'm pleased to say that it's alot easier than I thought. I had a new vCloud Director instance installed on Monday, and by Wednesday morning I was just finishing up my code. So within 2 days I was doing some automation tasks and it really wasn't that hard. It gave me a chance to work directly with the API using the rest-client and nokogiri gems. A total of 200+ lines of ruby code all together

 

1st: NewOrg.rb
This will create a new Organization based on the parameters specified in the XML. Relies on the new_org.xml.

2nd. NewOrgVDCandServices.rb (not completely working)
This will create a new Organization VDC based on parameters specified at the beginning of the Script. It also uses 3 XML files for the POST input parameters. After the Organization vDC is created, then deploy a vShield Edge Gateway appliance to the newly created OrgVDC. Wait 120 seconds after deployment, then configure 2 new services are created on the Gateway appliance:

  1. A default firewall rule to allow all internal traffic to pass to anything external
  2. A SNAT rule to allow internal traffic to speak on a NATed address externally.
Read more: Automating vCloud Director Organization VDCs with Ruby

ESXi Heartbleed Vulnerability. What can be seen?

Category: Tech Blog
Published: 17 April 2014
Last Updated: 17 April 2014

A lot of talk about heartbleed lately with OpenSSL. Plenty of blogs talk about it, but I wanted to see what can actually be scraped.

 

This morning I talked a friend of mine I grew up and went to University of Kentucky with that graduated from DePaul with a masters in network security, Austin Diener (@diener) I figured he would be the best place to start for this fact finding mission. He led me to this script located on github OpenSSL heartbeat PoC with STARTTLS support.

 

It's a pretty simple script, point it at your ESXi server with port 443 and watch the magic happen.

 

NOTE: this server is on my LOCAL LAN in a test environment. I don't care if you try to reverse engineer this garbage. (proceed to the bottom for more information)

Read more: ESXi Heartbleed Vulnerability. What can be seen?

A New Facelift

Category: Tech Blog
Published: 14 April 2014
Last Updated: 14 April 2014

It's been really long overdue. How overdue you ask? Well, kendrickcoleman.com was originally built on Joomla 1.5. Joomla 1.6 was released in January of 2011 and the effort to upgrade would have been just as tough as this move to Joomla 3.2. Joomla 1.5 went completely EOL in April of 2013 so no new patches or security releases were going to come out.

 

So why make the jump? Joomla 3 has really good responsive templates based on Twitter Bootstrap so it works well on any device. In addition, Joomla 1.5 had some major security flaws but I was lucky enough to never get attacked. It was also a good time to give the website a fresh new look that conforms to some modern design.

 

The toughest piece of this migration is that there is no "in-place" upgrade. I have tried to upgrade my site a few times over the past year but it came with sub-par results. All the free tools just never seemed to work good enough. So I finally opened up my wallet and paid for the MigrateMe plug-in. It wasn't cheap, but in the end it was worth every penny. It kept literally everything in tact. Articles, sections, banners, components, stats, etc all migrated over. There were a few anticipated hiccups but it went fairly well.

Read more: A New Facelift

The New Kingmakers

Category: Tech Blog
Published: 31 March 2014
Last Updated: 13 April 2014

2 weeks ago, Brian Gracely (@bgracely) shared some information with me talking about the changing landscape of DevOps and it hit spot on. Brian showed a picture of a book titled The New Kingmakers, How Developers Conquered The World. I had never heard of it before so I wanted to explore, and to not spoil it completely, it did not disappoint. The book is pretty short at 57 total pages and has a whopping cost of only $3 on Amazon. There's no reason why anyone can't read this book because I was able to finish it on a 3 hour flight (and I'm a slow reader).

 

Read more: The New Kingmakers

JumpSquares v1.3 - Getting Pretty

Category: Tech Blog
Published: 27 March 2014
Last Updated: 13 April 2014

You don't know what JumpSquares is by now? Shame on you! Get to JumpSquares.net and watch the video intro! Or you can read my in-depth blog post.

 

So what's new in version 1.3? Not a whole lot of functionality, but a heck of a lot of eye candy.

 

 

Changed the homepage to include a few kudos from my friends @JohnnieITatDell, @herseyc, and @vNelsonTX. I appreciate the kind words fellas! I hope you don't mind me plastering your face on my website for my own personal gain :). Do you want your face on the homepage? Tweet me something nice to @KendrickColeman.

 

Read more: JumpSquares v1.3 - Getting Pretty

More Articles ...

  1. How To Install vCloud Automation Center (vCAC) 6.0 - Part 8 - Amazon AWS Configuration
  2. Fill out a Bracket for vMadness & Win!
  3. How To Install vCloud Automation Center (vCAC) 6.0 - Part 7 - Setup vCO, Endpoints, and Advanced Services
  4. The Choice Overload Problem
  5. SDN on the Horizon, get ready
  6. JumpSquares v1.2 - Nmap XML Parsing
  7. vSoup Discuss JumpSquares on their Podcast & More
  8. How To Install vCloud Automation Center (vCAC) 6.0 - Part 6 - Create and Publish Blueprints

Page 7 of 35

  • Start
  • Prev
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next
  • End

Premium Sponsors

Advertisement

Site Sponsors

Google Adsense 250x250

Footer

Copyright © 2025 kendrick coleman dot com. All Rights Reserved.
Joomla! is Free Software released under the GNU General Public License.

Designed by: ThemeXpert

  • Home
  • Tech Blog
  • Tech Presentations
  • Coding Projects
  • vCAC
  • vCD
  • Partners
  • About Me
  • Advertise Here!
LESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/blue.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/green.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/orange.lessLESS ERROR : load error: failed to find /home4/kacole2/public_html/templates/tx_zenith/less/styles/purple.less