Openstack Installation TTNN » Historique » Version 130
Mehdi Abaakouk, 01/09/2014 14:15
1 | 43 | Laurent GUERBY | {{>toc}} |
---|---|---|---|
2 | 43 | Laurent GUERBY | |
3 | 1 | Mehdi Abaakouk | h1. Openstack Installation TTNN |
4 | 1 | Mehdi Abaakouk | |
5 | 44 | Laurent GUERBY | h2. Liens |
6 | 44 | Laurent GUERBY | |
7 | 44 | Laurent GUERBY | * http://ceph.com/docs/master/rados/operations/cache-tiering/ |
8 | 44 | Laurent GUERBY | * http://ceph.com/docs/master/rados/operations/crush-map/ |
9 | 44 | Laurent GUERBY | |
10 | 3 | Mehdi Abaakouk | h2. Pending upstream fixes: |
11 | 3 | Mehdi Abaakouk | |
12 | 1 | Mehdi Abaakouk | * build-debian-openstack-images, changes should be in next package version: |
13 | 1 | Mehdi Abaakouk | ** Fix extlinux installation on jessie: http://anonscm.debian.org/cgit/openstack/openstack-debian-images.git/commit/?id=1a4ddceb99fb66f42f79e87a183d8e96952e5ac3 |
14 | 1 | Mehdi Abaakouk | ** Fix cloud-init setup with configdrive: http://anonscm.debian.org/cgit/openstack/openstack-debian-images.git/commit/?id=15cce87e2fa15b8952d69fb58711bfa88b21ef87 |
15 | 15 | Mehdi Abaakouk | ** Use Configdrive first for cloud-init: http://anonscm.debian.org/cgit/openstack/openstack-debian-images.git/commit/?id=1b1e1093d5ee525426382ad29b8219ab58f6656d |
16 | 1 | Mehdi Abaakouk | |
17 | 1 | Mehdi Abaakouk | * nova: |
18 | 15 | Mehdi Abaakouk | ** Fix live-migration avec ceph and configdrive:: https://review.openstack.org/#/c/112014/, si la solution est mergé upstream, j'appliquerai le patch au package debian |
19 | 1 | Mehdi Abaakouk | |
20 | 4 | Mehdi Abaakouk | h2. Installation |
21 | 4 | Mehdi Abaakouk | |
22 | 4 | Mehdi Abaakouk | Le setup installé est composé de : |
23 | 4 | Mehdi Abaakouk | |
24 | 4 | Mehdi Abaakouk | * 3 hyperviseurs (compute node) qui contiendront 1 ceph-mon, N ceph-osd, nova-compute (qui lance les VM), neutron-openvswitch-agent (qui configure le réseau des vms) |
25 | 4 | Mehdi Abaakouk | * 1 VM (controler node), qui contient tous les services de management d'openstack (nova, cinder, glance, neutron) |
26 | 4 | Mehdi Abaakouk | |
27 | 4 | Mehdi Abaakouk | Les étapes d'installation sont les suivantes: |
28 | 4 | Mehdi Abaakouk | * Préparation manuelle de la VM de management sur un des hyperviseurs |
29 | 4 | Mehdi Abaakouk | * Installation de ceph et openstack sur toutes les machines avec puppet |
30 | 4 | Mehdi Abaakouk | * Déplacement de la VM de management d'openstack dans openstack. |
31 | 4 | Mehdi Abaakouk | |
32 | 33 | Mehdi Abaakouk | h3. Information sur le puppet master: |
33 | 33 | Mehdi Abaakouk | |
34 | 33 | Mehdi Abaakouk | La conf et modules puppet utilisé par tetaneutral.net ce trouve la: |
35 | 33 | Mehdi Abaakouk | |
36 | 33 | Mehdi Abaakouk | > http://chiliproject.tetaneutral.net/projects/git-tetaneutral-net/repository/puppetmaster |
37 | 33 | Mehdi Abaakouk | > http://chiliproject.tetaneutral.net/projects/git-tetaneutral-net/repository/puppetmaster/revisions/master/entry/manifests/nodes/openstack.pp |
38 | 33 | Mehdi Abaakouk | |
39 | 33 | Mehdi Abaakouk | Seulement c'est 3 classes sont spécifique à tetaneutral, le reste est réutilisable: |
40 | 33 | Mehdi Abaakouk | |
41 | 36 | Mehdi Abaakouk | > class { 'ttnn::server': } |
42 | 36 | Mehdi Abaakouk | > class { 'backup::client': } |
43 | 36 | Mehdi Abaakouk | > class { 'sexymotd': } |
44 | 33 | Mehdi Abaakouk | |
45 | 33 | Mehdi Abaakouk | Les modules qui sont nécessaire pour openstack pour le reste du fichier sont: |
46 | 33 | Mehdi Abaakouk | |
47 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-apache.git |
48 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-apt |
49 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-ceph.git |
50 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-cinder.git |
51 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-concat.git |
52 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-glance.git |
53 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-horizon.git |
54 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-inifile.git |
55 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-keystone.git |
56 | 33 | Mehdi Abaakouk | > https://github.com/camptocamp/puppet-kmod.git |
57 | 33 | Mehdi Abaakouk | > https://github.com/saz/puppet-memcached.git |
58 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-mysql.git |
59 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-neutron.git |
60 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-nova.git |
61 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-rabbitmq.git |
62 | 33 | Mehdi Abaakouk | > https://github.com/nanliu/puppet-staging.git |
63 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-stdlib.git |
64 | 33 | Mehdi Abaakouk | > https://github.com/duritong/puppet-sysctl.git |
65 | 33 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-vcsrepo.git |
66 | 33 | Mehdi Abaakouk | > https://github.com/stackforge/puppet-vswitch.git |
67 | 36 | Mehdi Abaakouk | > https://github.com/puppetlabs/puppetlabs-xinetd.git |
68 | 33 | Mehdi Abaakouk | |
69 | 33 | Mehdi Abaakouk | h3. Préparation réseaux des hosts: |
70 | 29 | Mehdi Abaakouk | |
71 | 1 | Mehdi Abaakouk | |
72 | 126 | Mehdi Abaakouk | Preparation des bridges openvswitch: |
73 | 126 | Mehdi Abaakouk | |
74 | 1 | Mehdi Abaakouk | <pre> |
75 | 130 | Mehdi Abaakouk | $ apt-get install openvswitch-switch |
76 | 126 | Mehdi Abaakouk | $ modprobe vhost-net |
77 | 126 | Mehdi Abaakouk | $ modprobe tun |
78 | 126 | Mehdi Abaakouk | $ modprobe loop |
79 | 126 | Mehdi Abaakouk | $ ovs-vsctl add-br br-net |
80 | 126 | Mehdi Abaakouk | $ ovs-vsctl add-br br-net-bridged |
81 | 126 | Mehdi Abaakouk | $ ovs-vsctl add-br br-admin |
82 | 126 | Mehdi Abaakouk | $ ip link set br-net up |
83 | 126 | Mehdi Abaakouk | $ ip link set br-net-bridged up |
84 | 126 | Mehdi Abaakouk | $ ip link set br-admin up |
85 | 126 | Mehdi Abaakouk | $ ovs-vsctl br-set-external-id br-net bridge-id br-net |
86 | 126 | Mehdi Abaakouk | $ ovs-vsctl br-set-external-id br-net-bridged bridge-id br-net-bridged |
87 | 126 | Mehdi Abaakouk | $ ovs-vsctl br-set-external-id br-net bridge-id br-admin |
88 | 126 | Mehdi Abaakouk | </pre> |
89 | 1 | Mehdi Abaakouk | |
90 | 126 | Mehdi Abaakouk | _note: Les bridges openvswitch sont mémorisés et recréés automatiquement par le service openvswitch-switch_ |
91 | 126 | Mehdi Abaakouk | |
92 | 126 | Mehdi Abaakouk | On -recharge le fichier rc.local |
93 | 126 | Mehdi Abaakouk | |
94 | 126 | Mehdi Abaakouk | <pre> |
95 | 126 | Mehdi Abaakouk | bash -x /etc/rc.local |
96 | 126 | Mehdi Abaakouk | </pre> |
97 | 126 | Mehdi Abaakouk | |
98 | 126 | Mehdi Abaakouk | Voici le fichier rc.local d'un hyperviseur |
99 | 126 | Mehdi Abaakouk | |
100 | 126 | Mehdi Abaakouk | <pre> |
101 | 126 | Mehdi Abaakouk | #!/bin/sh |
102 | 98 | Mehdi Abaakouk | for i in /proc/sys/net/ipv6/conf/*; do for j in autoconf accept_ra; do echo 0 > $i/$j; done;done |
103 | 98 | Mehdi Abaakouk | # https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt |
104 | 98 | Mehdi Abaakouk | for i in /proc/sys/net/ipv4/conf/*/arp_announce; do echo 2 > $i;done |
105 | 1 | Mehdi Abaakouk | |
106 | 1 | Mehdi Abaakouk | echo 1 > /proc/sys/net/ipv4/ip_forward |
107 | 1 | Mehdi Abaakouk | echo 1 > /proc/sys/net/ipv6/conf/all/forwarding |
108 | 1 | Mehdi Abaakouk | |
109 | 126 | Mehdi Abaakouk | static_route_vlan3131_ipv4="89.234.156.250 89.234.156.251 89.234.156.252 89.234.156.253" |
110 | 126 | Mehdi Abaakouk | static_route_vlan3131_ipv6="2a01:6600:8083:fb00:: 2a01:6600:8083:fc00:: 2a01:6600:8083:fd00::" |
111 | 1 | Mehdi Abaakouk | |
112 | 126 | Mehdi Abaakouk | case $(hostname -s) in |
113 | 126 | Mehdi Abaakouk | g1) |
114 | 126 | Mehdi Abaakouk | ceph_disks_manual_activate="/dev/sda2" |
115 | 126 | Mehdi Abaakouk | vlan3131_ipv4="89.234.156.251" |
116 | 126 | Mehdi Abaakouk | vlan3131_ipv6="2a01:6600:8083:fb00::1" |
117 | 126 | Mehdi Abaakouk | vlan3175_ipv4="192.168.3.101" |
118 | 126 | Mehdi Abaakouk | ;; |
119 | 126 | Mehdi Abaakouk | g2) |
120 | 126 | Mehdi Abaakouk | ceph_disks_manual_activate="/dev/sda3" |
121 | 126 | Mehdi Abaakouk | vlan3131_ipv4="89.234.156.252" |
122 | 126 | Mehdi Abaakouk | vlan3131_ipv6="2a01:6600:8083:fc00::1" |
123 | 126 | Mehdi Abaakouk | vlan3175_ipv4="192.168.3.102" |
124 | 126 | Mehdi Abaakouk | ;; |
125 | 126 | Mehdi Abaakouk | g3) |
126 | 126 | Mehdi Abaakouk | ceph_disks_manual_activate="/dev/sda2" |
127 | 126 | Mehdi Abaakouk | vlan3131_ipv4="89.234.156.253" |
128 | 126 | Mehdi Abaakouk | vlan3131_ipv6="2a01:6600:8083:fd00::1" |
129 | 126 | Mehdi Abaakouk | vlan3175_ipv4="192.168.3.103" |
130 | 126 | Mehdi Abaakouk | ;; |
131 | 126 | Mehdi Abaakouk | esac |
132 | 1 | Mehdi Abaakouk | |
133 | 1 | Mehdi Abaakouk | |
134 | 1 | Mehdi Abaakouk | ovs_vlan_attach(){ |
135 | 126 | Mehdi Abaakouk | bridge=$1 |
136 | 126 | Mehdi Abaakouk | interface=$2 |
137 | 126 | Mehdi Abaakouk | vlan=$3 |
138 | 126 | Mehdi Abaakouk | ip=$4 |
139 | 126 | Mehdi Abaakouk | ip6=$5 |
140 | 126 | Mehdi Abaakouk | # Clean ovs mess (it creates the interface without vlan tag id) |
141 | 126 | Mehdi Abaakouk | ovs-vsctl del-port ${bridge} ${interface}.${vlan} |
142 | 126 | Mehdi Abaakouk | ip link set ${interface}.${vlan} down |
143 | 126 | Mehdi Abaakouk | ip link del ${interface}.${vlan} |
144 | 126 | Mehdi Abaakouk | ip link add link ${interface} name ${interface}.${vlan} type vlan id ${vlan} |
145 | 126 | Mehdi Abaakouk | ip link set ${interface}.${vlan} up |
146 | 126 | Mehdi Abaakouk | ovs-vsctl add-port ${bridge} ${interface}.${vlan} |
147 | 126 | Mehdi Abaakouk | ip link set ${bridge} up |
148 | 126 | Mehdi Abaakouk | [ "${ip}" ] && ip addr add ${ip} dev ${bridge} |
149 | 126 | Mehdi Abaakouk | [ "${ip6}" ] && ip addr add ${ip6} dev ${bridge} |
150 | 71 | Mehdi Abaakouk | } |
151 | 1 | Mehdi Abaakouk | |
152 | 126 | Mehdi Abaakouk | ip link set eth0 up |
153 | 1 | Mehdi Abaakouk | |
154 | 126 | Mehdi Abaakouk | # VLAN 3131 VM routed config |
155 | 1 | Mehdi Abaakouk | ip link set br-net up |
156 | 1 | Mehdi Abaakouk | ip addr add fe80::31/64 dev br-net |
157 | 1 | Mehdi Abaakouk | ip addr add 91.224.148.0/32 dev br-net |
158 | 71 | Mehdi Abaakouk | |
159 | 126 | Mehdi Abaakouk | # VLAN 3131 VM bridged config |
160 | 126 | Mehdi Abaakouk | ovs_vlan_attach br-net-bridged eth0 3131 $vlan3131_ipv4/24 $vlan3131_ipv6/56 |
161 | 126 | Mehdi Abaakouk | ip route add 91.224.149.0/24 dev br-net-bridged |
162 | 126 | Mehdi Abaakouk | ip route add default via 91.224.149.254 |
163 | 126 | Mehdi Abaakouk | ip route add default via fe80::31 dev br-net-bridged |
164 | 126 | Mehdi Abaakouk | |
165 | 126 | Mehdi Abaakouk | # VLAN 3131 static route |
166 | 126 | Mehdi Abaakouk | for ip in $static_route_vlan3131_ipv4; do |
167 | 126 | Mehdi Abaakouk | [ "$ip" != "$vlan3131_ipv4" ] && ip route add $ip/32 dev br-net-bridged |
168 | 126 | Mehdi Abaakouk | done |
169 | 126 | Mehdi Abaakouk | for ip in $static_route_vlan3131_ipv6; do |
170 | 126 | Mehdi Abaakouk | [ "${ip}1" != "$vlan3131_ipv6" ] && ip route add $ip/56 dev br-net-bridged |
171 | 126 | Mehdi Abaakouk | done |
172 | 126 | Mehdi Abaakouk | |
173 | 126 | Mehdi Abaakouk | # VLAN 3175 et 3195 VM bridge config |
174 | 126 | Mehdi Abaakouk | ovs_vlan_attach br-admin eth0 3175 $vlan3175_ipv4/24 |
175 | 126 | Mehdi Abaakouk | ovs_vlan_attach br-tsf eth0 3195 |
176 | 126 | Mehdi Abaakouk | |
177 | 126 | Mehdi Abaakouk | # Reload services with correct config |
178 | 30 | Mehdi Abaakouk | for i in /etc/init.d/{ceph,nova-compute,neutron-plugin-*-agent} ; do |
179 | 126 | Mehdi Abaakouk | $i restart |
180 | 30 | Mehdi Abaakouk | done |
181 | 30 | Mehdi Abaakouk | |
182 | 126 | Mehdi Abaakouk | for disk in $ceph_disks_manual_activate; do |
183 | 126 | Mehdi Abaakouk | mount | grep -q $disk || ceph activate $disk |
184 | 126 | Mehdi Abaakouk | done |
185 | 30 | Mehdi Abaakouk | |
186 | 126 | Mehdi Abaakouk | # Start the management VM |
187 | 30 | Mehdi Abaakouk | is_openstack_vm_here=$(virsh list --all | awk '{if ($2 == "openstack") print $0}') |
188 | 30 | Mehdi Abaakouk | if [ "$is_openstack_vm_here" ]; then |
189 | 126 | Mehdi Abaakouk | virsh start openstack |
190 | 126 | Mehdi Abaakouk | ip route add 89.234.156.249/32 dev br-net proto 42 |
191 | 126 | Mehdi Abaakouk | ip -6 route add 2a01:6600:8083:f900::/56 dev br-net proto 42 |
192 | 57 | Mehdi Abaakouk | fi |
193 | 89 | Mehdi Abaakouk | |
194 | 126 | Mehdi Abaakouk | # Start mapping daemon between bird and openstack |
195 | 126 | Mehdi Abaakouk | /root/tetaneutral-openstack-routing-daemon.sh -d |
196 | 126 | Mehdi Abaakouk | |
197 | 1 | Mehdi Abaakouk | exit 0 |
198 | 1 | Mehdi Abaakouk | </pre> |
199 | 73 | Mehdi Abaakouk | |
200 | 73 | Mehdi Abaakouk | Sur h7.tetaneutral.net le routage est le suivant |
201 | 6 | Mehdi Abaakouk | |
202 | 17 | Mehdi Abaakouk | <pre> |
203 | 16 | Mehdi Abaakouk | ip route add 89.234.156.251/32 dev eth0.3131 |
204 | 1 | Mehdi Abaakouk | ip route add 89.234.156.252/32 dev eth0.3131 |
205 | 20 | Mehdi Abaakouk | ip route add 89.234.156.253/32 dev eth0.3131 |
206 | 16 | Mehdi Abaakouk | ip route add 2a01:6600:8083:fb00::/56 dev eth0.3131 |
207 | 16 | Mehdi Abaakouk | ip route add 2a01:6600:8083:fc00::/56 dev eth0.3131 |
208 | 16 | Mehdi Abaakouk | ip route add 2a01:6600:8083:fd00::/56 dev eth0.3131 |
209 | 16 | Mehdi Abaakouk | </pre> |
210 | 1 | Mehdi Abaakouk | |
211 | 20 | Mehdi Abaakouk | h3. Preparation de la VM de management, le controlleur |
212 | 6 | Mehdi Abaakouk | |
213 | 6 | Mehdi Abaakouk | h4. Installation des prérequis |
214 | 6 | Mehdi Abaakouk | |
215 | 1 | Mehdi Abaakouk | <pre> |
216 | 129 | Mehdi Abaakouk | $ apt-get install libvirt-bin openstack-debian-images virtinst |
217 | 20 | Mehdi Abaakouk | #NOTE(sileht): temporairement appliquer les patches de au-dessus à openstack-debian-images |
218 | 20 | Mehdi Abaakouk | </pre> |
219 | 1 | Mehdi Abaakouk | |
220 | 1 | Mehdi Abaakouk | h4. Preparation de l'image de la VM |
221 | 92 | Mehdi Abaakouk | |
222 | 20 | Mehdi Abaakouk | On notera les ip temporaire 192.168.3.100 |
223 | 20 | Mehdi Abaakouk | |
224 | 20 | Mehdi Abaakouk | <pre> |
225 | 20 | Mehdi Abaakouk | $ vim hook.sh |
226 | 1 | Mehdi Abaakouk | set -xv |
227 | 20 | Mehdi Abaakouk | |
228 | 92 | Mehdi Abaakouk | echo "openstack" > $BODI_CHROOT_PATH/etc/hostname |
229 | 40 | Mehdi Abaakouk | |
230 | 46 | Mehdi Abaakouk | cat > $BODI_CHROOT_PATH/etc/resolv.conf <<EOF |
231 | 46 | Mehdi Abaakouk | domain tetaneutral.net |
232 | 46 | Mehdi Abaakouk | search tetaneutral.net |
233 | 1 | Mehdi Abaakouk | nameserver 8.8.8.8 |
234 | 46 | Mehdi Abaakouk | EOF |
235 | 46 | Mehdi Abaakouk | |
236 | 92 | Mehdi Abaakouk | cat > $BODI_CHROOT_PATH/etc/network/interfaces <<EOF |
237 | 6 | Mehdi Abaakouk | auto lo |
238 | 20 | Mehdi Abaakouk | iface lo inet loopback |
239 | 1 | Mehdi Abaakouk | auto eth0 |
240 | 6 | Mehdi Abaakouk | iface eth0 inet manual |
241 | 4 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.accept_ra=0 |
242 | 1 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.autoconf=0 |
243 | 4 | Mehdi Abaakouk | up ip link set eth0 up |
244 | 10 | Mehdi Abaakouk | up ip addr add 89.234.156.249/32 dev eth0 |
245 | 16 | Mehdi Abaakouk | up ip route add 91.224.148.0/32 dev eth0 |
246 | 16 | Mehdi Abaakouk | up ip route add default via 91.224.148.0 |
247 | 20 | Mehdi Abaakouk | |
248 | 1 | Mehdi Abaakouk | iface eth0 inet6 static |
249 | 7 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.accept_ra=0 |
250 | 4 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.autoconf=0 |
251 | 21 | Mehdi Abaakouk | address 2a01:6600:8083:f900::1 |
252 | 12 | Mehdi Abaakouk | netmask 56 |
253 | 4 | Mehdi Abaakouk | gateway fe80::31 |
254 | 4 | Mehdi Abaakouk | |
255 | 4 | Mehdi Abaakouk | auto eth1 |
256 | 5 | Mehdi Abaakouk | iface eth1 inet static |
257 | 13 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth1.accept_ra=0 |
258 | 18 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth1.autoconf=0 |
259 | 18 | Mehdi Abaakouk | address 192.168.3.100 |
260 | 18 | Mehdi Abaakouk | netmask 255.255.255.0 |
261 | 18 | Mehdi Abaakouk | EOF |
262 | 18 | Mehdi Abaakouk | |
263 | 18 | Mehdi Abaakouk | mkdir -p $BODI_CHROOT_PATH/root/.ssh |
264 | 59 | Mehdi Abaakouk | chmod 600 $BODI_CHROOT_PATH/root/.ssh |
265 | 59 | Mehdi Abaakouk | cat >> $BODI_CHROOT_PATH/root/.ssh/authorized_keys <<EOF |
266 | 11 | Mehdi Abaakouk | ssh-dss AAAAB3NzaC1kc3MAAACBAJtnGLvuz4uVD6fnERDxDi/C0UyzwCiKmgNtEessopREYasAX4Gu6Fg10jAyIL5Nuc7YDnqj//pOfxNjD7hp99a2ZmkRQgh/ltClxYML9fqhBHgsUCpVse9nOYDHDnDgvXIPRSDUHat2UFpdchHVrFURNLIlZnBztsr+GCDURTV/AAAAFQD9SrBcH49ltaKOm6V5ssCPmgs1SwAAAIAbAvkQ3/tMzzdACO5B9s5Yb3ZuM7XImm0iqufivVf2Xy39g8HOBulUsN7eKEGPhVriqNolgIO7q7tVgYAff4/NE4yDP0Kp0SPg4tjt2yFJuL31Y3wzwHjnKrjgNlDSLl3uZnRXSipwUMwGKbdHB6NZSqlq192VKbHilQ00pbiMlAAAAIB5dfB1lVHkJ0o5CcaVQRPbca9DvbbRwnoTSmKHc5DUcqsPqDhS07CkM9ZcJuY1Nh4wGl4Q9kArj7Tnsvvygf/HReSUcIk4+nbDytJ8/pca/Qx4fzQQyppa94TylN62LSFT6MIJKLoMwYa0dQURT7Mv5+9Qj2vk5pZ38w2iQ9zVCg== root@h1 |
267 | 4 | Mehdi Abaakouk | EOF |
268 | 4 | Mehdi Abaakouk | |
269 | 6 | Mehdi Abaakouk | sed -i -e 's/^.*Port.*$/Port 2222/' -e 's/^[# ]*PasswordAuthentication.*$/PasswordAuthentication no/' $BODI_CHROOT_PATH/etc/ssh/sshd_config |
270 | 4 | Mehdi Abaakouk | chroot $BODI_CHROOT_PATH dpkg-reconfigure openssh-server |
271 | 4 | Mehdi Abaakouk | chroot $BODI_CHROOT_PATH apt-get purge -y cloud-init* |
272 | 8 | Mehdi Abaakouk | </pre> |
273 | 1 | Mehdi Abaakouk | |
274 | 90 | Mehdi Abaakouk | <pre> |
275 | 90 | Mehdi Abaakouk | $ chmod +x hook.sh |
276 | 90 | Mehdi Abaakouk | $ build-openstack-debian-image --image-size 20 --release jessie -u http://apt.tetaneutral.net/debian/ -s http://apt.tetaneutral.net/debian/ --hook-script $(pwd)/hook.sh |
277 | 90 | Mehdi Abaakouk | $ mv debian-jessie-7.0.0-3-amd64.raw /openstack.raw |
278 | 90 | Mehdi Abaakouk | $ rm debian-jessie-7.0.0-3-amd64.qcow2 |
279 | 90 | Mehdi Abaakouk | </pre> |
280 | 90 | Mehdi Abaakouk | |
281 | 90 | Mehdi Abaakouk | _note: la derniere commande lancée par le script doit être 'qemu-img convert -c -f raw .... , sinon l'image de bootera pas_ |
282 | 90 | Mehdi Abaakouk | _note(jessie): si l'erreur est celle ci-dessous, relancer manuellement 'kpartx -d debian-jessie-7.0.0-3-amd64.raw' jusqu'a ce que l'erreur disparaissent et le .raw est utilisable:_ |
283 | 90 | Mehdi Abaakouk | <pre> |
284 | 5 | Mehdi Abaakouk | + 'kpartx -d debian-jessie-7.0.0-3-amd64.raw' |
285 | 6 | Mehdi Abaakouk | device-mapper: remove ioctl on loop0p1 failed: Device or resource busy |
286 | 4 | Mehdi Abaakouk | loop deleted : /dev/loop0 |
287 | 4 | Mehdi Abaakouk | </pre> |
288 | 60 | Mehdi Abaakouk | _note: si parted freeze -> lancer /etc/init.d/udev restart_ |
289 | 4 | Mehdi Abaakouk | |
290 | 91 | Mehdi Abaakouk | |
291 | 91 | Mehdi Abaakouk | On garde l'image raw qui sera importable dans ceph plus tard et on la mets à la racine pour qui l'utilisateur libvirt puisse y accéder. |
292 | 19 | Mehdi Abaakouk | |
293 | 93 | Mehdi Abaakouk | h4. Préparation du réseau |
294 | 19 | Mehdi Abaakouk | |
295 | 128 | Mehdi Abaakouk | Ces routes sont temporaires, c'est ensuite bird qui les gérera |
296 | 128 | Mehdi Abaakouk | |
297 | 19 | Mehdi Abaakouk | <pre> |
298 | 24 | Mehdi Abaakouk | $ ip route add 89.234.156.249/32 dev br-net |
299 | 24 | Mehdi Abaakouk | $ ip -6 route add 2a01:6600:8083:f900::/56 dev br-net |
300 | 19 | Mehdi Abaakouk | </pre> |
301 | 19 | Mehdi Abaakouk | |
302 | 19 | Mehdi Abaakouk | h4. Installation de la VM |
303 | 19 | Mehdi Abaakouk | |
304 | 19 | Mehdi Abaakouk | <pre> |
305 | 1 | Mehdi Abaakouk | $ virt-install --name openstack --ram 2048 --network bridge=br-net,model=virtio --network bridge=br-admin,model=virtio --nographics --serial pty --wait -1 --noreboot --autostart --disk /openstack.raw,bus=virtio,cache=none,io=native --import |
306 | 22 | Mehdi Abaakouk | $ EDITOR="sed -i -e \"s,<source bridge='br-net'/>,<source bridge='br-net'/><virtualport type='openvswitch' />,g\"" virsh edit openstack # Openvswitch is not yet supported by virt-install |
307 | 61 | Mehdi Abaakouk | $ EDITOR="sed -i -e \"s,<source bridge='br-admin'/>,<source bridge='br-admin'/><virtualport type='openvswitch' />,g\"" virsh edit openstack # Openvswitch is not yet supported by virt-install |
308 | 87 | Mehdi Abaakouk | $ virsh start openstack |
309 | 1 | Mehdi Abaakouk | $ ssh root@89.234.156.249 -p 2222 |
310 | 19 | Mehdi Abaakouk | </pre> |
311 | 19 | Mehdi Abaakouk | |
312 | 24 | Mehdi Abaakouk | Une fois connecté à la VM: |
313 | 26 | Mehdi Abaakouk | |
314 | 26 | Mehdi Abaakouk | <pre> |
315 | 4 | Mehdi Abaakouk | $ apt-get install puppet |
316 | 26 | Mehdi Abaakouk | $ puppet agent --enable |
317 | 32 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
318 | 26 | Mehdi Abaakouk | Info: Caching certificate for ca |
319 | 34 | Mehdi Abaakouk | Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml |
320 | 34 | Mehdi Abaakouk | Info: Creating a new SSL certificate request for openstack.tetaneutral.net |
321 | 35 | Mehdi Abaakouk | Info: Certificate Request fingerprint (SHA256): AE:72:47:40:A0:E2:F4:59:BA:39:FA:3D:C2:A7:C9:1B:9F:87:A5:B7:65:3A:F9:D4:DE:AF:E2:A3:02:41:0F:2E |
322 | 94 | Mehdi Abaakouk | Info: Caching certificate for ca |
323 | 35 | Mehdi Abaakouk | Exiting; no certificate found and waitforcert is disabled |
324 | 35 | Mehdi Abaakouk | </pre> |
325 | 35 | Mehdi Abaakouk | |
326 | 35 | Mehdi Abaakouk | Sur le puppetmaster: |
327 | 35 | Mehdi Abaakouk | |
328 | 35 | Mehdi Abaakouk | <pre> |
329 | 35 | Mehdi Abaakouk | $ puppet ca sign openstack.tetaneutral.net |
330 | 35 | Mehdi Abaakouk | </pre> |
331 | 35 | Mehdi Abaakouk | _note: si un vieux cert existe: puppet ca revoke openstack.tetaneutral.net ; puppet cert clean openstack.tetaneutral.net; puppet node clean openstack.tetaneutral.net_ |
332 | 35 | Mehdi Abaakouk | |
333 | 35 | Mehdi Abaakouk | De nouveau sur la VM: |
334 | 35 | Mehdi Abaakouk | |
335 | 35 | Mehdi Abaakouk | <pre> |
336 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
337 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
338 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
339 | 35 | Mehdi Abaakouk | </pre> |
340 | 64 | Mehdi Abaakouk | |
341 | 35 | Mehdi Abaakouk | Il ne doit plus y avoir d'erreur la 3°/4° fois. |
342 | 35 | Mehdi Abaakouk | |
343 | 35 | Mehdi Abaakouk | h3. Configuration des hyperviseurs |
344 | 35 | Mehdi Abaakouk | |
345 | 35 | Mehdi Abaakouk | Une fois la configuration réseau faite, tout ce fait avec puppet: |
346 | 35 | Mehdi Abaakouk | |
347 | 35 | Mehdi Abaakouk | <pre> |
348 | 35 | Mehdi Abaakouk | $ apt-get install puppet |
349 | 35 | Mehdi Abaakouk | $ puppet agent --enable |
350 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
351 | 35 | Mehdi Abaakouk | Info: Caching certificate for ca |
352 | 35 | Mehdi Abaakouk | Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml |
353 | 35 | Mehdi Abaakouk | Info: Creating a new SSL certificate request for openstack.tetaneutral.net |
354 | 35 | Mehdi Abaakouk | Info: Certificate Request fingerprint (SHA256): AE:72:47:40:A0:E2:F4:59:BA:39:FA:3D:C2:A7:C9:1B:9F:87:A5:B7:65:3A:F9:D4:DE:AF:E2:A3:02:41:0F:2E |
355 | 35 | Mehdi Abaakouk | Info: Caching certificate for ca |
356 | 35 | Mehdi Abaakouk | Exiting; no certificate found and waitforcert is disabled |
357 | 35 | Mehdi Abaakouk | </pre> |
358 | 35 | Mehdi Abaakouk | |
359 | 101 | Mehdi Abaakouk | Sur le puppetmaster: |
360 | 35 | Mehdi Abaakouk | |
361 | 35 | Mehdi Abaakouk | <pre> |
362 | 35 | Mehdi Abaakouk | $ puppet ca sign openstack.tetaneutral.net |
363 | 35 | Mehdi Abaakouk | </pre> |
364 | 35 | Mehdi Abaakouk | _note: si un vieux cert existe: puppet ca revoke openstack.tetaneutral.net ; puppet cert clean openstack.tetaneutral.net; puppet node clean openstack.tetaneutral.net_ |
365 | 35 | Mehdi Abaakouk | |
366 | 35 | Mehdi Abaakouk | De nouveau sur la VM: |
367 | 35 | Mehdi Abaakouk | |
368 | 35 | Mehdi Abaakouk | <pre> |
369 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
370 | 100 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
371 | 100 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
372 | 100 | Mehdi Abaakouk | </pre> |
373 | 100 | Mehdi Abaakouk | |
374 | 35 | Mehdi Abaakouk | Il ne doit plus y avoir d'erreur la 3°/4° fois. |
375 | 1 | Mehdi Abaakouk | |
376 | 72 | Mehdi Abaakouk | h4. Information sur la configuration d'un hyperviseur sur le puppet master |
377 | 37 | Mehdi Abaakouk | |
378 | 38 | Mehdi Abaakouk | La configuration puppet ressemble à : |
379 | 38 | Mehdi Abaakouk | |
380 | 109 | Mehdi Abaakouk | <pre> |
381 | 1 | Mehdi Abaakouk | node "gX.tetaneutral.net" inherits openstack_node_common { |
382 | 120 | Mehdi Abaakouk | # Configuration du routerid et de l'AS number de cette machine |
383 | 1 | Mehdi Abaakouk | # Il faut aussi mettre la conf bgp de h7 ainsi que les fichiers |
384 | 1 | Mehdi Abaakouk | # /etc/puppet/manifests/files/openstack-bird.conf.erb et |
385 | 125 | Mehdi Abaakouk | # /etc/puppet/manifests/files/openstack-bird6.conf.erb |
386 | 125 | Mehdi Abaakouk | # pour ajouter cette AS interne |
387 | 97 | Mehdi Abaakouk | ttnn_os_bird {'198.51.100.1': asnum => "65001"} |
388 | 109 | Mehdi Abaakouk | |
389 | 120 | Mehdi Abaakouk | # Dans le cas d'une moniteur ceph, mais uniquement 3 suffissent, on a déjà g1,g2,g3 |
390 | 109 | Mehdi Abaakouk | ttnn_ceph_mon {$::hostname:} |
391 | 88 | Mehdi Abaakouk | # Sinon utilisait: |
392 | 88 | Mehdi Abaakouk | # class{"ttnn_ceph_osd_only": } |
393 | 109 | Mehdi Abaakouk | |
394 | 88 | Mehdi Abaakouk | # La partie Openstack, l'uuid doit être unique par machine (générer avec uuid-gen) |
395 | 109 | Mehdi Abaakouk | ttnn_os_compute {"9d26ec10-a48b-4f0f-a122-f10ed16d270f": } |
396 | 109 | Mehdi Abaakouk | } |
397 | 109 | Mehdi Abaakouk | </pre> |
398 | 109 | Mehdi Abaakouk | |
399 | 109 | Mehdi Abaakouk | h3. Déplacement du disk du controlleur dans le cluster ceph |
400 | 109 | Mehdi Abaakouk | |
401 | 97 | Mehdi Abaakouk | Les recettes puppet on créé un pool disks pour les mettres les VMs et volumes de VM |
402 | 97 | Mehdi Abaakouk | |
403 | 109 | Mehdi Abaakouk | |
404 | 97 | Mehdi Abaakouk | Sur g1, on import le disque de la VM dans ceph et on modifie la conf libvirt: |
405 | 97 | Mehdi Abaakouk | |
406 | 109 | Mehdi Abaakouk | <pre> |
407 | 111 | Mehdi Abaakouk | $ virsh shutdown openstack |
408 | 120 | Mehdi Abaakouk | $ rbd -p disks import /var/lib/ceph/osd/ceph-0/openstack.raw openstack-disk |
409 | 109 | Mehdi Abaakouk | $ virsh edit openstack |
410 | 109 | Mehdi Abaakouk | </pre> |
411 | 109 | Mehdi Abaakouk | |
412 | 109 | Mehdi Abaakouk | Remplacer: |
413 | 112 | Mehdi Abaakouk | <pre> |
414 | 109 | Mehdi Abaakouk | <disk type='file' device='disk'> |
415 | 109 | Mehdi Abaakouk | <driver name='qemu' type='raw' cache='none' io='native'/> |
416 | 109 | Mehdi Abaakouk | <source file='/var/lib/ceph/osd/ceph-0/openstack.raw'/> |
417 | 110 | Mehdi Abaakouk | <target dev='vda' bus='virtio'/> |
418 | 109 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> |
419 | 97 | Mehdi Abaakouk | </disk> |
420 | 97 | Mehdi Abaakouk | </pre> |
421 | 109 | Mehdi Abaakouk | |
422 | 97 | Mehdi Abaakouk | Par: |
423 | 97 | Mehdi Abaakouk | |
424 | 109 | Mehdi Abaakouk | <pre> |
425 | 109 | Mehdi Abaakouk | <disk type='network' device='disk'> |
426 | 109 | Mehdi Abaakouk | <driver name='qemu' type='raw'/> |
427 | 109 | Mehdi Abaakouk | <source protocol='rbd' name='disks/openstack-disk'> |
428 | 97 | Mehdi Abaakouk | <host name='192.168.3.101' port='6789'/> |
429 | 97 | Mehdi Abaakouk | <host name='192.168.3.102' port='6789'/> |
430 | 109 | Mehdi Abaakouk | <host name='192.168.3.103' port='6789'/> |
431 | 97 | Mehdi Abaakouk | </source> |
432 | 97 | Mehdi Abaakouk | <auth username='openstack-service'> |
433 | 109 | Mehdi Abaakouk | <secret type='ceph' uuid='1fe74663-8dfa-486c-bb80-3bd94c90c967'/> |
434 | 97 | Mehdi Abaakouk | </auth> |
435 | 97 | Mehdi Abaakouk | <target dev='vda' bus='virtio'/> |
436 | 97 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> |
437 | 97 | Mehdi Abaakouk | </disk> |
438 | 97 | Mehdi Abaakouk | </pre> |
439 | 97 | Mehdi Abaakouk | |
440 | 97 | Mehdi Abaakouk | La clé ceph pour libvirt a déjà été installé par puppet pour avoir sont uuid: |
441 | 97 | Mehdi Abaakouk | |
442 | 97 | Mehdi Abaakouk | <pre> |
443 | 97 | Mehdi Abaakouk | $ virsh secret-list |
444 | 97 | Mehdi Abaakouk | UUID Usage |
445 | 97 | Mehdi Abaakouk | -------------------------------------------------------------------------------- |
446 | 97 | Mehdi Abaakouk | 1fe74663-8dfa-486c-bb80-3bd94c90c967 ceph client.openstack-service secret |
447 | 97 | Mehdi Abaakouk | </pre> |
448 | 97 | Mehdi Abaakouk | |
449 | 97 | Mehdi Abaakouk | Puis on démarre |
450 | 97 | Mehdi Abaakouk | |
451 | 97 | Mehdi Abaakouk | <pre> |
452 | 97 | Mehdi Abaakouk | $ virsh start openstack |
453 | 97 | Mehdi Abaakouk | </pre> |
454 | 97 | Mehdi Abaakouk | |
455 | 97 | Mehdi Abaakouk | |
456 | 97 | Mehdi Abaakouk | Ca marche ! |
457 | 97 | Mehdi Abaakouk | |
458 | 97 | Mehdi Abaakouk | <pre> |
459 | 68 | Mehdi Abaakouk | $ ssh openstack.t |
460 | 68 | Mehdi Abaakouk | X11 forwarding request failed on channel 0 |
461 | 68 | Mehdi Abaakouk | |
462 | 68 | Mehdi Abaakouk | server: openstack.tetaneutral.net |
463 | 102 | Mehdi Abaakouk | system: Debian jessie/sid, kernel 3.14-2-amd64, puppet 3.6.1 |
464 | 1 | Mehdi Abaakouk | cpu: 1/1 (QEMU Virtual CPU version 2.1.0) |
465 | 102 | Mehdi Abaakouk | memory: 1.96 GB |
466 | 1 | Mehdi Abaakouk | |
467 | 102 | Mehdi Abaakouk | eth0: 52:54:00:90:d8:c7 / 89.234.156.249 / 2a01:6600:8083:f900::1 |
468 | 102 | Mehdi Abaakouk | eth1: 52:54:00:13:fa:13 / 192.168.3.100 |
469 | 68 | Mehdi Abaakouk | |
470 | 68 | Mehdi Abaakouk | modules: openstack_node_common ttnn::server resolver checkmk::agent checkmk::client rsyslog::client rsyslog apt apt::update puppet nullmailer backup::client sexymotd |
471 | 68 | Mehdi Abaakouk | _ _ |
472 | 68 | Mehdi Abaakouk | ___ _ __ ___ _ __ ___| |_ __ _ ___| | __ |
473 | 68 | Mehdi Abaakouk | / _ \| '_ \ / _ \ '_ \/ __| __/ _` |/ __| |/ / |
474 | 68 | Mehdi Abaakouk | | (_) | |_) | __/ | | \__ \ || (_| | (__| < |
475 | 68 | Mehdi Abaakouk | \___/| .__/ \___|_| |_|___/\__\__,_|\___|_|\_\ |
476 | 68 | Mehdi Abaakouk | |_| |
477 | 68 | Mehdi Abaakouk | Last login: Wed Aug 27 08:10:02 2014 from atoulouse-652-1-119-50.w2-6.abo.wanadoo.fr |
478 | 68 | Mehdi Abaakouk | root@openstack:~# |
479 | 68 | Mehdi Abaakouk | |
480 | 68 | Mehdi Abaakouk | </pre> |
481 | 68 | Mehdi Abaakouk | |
482 | 68 | Mehdi Abaakouk | h2. Preparation des OSD pour ceph |
483 | 68 | Mehdi Abaakouk | |
484 | 68 | Mehdi Abaakouk | h3. Cas général un disque entier: |
485 | 68 | Mehdi Abaakouk | |
486 | 68 | Mehdi Abaakouk | $ ceph-disk prepare /dev/sdb |
487 | 68 | Mehdi Abaakouk | $ ceph-disk activate /dev/sdb |
488 | 68 | Mehdi Abaakouk | |
489 | 1 | Mehdi Abaakouk | h3. Cas particulier du SSD ou ce trouve l'OS |
490 | 68 | Mehdi Abaakouk | |
491 | 103 | Mehdi Abaakouk | En général avec ceph, on donne un disque, ceph créé 2 partitions une pour le journal de l'OSD, l'autre pour les datas |
492 | 1 | Mehdi Abaakouk | mais pour le SSD de tetaneutral qui a aussi l'OS, voici la méthode |
493 | 34 | Mehdi Abaakouk | |
494 | 103 | Mehdi Abaakouk | Création manuelle de la partition de data ceph /dev/sda2 ici |
495 | 102 | Mehdi Abaakouk | |
496 | 1 | Mehdi Abaakouk | <pre> |
497 | 1 | Mehdi Abaakouk | $ fdisk /dev/sda |
498 | 102 | Mehdi Abaakouk | |
499 | 102 | Mehdi Abaakouk | n |
500 | 102 | Mehdi Abaakouk | p |
501 | 102 | Mehdi Abaakouk | <enter> |
502 | 102 | Mehdi Abaakouk | <enter> |
503 | 102 | Mehdi Abaakouk | <enter> |
504 | 102 | Mehdi Abaakouk | <enter> |
505 | 104 | Mehdi Abaakouk | w |
506 | 104 | Mehdi Abaakouk | |
507 | 104 | Mehdi Abaakouk | $ partprobe |
508 | 104 | Mehdi Abaakouk | </pre> |
509 | 104 | Mehdi Abaakouk | |
510 | 104 | Mehdi Abaakouk | On prepare le disk comme normalement |
511 | 105 | Mehdi Abaakouk | |
512 | 104 | Mehdi Abaakouk | <pre> |
513 | 104 | Mehdi Abaakouk | ceph-disk prepare /dev/sda2 |
514 | 106 | Mehdi Abaakouk | ceph-disk activate /dev/sda2 |
515 | 104 | Mehdi Abaakouk | </pre> |
516 | 104 | Mehdi Abaakouk | |
517 | 116 | Mehdi Abaakouk | Le disque n'étant pas utilisé uniquement par ceph, le service ceph ne le chargera pas automatiquement: |
518 | 116 | Mehdi Abaakouk | Il faut ajouter ceci dans le /etc/rc.local: |
519 | 116 | Mehdi Abaakouk | |
520 | 116 | Mehdi Abaakouk | <pre> |
521 | 116 | Mehdi Abaakouk | ceph-disk activate /dev/sda2 |
522 | 116 | Mehdi Abaakouk | </pre> |
523 | 116 | Mehdi Abaakouk | |
524 | 116 | Mehdi Abaakouk | 3. Suppression OSD: |
525 | 116 | Mehdi Abaakouk | |
526 | 116 | Mehdi Abaakouk | <pre> |
527 | 116 | Mehdi Abaakouk | name="osd.2" |
528 | 116 | Mehdi Abaakouk | ceph osd out ${name} |
529 | 116 | Mehdi Abaakouk | /etc/init.d/ceph stop ${name} |
530 | 116 | Mehdi Abaakouk | ceph osd crush remove ${name} |
531 | 116 | Mehdi Abaakouk | ceph auth del ${name} |
532 | 116 | Mehdi Abaakouk | ceph osd rm ${name} |
533 | 116 | Mehdi Abaakouk | ceph osd tree |
534 | 116 | Mehdi Abaakouk | </pre> |
535 | 116 | Mehdi Abaakouk | |
536 | 116 | Mehdi Abaakouk | h2. Configuration des Placements Groups des pools: |
537 | 116 | Mehdi Abaakouk | |
538 | 116 | Mehdi Abaakouk | Par défaut les pools sont créés avec des placements groups à 8 (pg_num=8), 3 replicats dont 2 "synchrones (dans le sens ack de l'IO au client)" |
539 | 116 | Mehdi Abaakouk | |
540 | 116 | Mehdi Abaakouk | Mais cette valeur (pg_num) défini le bon fonctionnement de ceph. Dans le cas standard (ie: 1 seul pool) la recette est facile: |
541 | 116 | Mehdi Abaakouk | |
542 | 116 | Mehdi Abaakouk | <pre> |
543 | 116 | Mehdi Abaakouk | (OSDs * 100) |
544 | 116 | Mehdi Abaakouk | Total PGs = ( ------------ ) |
545 | 116 | Mehdi Abaakouk | OSD per object |
546 | 116 | Mehdi Abaakouk | </pre> |
547 | 116 | Mehdi Abaakouk | |
548 | 116 | Mehdi Abaakouk | On arrondi à la puissance de 2 supperieurs. Mais dans notre cas 3 pools ce n'est pas si simple, les pools auront des cas d'utilisation différent: |
549 | 116 | Mehdi Abaakouk | |
550 | 116 | Mehdi Abaakouk | Ma proposition de configuration: |
551 | 107 | Mehdi Abaakouk | * Pool ssds: il a 3 OSDs pour lui tout seul, on applique la recette magique: 3*100/3 ~= 128 pgs |
552 | 1 | Mehdi Abaakouk | * Pools images et disks: ils ont 3 OSDs à ce partager donc il faut répartir les 128 pgs. soit 32pgs et 96pgs (PS: il faut au moins 20pgs pour 3 réplicats) |
553 | 69 | Mehdi Abaakouk | |
554 | 1 | Mehdi Abaakouk | Soit: |
555 | 1 | Mehdi Abaakouk | <pre> |
556 | 79 | Mehdi Abaakouk | ceph osd pool set ssds pg_num 128 |
557 | 1 | Mehdi Abaakouk | ceph osd pool set images pg_num 32 |
558 | 1 | Mehdi Abaakouk | ceph osd pool set disks pg_num 96 |
559 | 1 | Mehdi Abaakouk | |
560 | 1 | Mehdi Abaakouk | # attendre un peu qu'il y est plus de pg_create dans 'ceph -s' |
561 | 121 | Mehdi Abaakouk | ceph osd pool set ssds pgp_num 128 |
562 | 121 | Mehdi Abaakouk | ceph osd pool set images pgp_num 32 |
563 | 121 | Mehdi Abaakouk | ceph osd pool set disks pgp_num 96 |
564 | 121 | Mehdi Abaakouk | </pre> |
565 | 1 | Mehdi Abaakouk | |
566 | 107 | Mehdi Abaakouk | |
567 | 1 | Mehdi Abaakouk | |
568 | 107 | Mehdi Abaakouk | _ref: http://ceph.com/docs/master/rados/operations/placement-groups/_ |
569 | 107 | Mehdi Abaakouk | |
570 | 1 | Mehdi Abaakouk | h2. Preparation du Pool SSD pour ceph |
571 | 107 | Mehdi Abaakouk | |
572 | 107 | Mehdi Abaakouk | Chaque machine se trouve dans 2 hosts, un host SSD et un host HARDDISK (même si en réalité les deux sont sur la même machine physique), |
573 | 107 | Mehdi Abaakouk | |
574 | 107 | Mehdi Abaakouk | Ensuite on créé 2 object root un pour les hosts SSD et un autre pour les host HARDDISK |
575 | 107 | Mehdi Abaakouk | |
576 | 107 | Mehdi Abaakouk | On créé ensuite 2 règles de stockage une qui envoie les objects vers le root SSD et l'autre vers le root HARDDISK |
577 | 107 | Mehdi Abaakouk | |
578 | 107 | Mehdi Abaakouk | Cela permettra d'avoir de définir une règle différente suivant les pools ceph. |
579 | 107 | Mehdi Abaakouk | |
580 | 107 | Mehdi Abaakouk | Niveau Openstack nous avons 3 pools: |
581 | 107 | Mehdi Abaakouk | * disks: Ce pool aura les disques de VM et les volumes attaché |
582 | 107 | Mehdi Abaakouk | * ssds: Ce pool contiendra les volumes sur ssd |
583 | 107 | Mehdi Abaakouk | * images: c'est la que seront stocké les images de VMs (glance). |
584 | 122 | Mehdi Abaakouk | |
585 | 122 | Mehdi Abaakouk | h3. Configuration de la crushmap de ceph: |
586 | 122 | Mehdi Abaakouk | |
587 | 122 | Mehdi Abaakouk | Création de l'arbre de ragnement physique des SSD, l'arbre nommé 'default' sera donc celui des disques durs |
588 | 122 | Mehdi Abaakouk | |
589 | 122 | Mehdi Abaakouk | <pre> |
590 | 122 | Mehdi Abaakouk | $ ceph osd crush add-bucket ssd root |
591 | 122 | Mehdi Abaakouk | $ ceph osd crush add-bucket g1-ssd host |
592 | 122 | Mehdi Abaakouk | $ ceph osd crush add-bucket g2-ssd host |
593 | 122 | Mehdi Abaakouk | $ ceph osd crush add-bucket g3-ssd host |
594 | 1 | Mehdi Abaakouk | $ ceph osd crush move g1-ssd root=ssd |
595 | 1 | Mehdi Abaakouk | $ ceph osd crush move g2-ssd root=ssd |
596 | 1 | Mehdi Abaakouk | $ ceph osd crush move g3-ssd root=ssd |
597 | 107 | Mehdi Abaakouk | $ ceph osd tree |
598 | 107 | Mehdi Abaakouk | # id weight type name up/down reweight |
599 | 1 | Mehdi Abaakouk | -5 0 root ssd |
600 | 118 | Mehdi Abaakouk | -6 0 host g1-ssd |
601 | 118 | Mehdi Abaakouk | -7 0 host g2-ssd |
602 | 118 | Mehdi Abaakouk | -8 0 host g3-ssd |
603 | 118 | Mehdi Abaakouk | -1 3 root default |
604 | 117 | Mehdi Abaakouk | -2 1 host g1 |
605 | 117 | Mehdi Abaakouk | 0 1 osd.0 up 1 |
606 | 117 | Mehdi Abaakouk | 3 1 osd.3 up 1 |
607 | 118 | Mehdi Abaakouk | -3 1 host g2 |
608 | 118 | Mehdi Abaakouk | 1 1 osd.1 up 1 |
609 | 107 | Mehdi Abaakouk | 4 1 osd.4 up 1 |
610 | 107 | Mehdi Abaakouk | -4 1 host g3 |
611 | 122 | Mehdi Abaakouk | 2 1 osd.2 up 1 |
612 | 122 | Mehdi Abaakouk | 5 1 osd.5 up 1 |
613 | 122 | Mehdi Abaakouk | </pre> |
614 | 122 | Mehdi Abaakouk | |
615 | 122 | Mehdi Abaakouk | |
616 | 122 | Mehdi Abaakouk | On range les osd qui ont des disques SSD dans ce nouvel arbre. |
617 | 122 | Mehdi Abaakouk | |
618 | 122 | Mehdi Abaakouk | <pre> |
619 | 122 | Mehdi Abaakouk | $ ceph osd crush add osd.3 1 root=ssd host=g1-ssd |
620 | 122 | Mehdi Abaakouk | $ ceph osd crush add osd.4 1 root=ssd host=g2-ssd |
621 | 122 | Mehdi Abaakouk | $ ceph osd crush add osd.5 1 root=ssd host=g3-ssd |
622 | 122 | Mehdi Abaakouk | # Ou si l'osd a déjà éte positionné une fois |
623 | 122 | Mehdi Abaakouk | $ ceph osd crush set osd.3 1 root=ssd host=g1-ssd |
624 | 122 | Mehdi Abaakouk | $ ceph osd crush set osd.4 1 root=ssd host=g2-ssd |
625 | 96 | Mehdi Abaakouk | $ ceph osd crush set osd.5 1 root=ssd host=g3-ssd |
626 | 96 | Mehdi Abaakouk | |
627 | 108 | Mehdi Abaakouk | # Vérifier le résultat |
628 | 107 | Mehdi Abaakouk | $ ceph osd tree |
629 | 96 | Mehdi Abaakouk | # id weight type name up/down reweight |
630 | 96 | Mehdi Abaakouk | -5 3 root ssd |
631 | 121 | Mehdi Abaakouk | -6 1 host g1-ssd |
632 | 96 | Mehdi Abaakouk | 3 1 osd.3 up 1 |
633 | 107 | Mehdi Abaakouk | -7 1 host g2-ssd |
634 | 107 | Mehdi Abaakouk | 4 1 osd.4 up 1 |
635 | 107 | Mehdi Abaakouk | -8 1 host g3-ssd |
636 | 107 | Mehdi Abaakouk | 5 1 osd.5 up 1 |
637 | 107 | Mehdi Abaakouk | -1 3 root default |
638 | 107 | Mehdi Abaakouk | -2 1 host g1 |
639 | 107 | Mehdi Abaakouk | 0 1 osd.0 up 1 |
640 | 107 | Mehdi Abaakouk | -3 1 host g2 |
641 | 107 | Mehdi Abaakouk | 1 1 osd.1 up 1 |
642 | 107 | Mehdi Abaakouk | -4 1 host g3 |
643 | 107 | Mehdi Abaakouk | 2 1 osd.2 up 1 |
644 | 107 | Mehdi Abaakouk | </pre> |
645 | 107 | Mehdi Abaakouk | |
646 | 107 | Mehdi Abaakouk | |
647 | 107 | Mehdi Abaakouk | h3. Definition de la crushmap de ttnn |
648 | 107 | Mehdi Abaakouk | |
649 | 107 | Mehdi Abaakouk | |
650 | 107 | Mehdi Abaakouk | Une fois la crushmap modifié on créée et applique la règle sur le pool ssds: |
651 | 107 | Mehdi Abaakouk | |
652 | 107 | Mehdi Abaakouk | <pre> |
653 | 107 | Mehdi Abaakouk | $ ceph osd crush rule create-simple ssd_replicated_ruleset ssd host firstn |
654 | 107 | Mehdi Abaakouk | $ ceph osd crush rule dump |
655 | 107 | Mehdi Abaakouk | [ |
656 | 107 | Mehdi Abaakouk | { "rule_id": 0, |
657 | 107 | Mehdi Abaakouk | "rule_name": "replicated_ruleset", |
658 | 1 | Mehdi Abaakouk | "ruleset": 0, |
659 | 107 | Mehdi Abaakouk | "type": 1, |
660 | 107 | Mehdi Abaakouk | "min_size": 1, |
661 | 107 | Mehdi Abaakouk | "max_size": 10, |
662 | 107 | Mehdi Abaakouk | "steps": [ |
663 | 107 | Mehdi Abaakouk | { "op": "take", |
664 | 107 | Mehdi Abaakouk | "item": -1, |
665 | 1 | Mehdi Abaakouk | "item_name": "default"}, |
666 | 121 | Mehdi Abaakouk | { "op": "chooseleaf_firstn", |
667 | 1 | Mehdi Abaakouk | "num": 0, |
668 | 1 | Mehdi Abaakouk | "type": "host"}, |
669 | 107 | Mehdi Abaakouk | { "op": "emit"}]}, |
670 | 1 | Mehdi Abaakouk | { "rule_id": 1, |
671 | 1 | Mehdi Abaakouk | "rule_name": "ssd_replicated_ruleset", |
672 | 107 | Mehdi Abaakouk | "ruleset": 1, |
673 | 1 | Mehdi Abaakouk | "type": 1, |
674 | 1 | Mehdi Abaakouk | "min_size": 1, |
675 | 1 | Mehdi Abaakouk | "max_size": 10, |
676 | 113 | Mehdi Abaakouk | "steps": [ |
677 | 114 | Mehdi Abaakouk | { "op": "take", |
678 | 1 | Mehdi Abaakouk | "item": -5, |
679 | 114 | Mehdi Abaakouk | "item_name": "ssd"}, |
680 | 113 | Mehdi Abaakouk | { "op": "chooseleaf_firstn", |
681 | 113 | Mehdi Abaakouk | "num": 0, |
682 | 113 | Mehdi Abaakouk | "type": "host"}, |
683 | 113 | Mehdi Abaakouk | { "op": "emit"}]}] |
684 | 113 | Mehdi Abaakouk | |
685 | 113 | Mehdi Abaakouk | $ ceph osd pool set ssds crush_ruleset 1 |
686 | 113 | Mehdi Abaakouk | </pre> |
687 | 1 | Mehdi Abaakouk | |
688 | 114 | Mehdi Abaakouk | Il faut ensuite attendre que ceph redistribue les data comme on lui a demandé, on peut suivre l'avancement avec : |
689 | 114 | Mehdi Abaakouk | |
690 | 114 | Mehdi Abaakouk | <pre> |
691 | 114 | Mehdi Abaakouk | ceph -s |
692 | 114 | Mehdi Abaakouk | </pre> |
693 | 115 | Mehdi Abaakouk | |
694 | 115 | Mehdi Abaakouk | h2. Management d'openstack |
695 | 114 | Mehdi Abaakouk | |
696 | 114 | Mehdi Abaakouk | h2. Maintenant de la VM de management |
697 | 114 | Mehdi Abaakouk | |
698 | 114 | Mehdi Abaakouk | h3. Live Migration d'un host à l'autre |
699 | 114 | Mehdi Abaakouk | |
700 | 114 | Mehdi Abaakouk | Cela fait tout à notre place niveau kvm/libvirt/ceph |
701 | 114 | Mehdi Abaakouk | |
702 | 114 | Mehdi Abaakouk | <pre> |
703 | 114 | Mehdi Abaakouk | virsh migrate --persistent --undefinesource --live --p2p openstack qemu+ssh://g2:2222/system |
704 | 114 | Mehdi Abaakouk | </pre> |
705 | 114 | Mehdi Abaakouk | |
706 | 114 | Mehdi Abaakouk | Pour le réseau le service/script 'tetaneutral-openstack-routing-daemon.sh' s'occupe de basculer les routes automatiquement. |
707 | 114 | Mehdi Abaakouk | |
708 | 114 | Mehdi Abaakouk | h3. Recover depuis une perte de la machine hote: |
709 | 114 | Mehdi Abaakouk | |
710 | 114 | Mehdi Abaakouk | Créé un fichier openstack.xml à partir d'un backup de '/etc/libvirt/qemu/openstack.xml' ou utiliser l'exemple ci-dessous: |
711 | 114 | Mehdi Abaakouk | |
712 | 114 | Mehdi Abaakouk | _Note: il faut surement viré les uuid des interfaces openvswitch qui sont différent suivant le hosts_ |
713 | 114 | Mehdi Abaakouk | |
714 | 114 | Mehdi Abaakouk | <pre> |
715 | 114 | Mehdi Abaakouk | <domain type='kvm'> |
716 | 114 | Mehdi Abaakouk | <name>openstack</name> |
717 | 114 | Mehdi Abaakouk | <uuid>8ff46696-7b94-6d0b-7022-edbcf88648c0</uuid> |
718 | 114 | Mehdi Abaakouk | <memory unit='KiB'>2097152</memory> |
719 | 114 | Mehdi Abaakouk | <currentMemory unit='KiB'>2097152</currentMemory> |
720 | 114 | Mehdi Abaakouk | <vcpu placement='static'>1</vcpu> |
721 | 114 | Mehdi Abaakouk | <os> |
722 | 124 | Mehdi Abaakouk | <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</type> |
723 | 114 | Mehdi Abaakouk | <boot dev='hd'/> |
724 | 114 | Mehdi Abaakouk | </os> |
725 | 114 | Mehdi Abaakouk | <features> |
726 | 114 | Mehdi Abaakouk | <acpi/> |
727 | 114 | Mehdi Abaakouk | <apic/> |
728 | 114 | Mehdi Abaakouk | <pae/> |
729 | 114 | Mehdi Abaakouk | </features> |
730 | 114 | Mehdi Abaakouk | <clock offset='utc'/> |
731 | 114 | Mehdi Abaakouk | <on_poweroff>destroy</on_poweroff> |
732 | 114 | Mehdi Abaakouk | <on_reboot>restart</on_reboot> |
733 | 114 | Mehdi Abaakouk | <on_crash>restart</on_crash> |
734 | 114 | Mehdi Abaakouk | <devices> |
735 | 114 | Mehdi Abaakouk | <emulator>/usr/bin/kvm</emulator> |
736 | 114 | Mehdi Abaakouk | <disk type='network' device='disk'> |
737 | 114 | Mehdi Abaakouk | <driver name='qemu' type='raw'/> |
738 | 114 | Mehdi Abaakouk | <auth username='openstack-service'> |
739 | 114 | Mehdi Abaakouk | <secret type='ceph' uuid='1fe74663-8dfa-486c-bb80-3bd94c90c967'/> |
740 | 114 | Mehdi Abaakouk | </auth> |
741 | 114 | Mehdi Abaakouk | <source protocol='rbd' name='disks/openstack-disk'/> |
742 | 114 | Mehdi Abaakouk | <target dev='vda' bus='virtio'/> |
743 | 114 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> |
744 | 114 | Mehdi Abaakouk | </disk> |
745 | 114 | Mehdi Abaakouk | <controller type='usb' index='0'> |
746 | 114 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> |
747 | 114 | Mehdi Abaakouk | </controller> |
748 | 114 | Mehdi Abaakouk | <controller type='pci' index='0' model='pci-root'/> |
749 | 114 | Mehdi Abaakouk | <interface type='bridge'> |
750 | 114 | Mehdi Abaakouk | <mac address='52:54:00:90:d8:c7'/> |
751 | 114 | Mehdi Abaakouk | <source bridge='br-net'/> |
752 | 114 | Mehdi Abaakouk | <virtualport type='openvswitch'> |
753 | 114 | Mehdi Abaakouk | <parameters interfaceid='f0c8bfd0-36e3-46fb-974e-9dbe8d501c19'/> |
754 | 114 | Mehdi Abaakouk | </virtualport> |
755 | 114 | Mehdi Abaakouk | <model type='virtio'/> |
756 | 114 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> |
757 | 114 | Mehdi Abaakouk | </interface> |
758 | 114 | Mehdi Abaakouk | <interface type='bridge'> |
759 | 114 | Mehdi Abaakouk | <mac address='52:54:00:13:fa:13'/> |
760 | 114 | Mehdi Abaakouk | <source bridge='br-admin'/> |
761 | 114 | Mehdi Abaakouk | <virtualport type='openvswitch'> |
762 | 114 | Mehdi Abaakouk | <parameters interfaceid='25b32029-968f-49a0-aa04-45baf5c443c6'/> |
763 | 114 | Mehdi Abaakouk | </virtualport> |
764 | 114 | Mehdi Abaakouk | <model type='virtio'/> |
765 | 114 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> |
766 | 114 | Mehdi Abaakouk | </interface> |
767 | 114 | Mehdi Abaakouk | <serial type='pty'> |
768 | 1 | Mehdi Abaakouk | <target port='0'/> |
769 | 1 | Mehdi Abaakouk | </serial> |
770 | 1 | Mehdi Abaakouk | <console type='pty'> |
771 | 1 | Mehdi Abaakouk | <target type='serial' port='0'/> |
772 | 1 | Mehdi Abaakouk | </console> |
773 | 1 | Mehdi Abaakouk | <memballoon model='virtio'> |
774 | 1 | Mehdi Abaakouk | <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> |
775 | 1 | Mehdi Abaakouk | </memballoon> |
776 | 1 | Mehdi Abaakouk | </devices> |
777 | 1 | Mehdi Abaakouk | </domain> |
778 | 1 | Mehdi Abaakouk | </pre> |
779 | 1 | Mehdi Abaakouk | |
780 | 1 | Mehdi Abaakouk | |
781 | 1 | Mehdi Abaakouk | Puis on recréé la VM |
782 | 1 | Mehdi Abaakouk | |
783 | 1 | Mehdi Abaakouk | <pre> |
784 | 1 | Mehdi Abaakouk | $ virsh create openstack.xml |
785 | 1 | Mehdi Abaakouk | $ virsh start openstack.xml |
786 | 1 | Mehdi Abaakouk | </pre> |