
sebastien-han.fr
Hello World - Sebastien Hansebastien han - openstack -
http://www.sebastien-han.fr/
sebastien han - openstack -
http://www.sebastien-han.fr/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Sunday
LOAD TIME
1 seconds
16x16
PAGES IN
THIS WEBSITE
6
SSL
EXTERNAL LINKS
70
SITE IP
104.28.8.66
LOAD TIME
1.031 sec
SCORE
6.2
Hello World - Sebastien Han | sebastien-han.fr Reviews
https://sebastien-han.fr
sebastien han - openstack -
Hello World - Sebastien Han
http://www.sebastien-han.fr/resume
Here is the online version of my résumé. You can download it at the bottom of the page ;-). Cisco : CCNA 1 v4. Linux Debian, Ubuntu Server, Windows Server 2003/2008/2008 R2. Ubuntu, Windows XP/Vista/7, Mac OS X Snow Leopard/Lion. MySQL, SQL Server 2005/2008. Web server (Apache/Nginx), reverse proxy cache (Varnish), firewall (Iptables), load-balancer (HAProxy), share (NFS), AMQP (RabbitMQ), cache (Memcached) monitoring (MUNIN and OpenNMS). IPv4 (VLSM/CIDR), IPv6 (notions). Router and switch CISCO - NORTEL.
Hello World - Sebastien Han
http://www.sebastien-han.fr/infos
Opinions expressed here are my own and may not reflect those of my employer, my colleagues, my friend, my family, my love and so on and so forth. Unless I'm quoting someone, they're my own opinions! This work is licensed under a Creative Commons Attribution 3.0 Unported License. In other words, share generously but provide attribution. The design of the website re-uses the default template provided by Octopress. Hosted on Amazon S3. Speedup and protected by CloudFlare.
Play with OpenStack instance metadata | Sébastien Han
http://www.sebastien-han.fr/blog/2012/07/11/play-with-openstack-instance-metadata
Jul 11th, 2012. Play with OpenStack instance metadata. First check the OpenStack official documentation. About the metadata service. Metadata Ideally if you run an OpenStack production environment you will opt for a multi compute node solution which requires nova metadata service on each nova-compute node (for performance purpose). You can assign the metadata server like so:. Option in nova.conf, specify the IP address of the node running nova-api. Enabled apis = metadata. Flag in nova.conf. Because it s...
OpenStack Glance: import images and convert them directly in Ceph | Sébastien Han
http://www.sebastien-han.fr/blog/2014/11/11/openstack-glance-import-images-and-convert-them-directly-in-ceph
Nov 11th, 2014. OpenStack Glance: import images and convert them directly in Ceph. Ceph, to work in optimal circumstances requires the usage of RAW images. However, it is painful to upload RAW images in Glance because it takes a while. Let see how we can make our life easier. First let’s upload our image, for the purpose of this example I used a tiny CirrOS image:. Sudo rbd -p imajeez - image-format 2 import cirros-0.3.0-x86-64-disk.img.1 $(uuidgen). Sudo rbd -p imajeez info 33 fc. Size 9532 kB in. Sudo ...
OpenStack Summit Vancouver: Ceph and OpenStack current integration and roadmap | Sébastien Han
http://www.sebastien-han.fr/blog/2015/05/19/openstack-summit-vancouver-ceph-and-openstack-current-integration-and-roadmap
May 19th, 2015. OpenStack Summit Vancouver: Ceph and OpenStack current integration and roadmap. Download the slides here. Ceph OSD daemon config diff. OpenStack Glance: use multiple location for an image. Proudly powered by Hexo. Hosted on Amazon Amazon S3. Speedup and protected by CloudFlare.
TOTAL PAGES IN THIS WEBSITE
6
Listing openstack keystone credentials – Good Squishy
http://goodsquishy.com/2012/08/listing-openstack-keystone-credentials
Just another WordPress site. Listing openstack keystone credentials. I often find myself trying to figure out what role and tenants certain users have on a keystone server and this for me usually comes down to running combinations of. As an alternative I’ve put together a small script that list the relationship between users/tenants and roles in a table format. First we need to setup the openstack admin environment i.e define OS AUTH URL etc…. I’ve also included options to filter by username or tenant.
Docker init 进程 - - Xcodest
http://xcodest.me/docker-init-process.html
酷壳 - CoolShell.Cn. 应用容器化后 , 重启容器的时候 , 经常会很慢 , 而且 docker daemon 日志中经常会抛出以 下错误. Dockerd[559]: msg=Container 5054f failed to exit within 10 seconds of signal 15 - using the force. 默认的的 signal 15 根本就没有使其退出 , 最后还是 10 秒超时后强制退出 (kill) 的。 这个是 Linux 最常见一个概念 , 一般杀死进程时都会用到. As long as a zombie is not removed from the system via a wait, it will consume a slot in the kernel process table, and if this table fills, it will not be possible to create further processes. 容器化后 , 由于单容器单进程 , 已经没有传统意义上的 init 进程了。 或其变种 ) 的系 统调用。
Category/others - Xcodest
http://xcodest.me/category/others.html
酷壳 - CoolShell.Cn. Nova Cell V2 详解 2017-02-23. Ansible with-items auto flatten list of lists 2016-12-27. Docker init 进程 2016-11-07. Reset Password in Systemd 2016-08-28.
Category/linux - Xcodest
http://xcodest.me/category/linux.html
酷壳 - CoolShell.Cn. Iptables forward the vrrp packets issue 2016-02-02. Ansible Tower Usage 2016-01-02. Install Ansible Tower 2015-12-31. Deploy Docker Registry Service 2015-12-15. Print the First N Characters of each Line 2015-02-15. 修改 Libvirt 的 UUID 2015-02-10. Tun and veth设备 2015-02-09. MySQL Errno 150 2015-01-14. Migrate SVN to GitLab 2014-08-12. Linux bonding mode 6 break the vms 2014-04-14.
OpenStack Kolla AIO Install - - Xcodest
http://xcodest.me/kolla-aio-install.html
酷壳 - CoolShell.Cn. OpenStack Kolla AIO Install. Ansible 1.9.4, 2.0. Docker 1.10.0. Docker-py 1.7.0. Python jinja2 2.6.0. 配置上使用 4G RAM, 2 CPU, 2 网卡的配置. 由于使用了 Docker, 所以对于底层系统并还没什么要求 , 本文使用 CentOS 7 系统。 Kolla master 分支上使用的是 RDO master 上的源 , 打包极不稳定 , 时常会有 Bug 出现。 由于国内网络原因 , 一些国外的源 ( 这些源还没有国内镜像 ) 会相当慢 , 所以 build docker image 时会很慢 , 推荐使用 VPN. Yum install -y epel-release. Yum install -y ansible docker-engine git gcc python-setuptools easy install -U pip. 以下如果没有特别说明 , 所有的操作都是在 Kolla 项目的目录里进行. 修改后 , 其主要内容如下 :.
iptables forward the vrrp packets issue - - Xcodest
http://xcodest.me/iptables-forward-the-vrrp-packets-issue.html
酷壳 - CoolShell.Cn. Iptables forward the vrrp packets issue. 最近在整 Kolla 的多机部署 , 没有物理环境还是在虚拟机上搞。 先说一下自己的环境 , 我使用了三台 kvm 虚拟机 , 每台两张网卡 , 一个用于上外网 (eth0. 一个用于 neutron 的 tenant 网络使用 (eth1)。 Eth0 是桥在了我手动创建的一个桥上 (br0), 为了上外网 , 我打开了. Iptables -t nat -A POSTROUTING -s 10.2.0.0/24! D 1020.0/24 -j MASQUERAE. Vip 跑到了所有的机器上 , 感觉就是没有通讯上 , 或是选举有问题。 由于 Kolla 里是用 docker 跑的 keepalived , 为了排除是 Docker 本身有问题 , 我还在虚拟机的系统上部署了 keepalived 的 , 还是同样的问题。 最后在一次偶然的抓包中发现 , 所有机器上抓到的 vrrp 的包源地址居然都是网关 (. 再看一眼自己的 iptables , 就知道是怎么回事了。
Code Review 神器 -- Gertty - - Xcodest
http://xcodest.me/effective-code-review-tool-gertty.html
酷壳 - CoolShell.Cn. Code Review 神器 - Gertty. 现在很多项目都使用 Gerrit 做为代码 Review 工具。 OpenStack 所有的项目就是放在 Gerrit 上的。 Gerrit 提供了一个 Web 页面来做 Code Review。 Gertty 的 OpenStack 下面的一个项目. 官方的介绍是 Gertty is a console-based interface to the Gerrit Code Review system。 就是一个基于终端的 Gerrit 代码 Review 工具。 相比较 Web 版本 , 它的优势体现在. 工作流程 - Gertty 的界面设计和邮件 、 网络消息的设计很类似 , 很容易上手。 离线使用 - Gertty 会把 Gerrit 上你订阅的项目的所有的数据同步到本地。 包括 Git 仓库 , 所有的 Review 信息。 你本地所有的 Review 操作也会同步到 Gertty。 Gertty 就是一个 Python 写的应用 , 所以安装很方便。 可以从 pypi 安装 , 也可以从直接从源码安装。
Reset Password in Systemd - - Xcodest
http://xcodest.me/reset-password-in-systemd.html
酷壳 - CoolShell.Cn. Reset Password in Systemd. 现在基本是用 ssh key 来登录系统了。 使用了 systemd 的系统 , 后已经不可以这么使用了。 这个 shell, 也必须输入密码才可以。 Usr/lib/systemd/system/rescue.service [Unit] Description=Rescue Shell Documentation=man:sulogin(8) DefaultDependencies=no Conflicts=shutdown.target After=sysinit.target plymouth-start.service Before=shutdown.target [Service] Environment=HOME=/root WorkingDirectory=-/root ExecStartPre=-/bin/plymouth - wait quit ExecStartPre=-/bin/echo -e 'You are in rescue mode....Usr/lib/systemd/syste...
TOTAL LINKS TO THIS WEBSITE
70
Sébastien Gutierrez
Le pétrole du 21 ème siècle. Lundi, juin 15th, 2015 Author: sebastien. Le « data » est le pétrole du 21 ème siècle. Les données personnelles sont les nouveaux gisements qu’il faut prospecter et exploiter. Après le pétrole digital viendra le nucléaire numérique? Quel sera le little boy du début du 22 ème siècle? Une intelligence artificielle devenu omnipotente? C’est la question que se posent Stephen Hawking. Bill Gates ou encore Steve Wozniak. Forex, Eldorado ou piège à gogo? Bonjour tout le monde!
Blog de sebastien-guy-144 - Blog de sebastien-guy-144 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 07/07/2013 à 04:30. Mise à jour : 06/09/2014 à 05:44. Ces mecs la .Ces pote, y a jamais eu meilleur amis que nous 4 jvous aime les gros #Dylan #Jo #Gaetan. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Ou poster avec :.
sebastien-guyot-754.skyrock.com
Blog de sebastien-guyot-754 - Blog de sebastien-guyot-754 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Angerfist= terror of my speedcore. Création : 18/05/2013 à 17:35. Mise à jour : 13/06/2013 à 14:43. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :. Posté le samedi 18 mai 2013 17:40. Sam 18 mai 2013. Abonne-toi à mon blog!
Sébastien HABERT, Développeur/Intégrateur web
Encore en cours de développement. Agence digital - Disko à Paris (11e). EFREI à Villejuif (94). Chef de projet/Webmarketer (RNCP II). Agence digital - Agence Wop à Paris (2e). C3 Institute à Antony (92). Préfecture de l'Yonne à Auxerre (89). Lycée Gustave Eiffel à Dijon (21). Lycée Louis Davier à Joigny (89). BAC STI Génie Mécanique ( Systèmes motorisés. Création, développement et intégration. 80% du développement et de l'intégration. 100 jours pour agir. Mon curriculum vitae en responsive web design.
Blog de Sebastien-Haha - Viva Spain - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Si tes la pour mettre tes com's pourrit tu peut cliquer sur la croit rouge en haut a droite de ton écran. L'auteur de ce blog n'accepte que les commentaires de ses amis. Tu n'es pas identifié. Clique ici pour poster un commentaire en étant identifié avec ton compte Skyrock. Et un lien vers ton blog ainsi que ta photo seront automatiquement ajoutés à ton commentaire. Posté le mercredi 01 décembre 2010 17:22. Et un lien ver...
Hello World - Sebastien Han
Open Source Senior Cloud Architect. I'm currently working for Red Hat. Hosted on Amazon S3. Speedup and protected by CloudFlare.
Blog de sebastien-hanappa - Blog de sebastien-hanappa - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Plus d'actions ▼. S'abonner à mon blog. Création : 20/01/2013 à 07:13. Mise à jour : 13/03/2013 à 11:21. Ce blog n'a pas encore d'articles. Abonne-toi à mon blog! Poster sur mon blog.
sebastien-harendarczykdc.skyrock.com
sebastien-harendarczykdc's blog - Blog de sebastien-harendarczykdc - Skyrock.com
More options ▼. Subscribe to my blog. Created: 24/03/2014 at 1:53 PM. Updated: 24/03/2014 at 1:53 PM. This blog has no articles. Subscribe to my blog! Post to my blog. Here you are free.
Sébastien Hatat Photographe Nantes
Un Regard, Un Instant, Une Image. Mise à jour du site. Samedi 8 Août 2015. 169; Tous droits réservés 2007-2015 Sébastien Hatat • Créé avec WebAcappella. Portrait - Mode :. Photos de naissance, de famille ou de vous tout simplement. Vous voir au travers d'un autre regard. Paysages - Urbaine - Aérienne :. La photographie de paysages . Saisir le bon moment pour retranscrire la beauté de la nature.
sebastien-hautecoeur-3.skyrock.com
Blog de sebastien-hautecoeur-3 - Blog de sebastien-hautecoeur-3 - Skyrock.com
Mot de passe :. J'ai oublié mon mot de passe. Mise à jour :. Abonne-toi à mon blog! Ne te prend pas la tête pour des personnes qui n'en valent pas la peine! Pour commenter cet article, va sur le blog de son auteur. Posté le mardi 17 février 2015 21:20. N'oublie pas que les propos injurieux, racistes, etc. sont interdits par les conditions générales d'utilisation de Skyrock et que tu peux être identifié par ton adresse internet (67.219.144.114) si quelqu'un porte plainte. Ou poster avec :.
Sebastien-Havart's blog - Blog de Sebastien-Havart - Skyrock.com
11/05/2015 at 3:10 AM. 11/05/2015 at 3:10 AM. Subscribe to my blog! This blog has no articles. Post to my blog. Here you are free.
SOCIAL ENGAGEMENT