DevTech101

DevTech101

openstack

Solaris 11.3 – openstack install / juno 2014.2 – part1

To install pkg install openstack evs swift swiftclient pkg:/install/installadm mysql-56 mysql-56/client First configure MySQL 5.6 zfs create -o mountpoint=/mysql zones/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 …

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

OpenStack Juno on Ubuntu 14.04

OpenStack Juno on Ubuntu 14.04 Required packages apt-get install nova-api nova-cert nova-conductor nova-consoleauth   nova-novncproxy nova-scheduler python-novaclient nova-compute-kvm OpenStack Juno on Ubuntu 14.04 LTS and 14.10 – Single Machine Setup https://fosskb.wordpress.com/2014/10/18/openstack-juno-on-ubuntu-14-10/ OpenStack Juno with three node setup on Ubuntu 14.04 LTS http://intocloud.org/openstack-juno-with-three-node-setup-on-ubuntu-14-04-lts/

Opnestack and ZFS Appliance (ZFSSA) With Local Volumes

Download the workflow and upload to the appliance – then create the user https://java.net/projects/solaris-userland/sources/gate/show/components/openstack/cinder/files/zfssa Creating a Volume Modify cinde.conf – add new volume group with options (below) Configure multiple-storage back ends default_volume_type = local_zfs enabled_backends = local_zfs,zfssa [zfs_local] zfs_volume_base=rpool/cinder volume_driver=cinder.volume.drivers.solaris.zfs.ZFSVolumeDriver volume_backend_name = zfs_local [zfssa] iscsi_helper=tgtadm volume_backend_name = zfssa volume_driver = cinder.volume.drivers.zfssa.zfssaiscsi.ZFSSAISCSIDriver san_ip = 10.10.0.238 san_login …

Opnestack and ZFS Appliance (ZFSSA) With Local Volumes Read More »

Installing Openstack on Solaris – Quick Notes

Installing Openstack on Solaris – Quick Notes Note: The below process is based on the Solaris first openstack implementation, a much more up-to-date document and procedure is available Solaris 11.3 – openstack install / juno 2014.2 – part1 on this blog. To install the openstack packages on the controller, follow the below pkg install mysql-56 …

Installing Openstack on Solaris – Quick Notes Read More »

Quick How To Install Openstack On Fedura20

How to install openstack on Fedura20 First, Install fedura20 like you would normally do. enable ssh with systemctl enable sshd.serivce disable the firewall with systemctl disable firewalld.service systemctl stop firewalld.service Disable SElinux /etc/selinux/config SELINUX=disabled Before fedura 20 yum install -y http://rdo.fedorapeople.org/rdo-release.rpm Install all needed pakges yum install -y openstack-packstack Initialize open stack packstack –allinone Reference …

Quick How To Install Openstack On Fedura20 Read More »