DevTech101

DevTech101

openstack

Selecting The Right Multi-Cloud Management Software

Selecting the right multi-cloud management software is not easy I am currently researching how how to architect our multi-cloud strategy. Part of the research is selecting the right software helping managing, maintain and life-cycle a multi cloud environment, this includes management and cost. Cloud and more specific multi / hybrid cloud can get very complex …

Selecting The Right Multi-Cloud Management Software Read More »

how to install Openstack kilo on Solaris 12 with oVS

First install MySQL and openstack pkg install mysql-56 pkg:/database/mysql-56/client openstack service/network/openvswitch MySQL configuration zfs create -o mountpoint=/mysql rpool/mysql mkdir /mysql/logs mkdir /mysql/innodb cp /etc/mysql/5.6/my.cnf /mysql/ cd /etc/mysql/5.6/; mv my.cnf my.cnf.orig; ln -s /mysql/my.cnf chown -R mysql:mysql /mysql sample my.cnf # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html [mysqld] default-storage-engine = InnoDB …

how to install Openstack kilo on Solaris 12 with oVS Read More »

OpenStack / Solaris 11.3 (Kilo) – Part one

First we need to create a Virtual Router and Load Balancer Note: The Full Kilo setup can be found here – How To Install Openstack Kilo On Solaris-12 With OVS Will use vrrp v3 (solrias tech) Install needed packages pkg install vrrp Disable redirects ipadm set-prop -p send_redirects=off ipv4 on first node The example below …

OpenStack / Solaris 11.3 (Kilo) – Part one Read More »

OpenStack – Linux workprogress

Openstack docs http://lifeandshell.com/installing-openstack-centos-7/ How to Install Your Own Cloud Platform with OpenStack in RHEL/CentOS 7 https://www.rdoproject.org/install/quickstart/ Openstack video https://www.youtube.com/results?search_query=openstack+multi+node+installation

Hands on lab openstack OEL 7

Hands on lab openstack OEL 7 example First add openstack repo Source document systemctl stop firewalld systemctl disable firewalld systemctl stop iptables systemctl disable iptables # Disable se linux /etc/selinux/config change to disabled cd /etc/yum.repos.d wget -N http://public-yum.oracle.com/public-yum-ol7.repo [ol7_openstack20] … enabled=1 install git Add proxy # Examples below /etc/yum.conf … proxy=http://127.0.0.1:8888 /etc/profile export http_proxy=http://127.0.0.1:8888 export …

Hands on lab openstack OEL 7 Read More »

Solaris 11.3 – openstack Violin / juno 2014.2 – part4

Adding Violin driver to cinder Extract vmemclient-1.1.6.tar.gz and install tar zxf vmemclient-1.1.6.tar.gz cd vmemclient-1.1.6 python setup.py install Add the cinder Volume Driver gtar -zvxf openstack-cinder-vmemdriver-3.0.0.tar.gz –strip-components=1 -C /usr/lib/python2.7/vendor-packages/ # Check to make sure before running this chown -R root:bin /usr/lib/python2.7/vendor-packages/cinder/

Solaris 11.3 – openstack tips / juno 2014.2 – part3

How to check cinder status cinder-manage service list Binary Host Zone Status State Updated At cinder-scheduler os1 nova enabled 🙂 2015-11-19 17:26:58 cinder-volume os2 nova enabled XXX 2015-11-19 14:42:43 cinder-volume os1 nova enabled 🙂 None How to check nova service status nova-manage service list Binary Host Zone Status State Updated_At nova-conductor os1 internal enabled 🙂 …

Solaris 11.3 – openstack tips / juno 2014.2 – part3 Read More »

To remove an orphaned volume form an openstack deployment

To remove an orphaned volume form an openstack deployment mysql>delete from volume_admin_metadata where volume_id=’9eb308c2-8f2f-4361-b9a2-fd320e11f8ac’; mysql>delete from volumes where id=’17035b2d-0496-48b8-bce0-b2418b13b0a2′; # or a snapshot mysql>delete from snapshot where id=’17035b2d-0496-48b8-bce0-b2418b13b0a2′; How to remove and old / unused volume group select * from services; select * from services; +———————+———————+————+———+—-+—————–+——————+——————+————–+———-+——————-+—————–+ | created_at | updated_at | deleted_at | deleted | …

To remove an orphaned volume form an openstack deployment Read More »

Solaris 11.3 – openstack install / juno 2014.2 – part2

Creating openstack zone archive zonecfg -z openstack_install create # or for kernel zone zonecfg -z openstack_kz create -t SYSsolaris-kz zoneadm -z openstack_install install zoneadm -z openstack_install boot Prepare the zone for uploading to Glance by first creating SSH authentication credentials to enable root SSH for OpenStack root login access Enable root ssh with key root@zone-name# …

Solaris 11.3 – openstack install / juno 2014.2 – part2 Read More »