{"id":770,"date":"2014-04-17T09:31:58","date_gmt":"2014-04-17T14:31:58","guid":{"rendered":"https:\/\/www.softwareab.net\/wordpress\/?p=770"},"modified":"2014-04-17T10:19:39","modified_gmt":"2014-04-17T15:19:39","slug":"compatibleone-cloud-broker-setup","status":"publish","type":"post","link":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/","title":{"rendered":"CompatibleOne Cloud Broker &#8211; Setup"},"content":{"rendered":"<p>This article describes how CompatibleOne can be setup and executed.<\/p>\n<p><!--more--><\/p>\n<h3>Cloud Brokering<\/h3>\n<p>See the <a href=\"http:\/\/www.compatibleone.org\/\">CompatibleOne<\/a> site for details on how the authors solved cross-vendor cloud brokering in a completely opensource solution. We will use this for our testing.<\/p>\n<p><strong>Use Case:<\/strong> We want to take a hardened image running on an <a href=\"http:\/\/aws.amazon.com\/ec2\/\">Amazon EC2<\/a> server and migrate it to <a href=\"http:\/\/www.azure.microsoft.com\/en-us\/\">Microsoft&#8217;s Azure Platform<\/a>. This first article discusses the underlying setup for CompatibleOne. We verify using an <a href=\"https:\/\/www.openstack.org\/\">OpenStack<\/a> implementation running on the low-cost <a href=\"https:\/\/www.digitalocean.com\/\">Digital Ocean<\/a> cloud provider; we&#8217;ll get to EC2 and Azure in a future article.<\/p>\n<h3>OpenStack<\/h3>\n<p>The CompatibleOne documentation has a brief tutorial on OpenStack, so we have a <a href=\"\/wordpress\/openstack-quick-setup\/\">separate article on OpenStack setup<\/a> which you can review. <\/p>\n<h3>CompatibleOne Host Platform<\/h3>\n<p>CompatibleOne runs on various Linux distributions. You can <a href=\"http:\/\/www.compatibleone.org\/bin\/view\/Download\/Software\">get the CompatibleOne software from this link<\/a> and the choices are CentOS, RedHat (RHEL), Fedor, Ubuntu, and Debian. We chose Debian.<\/p>\n<p>Our preference is to install and run CompatibleOne locally so we can do offline testing. We first tried to get the package to build and install using <a href=\"http:\/\/www.cygwin.com\/\">Cygwin<\/a> so we could run CompatibleOne on our local laptop but that failed. We ended up using <a href=\"http:\/\/www.vmware.com\/products\/workstation\">VMware Workstation<\/a> and downloading a minimal (&#8220;network&#8221;) <a href=\"https:\/\/www.debian.org\/distrib\/\">32-bit Debian image<\/a> so we could keep the footprint small.<\/p>\n<p><strong>OpenSSL, CompatibleOne, and Debian.<\/strong> CompatibleOne was built with Debian 6 in mind but the current version is Debian 7. Debian 7 uses the <a href=\"https:\/\/www.openssl.org\/\">long-awaited OpenSSL v1.0<\/a> but CompatibleOne requires OpenSSL 0.9.8; this can be <a href=\"https:\/\/packages.debian.org\/squeeze\/i386\/libssl0.9.8\/download\">downloaded from this Debian link<\/a> and installed as follows: <code>dpkg -i libssl0.9.8_0.9.8o-4squeeze14_i386.deb<\/code><\/p>\n<h3>CompatibleOne Install<\/h3>\n<p>CompatibleOne comes with a <a href=\"http:\/\/www.compatibleone.org\/bin\/download\/Download\/Software\/CompatibleOneInstallationGuideV12.pdf\">reasonably complete documentation guide<\/a> and using <code>apt-get install compatibleone-accord<\/code> as documented in the <a href=\"http:\/\/www.compatibleone.org\/debian\/\">CompatibleOne Debian reference<\/a>.<\/p>\n<p>Once installed the system initially came up fine.<\/p>\n<h3>CompatibleOne &#8211; After First Boot<\/h3>\n<p>Upon a reboot, the CompatibleOne system services did not start:<\/p>\n<pre><code>root@CompatibleOne:\/# <strong>co-status<\/strong>\r\n-----------------------------\r\n Accords Platform Components\r\n-----------------------------<\/code><\/pre>\n<p>Note that no services display. However, the <code>co-check<\/code> command reported that all categories were installed properly:<\/p>\n<pre><code>root@CompatibleOne:\/# <strong>co-check<\/strong>\r\n-- Verification of Accords Platform Category Managers --\r\n-- import : OK\r\n-- manifest : OK\r\n-- node : OK\r\n-- infrastructure : OK\r\n<em>[...output cut...]<\/em>\r\n-- paas_environment_template : OK\r\n-- paas_environment_variable : OK\r\n-- Verification Terminated --<\/code><\/pre>\n<p>Starting the CompatibleOne system reported an error:<\/p>\n<pre><code>root@CompatibleOne:\/# <strong>co-start<\/strong>\r\n.\/rest: no such directory<\/code><\/pre>\n<p>Instead, use the auto-installed <code>\/etc\/init.d\/compatibleone start<\/code> command and all is well:<\/p>\n<pre><code>root@CompatibleOne:\/# co-status\r\n-----------------------------\r\n Accords Platform Components\r\n-----------------------------\r\ntcp        0      0 0.0.0.0:8109            0.0.0.0:*               LISTEN      3704\/conagios\r\ntcp        0      0 0.0.0.0:8110            0.0.0.0:*               LISTEN      4074\/paasprocci\r\ntcp        0      0 0.0.0.0:8112            0.0.0.0:*               LISTEN      4010\/cnprocci\r\ntcp        0      0 0.0.0.0:8113            0.0.0.0:*               LISTEN      4042\/eziprocci\r\ntcp        0      0 0.0.0.0:8086            0.0.0.0:*               LISTEN      3556\/publisher\r\n<em>[...output cut...]<\/em>\r\ntcp        0      0 0.0.0.0:8106            0.0.0.0:*               LISTEN      3674\/slam\r\ntcp        0      0 0.0.0.0:8107            0.0.0.0:*               LISTEN      3684\/copaas\r\ntcp        0      0 0.0.0.0:8108            0.0.0.0:*               LISTEN      3694\/coeasy<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This article describes how CompatibleOne can be setup and executed.<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[66,1],"tags":[67,68],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CompatibleOne Cloud Broker - Setup - softwareab<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CompatibleOne Cloud Broker - Setup - softwareab\" \/>\n<meta property=\"og:description\" content=\"This article describes how CompatibleOne can be setup and executed.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"softwareab\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cloudraticsolutions\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/cloudraticsolutions\/\" \/>\n<meta property=\"article:published_time\" content=\"2014-04-17T14:31:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2014-04-17T15:19:39+00:00\" \/>\n<meta name=\"author\" content=\"Andrew Bruce\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@realcloudratics\" \/>\n<meta name=\"twitter:site\" content=\"@realcloudratics\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrew Bruce\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\"},\"author\":{\"name\":\"Andrew Bruce\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"headline\":\"CompatibleOne Cloud Broker &#8211; Setup\",\"datePublished\":\"2014-04-17T14:31:58+00:00\",\"dateModified\":\"2014-04-17T15:19:39+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\"},\"wordCount\":326,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"keywords\":[\"cloud\",\"CompatibleOne\"],\"articleSection\":[\"Cloud\",\"Teknocratica\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\",\"name\":\"CompatibleOne Cloud Broker - Setup - softwareab\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#website\"},\"datePublished\":\"2014-04-17T14:31:58+00:00\",\"dateModified\":\"2014-04-17T15:19:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.softwareab.net\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cloud\",\"item\":\"https:\/\/www.softwareab.net\/wordpress\/tag\/cloud-2\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CompatibleOne Cloud Broker &#8211; Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#website\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/\",\"name\":\"softwareab\",\"description\":\"Technocratica, Technopolitik, Technophobia\",\"publisher\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.softwareab.net\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\",\"name\":\"Andrew Bruce\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg\",\"contentUrl\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg\",\"width\":400,\"height\":330,\"caption\":\"Andrew Bruce\"},\"logo\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/\"},\"description\":\"Team-oriented systems mentor with deep knowledge of numerous software methodologies, technologies, languages, and operating systems. Excited about turning emerging technology into working production-ready systems. Focused on moving software teams to a higher level of world-class application development. Specialties:Software analysis and development...Product management through the entire lifecycle...Discrete product integration specialist!\",\"sameAs\":[\"http:\/\/cloudraticsolutions.net\/\",\"https:\/\/www.facebook.com\/cloudraticsolutions\/\",\"https:\/\/twitter.com\/realcloudratics\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CompatibleOne Cloud Broker - Setup - softwareab","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/","og_locale":"en_US","og_type":"article","og_title":"CompatibleOne Cloud Broker - Setup - softwareab","og_description":"This article describes how CompatibleOne can be setup and executed.","og_url":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/","og_site_name":"softwareab","article_publisher":"https:\/\/www.facebook.com\/cloudraticsolutions\/","article_author":"https:\/\/www.facebook.com\/cloudraticsolutions\/","article_published_time":"2014-04-17T14:31:58+00:00","article_modified_time":"2014-04-17T15:19:39+00:00","author":"Andrew Bruce","twitter_card":"summary_large_image","twitter_creator":"@realcloudratics","twitter_site":"@realcloudratics","twitter_misc":{"Written by":"Andrew Bruce","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#article","isPartOf":{"@id":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/"},"author":{"name":"Andrew Bruce","@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"headline":"CompatibleOne Cloud Broker &#8211; Setup","datePublished":"2014-04-17T14:31:58+00:00","dateModified":"2014-04-17T15:19:39+00:00","mainEntityOfPage":{"@id":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/"},"wordCount":326,"commentCount":0,"publisher":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"keywords":["cloud","CompatibleOne"],"articleSection":["Cloud","Teknocratica"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/","url":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/","name":"CompatibleOne Cloud Broker - Setup - softwareab","isPartOf":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#website"},"datePublished":"2014-04-17T14:31:58+00:00","dateModified":"2014-04-17T15:19:39+00:00","breadcrumb":{"@id":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.softwareab.net\/wordpress\/compatibleone-cloud-broker-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.softwareab.net\/wordpress\/"},{"@type":"ListItem","position":2,"name":"cloud","item":"https:\/\/www.softwareab.net\/wordpress\/tag\/cloud-2\/"},{"@type":"ListItem","position":3,"name":"CompatibleOne Cloud Broker &#8211; Setup"}]},{"@type":"WebSite","@id":"https:\/\/www.softwareab.net\/wordpress\/#website","url":"https:\/\/www.softwareab.net\/wordpress\/","name":"softwareab","description":"Technocratica, Technopolitik, Technophobia","publisher":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.softwareab.net\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600","name":"Andrew Bruce","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/","url":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg","contentUrl":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg","width":400,"height":330,"caption":"Andrew Bruce"},"logo":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/"},"description":"Team-oriented systems mentor with deep knowledge of numerous software methodologies, technologies, languages, and operating systems. Excited about turning emerging technology into working production-ready systems. Focused on moving software teams to a higher level of world-class application development. Specialties:Software analysis and development...Product management through the entire lifecycle...Discrete product integration specialist!","sameAs":["http:\/\/cloudraticsolutions.net\/","https:\/\/www.facebook.com\/cloudraticsolutions\/","https:\/\/twitter.com\/realcloudratics"]}]}},"_links":{"self":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/770"}],"collection":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/comments?post=770"}],"version-history":[{"count":5,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/770\/revisions"}],"predecessor-version":[{"id":778,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/770\/revisions\/778"}],"wp:attachment":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/media?parent=770"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/categories?post=770"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/tags?post=770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}