Openstack Installation TTNN » Historique » Version 104
Mehdi Abaakouk, 27/08/2014 14:43
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 | 31 | Mehdi Abaakouk | Voici le fichier rc.local d'un hyperviseur (g1) |
72 | 29 | Mehdi Abaakouk | |
73 | 29 | Mehdi Abaakouk | <pre> |
74 | 71 | Mehdi Abaakouk | #!/bin/sh |
75 | 71 | Mehdi Abaakouk | |
76 | 29 | Mehdi Abaakouk | for i in /proc/sys/net/ipv6/conf/*; do for j in autoconf accept_ra; do echo 0 > $i/$j; done;done |
77 | 1 | Mehdi Abaakouk | # https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt |
78 | 71 | Mehdi Abaakouk | for i in /proc/sys/net/ipv4/conf/*/arp_announce; do echo 2 > $i;done |
79 | 29 | Mehdi Abaakouk | |
80 | 29 | Mehdi Abaakouk | echo 1 > /proc/sys/net/ipv4/ip_forward |
81 | 29 | Mehdi Abaakouk | echo 1 > /proc/sys/net/ipv6/conf/all/forwarding |
82 | 29 | Mehdi Abaakouk | |
83 | 1 | Mehdi Abaakouk | ip link set eth0 up |
84 | 71 | Mehdi Abaakouk | |
85 | 29 | Mehdi Abaakouk | ip link add link eth0 name eth0.3131 type vlan id 3131 |
86 | 1 | Mehdi Abaakouk | ip link set eth0.3131 up |
87 | 71 | Mehdi Abaakouk | |
88 | 29 | Mehdi Abaakouk | ip addr add 89.234.156.251/32 dev eth0.3131 |
89 | 29 | Mehdi Abaakouk | ip route add 91.224.149.0/24 dev eth0.3131 |
90 | 29 | Mehdi Abaakouk | ip route add default via 91.224.149.254 |
91 | 29 | Mehdi Abaakouk | |
92 | 29 | Mehdi Abaakouk | ip addr add 2a01:6600:8083:fb00::1/56 dev eth0.3131 |
93 | 29 | Mehdi Abaakouk | ip route add default via fe80::31 dev eth0.3131 |
94 | 1 | Mehdi Abaakouk | |
95 | 71 | Mehdi Abaakouk | ip route add 89.234.156.250/32 dev eth0.3131 |
96 | 71 | Mehdi Abaakouk | ip route add 89.234.156.252/32 dev eth0.3131 |
97 | 71 | Mehdi Abaakouk | ip route add 89.234.156.253/32 dev eth0.3131 |
98 | 71 | Mehdi Abaakouk | |
99 | 98 | Mehdi Abaakouk | ovs_vlan_attach(){ |
100 | 98 | Mehdi Abaakouk | bridge=$1 |
101 | 98 | Mehdi Abaakouk | interface=$2 |
102 | 98 | Mehdi Abaakouk | vlan=$3 |
103 | 98 | Mehdi Abaakouk | ip=$4 |
104 | 98 | Mehdi Abaakouk | # Clean ovs mess (it create the interface without vlan tag id) |
105 | 98 | Mehdi Abaakouk | ovs-vsctl del-port ${bridge} ${interface}.${vlan} |
106 | 98 | Mehdi Abaakouk | ip link del ${interface}.${vlan} |
107 | 98 | Mehdi Abaakouk | ip link add link ${interface} name ${interface}.${vlan} type vlan id ${vlan} |
108 | 98 | Mehdi Abaakouk | ip link set ${interface}.${vlan} up |
109 | 98 | Mehdi Abaakouk | ovs-vsctl add-port ${bridge} ${interface}.${vlan} |
110 | 98 | Mehdi Abaakouk | ip link set ${bridge} up |
111 | 98 | Mehdi Abaakouk | [ "${ip}" ] && ip addr add ${ip} dev ${bridge} |
112 | 98 | Mehdi Abaakouk | } |
113 | 1 | Mehdi Abaakouk | |
114 | 98 | Mehdi Abaakouk | ovs_vlan_attach br-admin eth0 3175 192.168.3.101/24 |
115 | 98 | Mehdi Abaakouk | ovs_vlan_attach br-tsf eth0 3195 |
116 | 1 | Mehdi Abaakouk | |
117 | 71 | Mehdi Abaakouk | ip link set br-net up |
118 | 71 | Mehdi Abaakouk | ip addr add fe80::31/64 dev br-net |
119 | 29 | Mehdi Abaakouk | ip addr add 91.224.148.0/32 dev br-net |
120 | 71 | Mehdi Abaakouk | |
121 | 98 | Mehdi Abaakouk | for i in /etc/init.d/{ceph,nova-compute,neutron-plugin-*-agent} ; do |
122 | 98 | Mehdi Abaakouk | $i restart |
123 | 98 | Mehdi Abaakouk | done |
124 | 29 | Mehdi Abaakouk | |
125 | 98 | Mehdi Abaakouk | /root/tetaneutral-openstack-routing-daemon.sh -d |
126 | 98 | Mehdi Abaakouk | |
127 | 99 | Mehdi Abaakouk | is_openstack_vm_here=$(virsh list --all | awk '{if ($2 == "openstack") print $0}') |
128 | 99 | Mehdi Abaakouk | if [ "$is_openstack_vm_here" ]; then |
129 | 99 | Mehdi Abaakouk | virsh start openstack |
130 | 99 | Mehdi Abaakouk | ip route add 89.234.156.249/32 dev br-net proto 42 |
131 | 99 | Mehdi Abaakouk | ip -6 route add 2a01:6600:8083:f900::/56 dev br-net proto 42 |
132 | 99 | Mehdi Abaakouk | fi |
133 | 99 | Mehdi Abaakouk | |
134 | 98 | Mehdi Abaakouk | exit 0 |
135 | 30 | Mehdi Abaakouk | </pre> |
136 | 30 | Mehdi Abaakouk | |
137 | 30 | Mehdi Abaakouk | _note: Les bridges openvswitch sont mémorisés et recréés automatiquement par le service openvswitch-switch_ |
138 | 30 | Mehdi Abaakouk | |
139 | 30 | Mehdi Abaakouk | Sur h7.tetaneutral.net le routage est le suivant |
140 | 30 | Mehdi Abaakouk | |
141 | 30 | Mehdi Abaakouk | <pre> |
142 | 30 | Mehdi Abaakouk | ip route add 89.234.156.251/32 dev eth0.3131 |
143 | 30 | Mehdi Abaakouk | ip route add 89.234.156.252/32 dev eth0.3131 |
144 | 30 | Mehdi Abaakouk | ip route add 89.234.156.253/32 dev eth0.3131 |
145 | 30 | Mehdi Abaakouk | ip route add 2a01:6600:8083:fb00::/56 dev eth0.3131 |
146 | 30 | Mehdi Abaakouk | ip route add 2a01:6600:8083:fc00::/56 dev eth0.3131 |
147 | 30 | Mehdi Abaakouk | ip route add 2a01:6600:8083:fd00::/56 dev eth0.3131 |
148 | 30 | Mehdi Abaakouk | </pre> |
149 | 74 | Mehdi Abaakouk | |
150 | 74 | Mehdi Abaakouk | Ainsi que ceci le temps de l'installation |
151 | 30 | Mehdi Abaakouk | |
152 | 4 | Mehdi Abaakouk | <pre> |
153 | 4 | Mehdi Abaakouk | ip route add 89.234.156.248/32 via 89.234.156.251 # NOTE(sileht): temporairement pour le setup openstack |
154 | 6 | Mehdi Abaakouk | ip route add 2a01:6600:8083:f800::/56 via 2a01:6600:8083:fb00::1 dev eth0.3131 # NOTE(sileht): temporairement pour le setup openstack |
155 | 4 | Mehdi Abaakouk | </pre> |
156 | 4 | Mehdi Abaakouk | |
157 | 57 | Mehdi Abaakouk | h3. Preparation de la VM de management, le controlleur |
158 | 89 | Mehdi Abaakouk | |
159 | 4 | Mehdi Abaakouk | h4. Installation des prérequis |
160 | 4 | Mehdi Abaakouk | |
161 | 6 | Mehdi Abaakouk | <pre> |
162 | 1 | Mehdi Abaakouk | $ apt-get install libvirt-bin openstack-debian-images virtinst openvswitch-switch |
163 | 1 | Mehdi Abaakouk | #NOTE(sileht): temporairement appliquer les patches de au-dessus à openstack-debian-images |
164 | 73 | Mehdi Abaakouk | </pre> |
165 | 73 | Mehdi Abaakouk | |
166 | 6 | Mehdi Abaakouk | h4. Preparation de l'image de la VM |
167 | 17 | Mehdi Abaakouk | |
168 | 16 | Mehdi Abaakouk | On notera les ip temporaire 192.168.3.100 |
169 | 1 | Mehdi Abaakouk | |
170 | 20 | Mehdi Abaakouk | <pre> |
171 | 16 | Mehdi Abaakouk | $ vim hook.sh |
172 | 16 | Mehdi Abaakouk | set -xv |
173 | 16 | Mehdi Abaakouk | |
174 | 16 | Mehdi Abaakouk | echo "openstack" > $BODI_CHROOT_PATH/etc/hostname |
175 | 1 | Mehdi Abaakouk | |
176 | 20 | Mehdi Abaakouk | cat > $BODI_CHROOT_PATH/etc/resolv.conf <<EOF |
177 | 6 | Mehdi Abaakouk | domain tetaneutral.net |
178 | 6 | Mehdi Abaakouk | search tetaneutral.net |
179 | 6 | Mehdi Abaakouk | nameserver 8.8.8.8 |
180 | 1 | Mehdi Abaakouk | EOF |
181 | 6 | Mehdi Abaakouk | |
182 | 20 | Mehdi Abaakouk | cat > $BODI_CHROOT_PATH/etc/network/interfaces <<EOF |
183 | 20 | Mehdi Abaakouk | auto lo |
184 | 1 | Mehdi Abaakouk | iface lo inet loopback |
185 | 1 | Mehdi Abaakouk | auto eth0 |
186 | 92 | Mehdi Abaakouk | iface eth0 inet manual |
187 | 20 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.accept_ra=0 |
188 | 20 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.autoconf=0 |
189 | 20 | Mehdi Abaakouk | up ip link set eth0 up |
190 | 20 | Mehdi Abaakouk | up ip addr add 89.234.156.249/32 dev eth0 |
191 | 1 | Mehdi Abaakouk | up ip route add 91.224.148.0/32 dev eth0 |
192 | 20 | Mehdi Abaakouk | up ip route add default via 91.224.148.0 |
193 | 92 | Mehdi Abaakouk | |
194 | 40 | Mehdi Abaakouk | iface eth0 inet6 static |
195 | 46 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.accept_ra=0 |
196 | 46 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth0.autoconf=0 |
197 | 46 | Mehdi Abaakouk | address 2a01:6600:8083:f900::1 |
198 | 1 | Mehdi Abaakouk | netmask 56 |
199 | 46 | Mehdi Abaakouk | gateway fe80::31 |
200 | 46 | Mehdi Abaakouk | |
201 | 92 | Mehdi Abaakouk | auto eth1 |
202 | 6 | Mehdi Abaakouk | iface eth1 inet static |
203 | 20 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth1.accept_ra=0 |
204 | 1 | Mehdi Abaakouk | pre-up /sbin/sysctl -w net.ipv6.conf.eth1.autoconf=0 |
205 | 6 | Mehdi Abaakouk | address 192.168.3.100 |
206 | 4 | Mehdi Abaakouk | netmask 255.255.255.0 |
207 | 1 | Mehdi Abaakouk | EOF |
208 | 4 | Mehdi Abaakouk | |
209 | 10 | Mehdi Abaakouk | mkdir -p $BODI_CHROOT_PATH/root/.ssh |
210 | 16 | Mehdi Abaakouk | chmod 600 $BODI_CHROOT_PATH/root/.ssh |
211 | 16 | Mehdi Abaakouk | cat >> $BODI_CHROOT_PATH/root/.ssh/authorized_keys <<EOF |
212 | 20 | Mehdi Abaakouk | ssh-dss AAAAB3NzaC1kc3MAAACBAJtnGLvuz4uVD6fnERDxDi/C0UyzwCiKmgNtEessopREYasAX4Gu6Fg10jAyIL5Nuc7YDnqj//pOfxNjD7hp99a2ZmkRQgh/ltClxYML9fqhBHgsUCpVse9nOYDHDnDgvXIPRSDUHat2UFpdchHVrFURNLIlZnBztsr+GCDURTV/AAAAFQD9SrBcH49ltaKOm6V5ssCPmgs1SwAAAIAbAvkQ3/tMzzdACO5B9s5Yb3ZuM7XImm0iqufivVf2Xy39g8HOBulUsN7eKEGPhVriqNolgIO7q7tVgYAff4/NE4yDP0Kp0SPg4tjt2yFJuL31Y3wzwHjnKrjgNlDSLl3uZnRXSipwUMwGKbdHB6NZSqlq192VKbHilQ00pbiMlAAAAIB5dfB1lVHkJ0o5CcaVQRPbca9DvbbRwnoTSmKHc5DUcqsPqDhS07CkM9ZcJuY1Nh4wGl4Q9kArj7Tnsvvygf/HReSUcIk4+nbDytJ8/pca/Qx4fzQQyppa94TylN62LSFT6MIJKLoMwYa0dQURT7Mv5+9Qj2vk5pZ38w2iQ9zVCg== root@h1 |
213 | 1 | Mehdi Abaakouk | EOF |
214 | 7 | Mehdi Abaakouk | |
215 | 4 | Mehdi Abaakouk | sed -i -e 's/^.*Port.*$/Port 2222/' -e 's/^[# ]*PasswordAuthentication.*$/PasswordAuthentication no/' $BODI_CHROOT_PATH/etc/ssh/sshd_config |
216 | 21 | Mehdi Abaakouk | chroot $BODI_CHROOT_PATH dpkg-reconfigure openssh-server |
217 | 12 | Mehdi Abaakouk | chroot $BODI_CHROOT_PATH apt-get purge -y cloud-init* |
218 | 4 | Mehdi Abaakouk | </pre> |
219 | 4 | Mehdi Abaakouk | |
220 | 4 | Mehdi Abaakouk | <pre> |
221 | 5 | Mehdi Abaakouk | $ chmod +x hook.sh |
222 | 13 | 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 |
223 | 18 | Mehdi Abaakouk | $ mv debian-jessie-7.0.0-3-amd64.raw /openstack.raw |
224 | 18 | Mehdi Abaakouk | $ rm debian-jessie-7.0.0-3-amd64.qcow2 |
225 | 18 | Mehdi Abaakouk | </pre> |
226 | 18 | Mehdi Abaakouk | |
227 | 18 | 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_ |
228 | 18 | 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:_ |
229 | 59 | Mehdi Abaakouk | <pre> |
230 | 59 | Mehdi Abaakouk | + 'kpartx -d debian-jessie-7.0.0-3-amd64.raw' |
231 | 11 | Mehdi Abaakouk | device-mapper: remove ioctl on loop0p1 failed: Device or resource busy |
232 | 4 | Mehdi Abaakouk | loop deleted : /dev/loop0 |
233 | 4 | Mehdi Abaakouk | </pre> |
234 | 6 | Mehdi Abaakouk | _note: si parted freeze -> lancer /etc/init.d/udev restart_ |
235 | 4 | Mehdi Abaakouk | |
236 | 4 | Mehdi Abaakouk | |
237 | 8 | 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. |
238 | 1 | Mehdi Abaakouk | |
239 | 90 | Mehdi Abaakouk | h4. Préparation du réseau |
240 | 90 | Mehdi Abaakouk | |
241 | 90 | Mehdi Abaakouk | <pre> |
242 | 90 | Mehdi Abaakouk | $ modprobe vhost-net |
243 | 90 | Mehdi Abaakouk | $ ovs-vsctl add-br br-net |
244 | 90 | Mehdi Abaakouk | $ ip link set br-net up |
245 | 90 | Mehdi Abaakouk | $ ovs-vsctl br-set-external-id br-net bridge-id br-net |
246 | 90 | Mehdi Abaakouk | $ ip link set br-admin up |
247 | 90 | Mehdi Abaakouk | $ ovs-vsctl br-set-external-id br-net bridge-id br-admin |
248 | 90 | Mehdi Abaakouk | $ ovs-vsctl add-port br-admin eth0.3175 |
249 | 5 | Mehdi Abaakouk | $ ip addr add 192.168.3.101/24 dev br-admin |
250 | 6 | Mehdi Abaakouk | $ ip addr add fe80::31/64 dev br-net |
251 | 4 | Mehdi Abaakouk | $ ip route add 89.234.156.249/32 dev br-net |
252 | 4 | Mehdi Abaakouk | $ ip -6 route add 2a01:6600:8083:f900::/56 dev br-net |
253 | 60 | Mehdi Abaakouk | </pre> |
254 | 4 | Mehdi Abaakouk | |
255 | 91 | Mehdi Abaakouk | h4. Installation de la VM |
256 | 91 | Mehdi Abaakouk | |
257 | 19 | Mehdi Abaakouk | <pre> |
258 | 93 | 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 |
259 | 19 | 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 |
260 | 19 | 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 |
261 | 19 | Mehdi Abaakouk | $ virsh start openstack |
262 | 19 | Mehdi Abaakouk | $ ssh root@89.234.156.249 -p 2222 |
263 | 19 | Mehdi Abaakouk | </pre> |
264 | 19 | Mehdi Abaakouk | |
265 | 24 | Mehdi Abaakouk | Une fois connecté à la VM: |
266 | 24 | Mehdi Abaakouk | |
267 | 24 | Mehdi Abaakouk | <pre> |
268 | 24 | Mehdi Abaakouk | $ apt-get install puppet |
269 | 24 | Mehdi Abaakouk | $ puppet agent --enable |
270 | 24 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
271 | 24 | Mehdi Abaakouk | Info: Caching certificate for ca |
272 | 19 | Mehdi Abaakouk | Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml |
273 | 19 | Mehdi Abaakouk | Info: Creating a new SSL certificate request for openstack.tetaneutral.net |
274 | 19 | 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 |
275 | 19 | Mehdi Abaakouk | Info: Caching certificate for ca |
276 | 19 | Mehdi Abaakouk | Exiting; no certificate found and waitforcert is disabled |
277 | 1 | Mehdi Abaakouk | </pre> |
278 | 22 | Mehdi Abaakouk | |
279 | 61 | Mehdi Abaakouk | Sur le puppetmaster: |
280 | 87 | Mehdi Abaakouk | |
281 | 1 | Mehdi Abaakouk | <pre> |
282 | 19 | Mehdi Abaakouk | $ puppet ca sign openstack.tetaneutral.net |
283 | 19 | Mehdi Abaakouk | </pre> |
284 | 24 | 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_ |
285 | 26 | Mehdi Abaakouk | |
286 | 26 | Mehdi Abaakouk | De nouveau sur la VM: |
287 | 4 | Mehdi Abaakouk | |
288 | 26 | Mehdi Abaakouk | <pre> |
289 | 32 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
290 | 26 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
291 | 34 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
292 | 34 | Mehdi Abaakouk | </pre> |
293 | 35 | Mehdi Abaakouk | |
294 | 94 | Mehdi Abaakouk | Il ne doit plus y avoir d'erreur la 3°/4° fois. |
295 | 35 | Mehdi Abaakouk | |
296 | 35 | Mehdi Abaakouk | h3. Configuration des hyperviseurs |
297 | 35 | Mehdi Abaakouk | |
298 | 35 | Mehdi Abaakouk | Une fois la configuration réseau faite, tout ce fait avec puppet: |
299 | 35 | Mehdi Abaakouk | |
300 | 35 | Mehdi Abaakouk | <pre> |
301 | 35 | Mehdi Abaakouk | $ apt-get install puppet |
302 | 35 | Mehdi Abaakouk | $ puppet agent --enable |
303 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
304 | 35 | Mehdi Abaakouk | Info: Caching certificate for ca |
305 | 35 | Mehdi Abaakouk | Info: csr_attributes file loading from /etc/puppet/csr_attributes.yaml |
306 | 35 | Mehdi Abaakouk | Info: Creating a new SSL certificate request for openstack.tetaneutral.net |
307 | 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 |
308 | 35 | Mehdi Abaakouk | Info: Caching certificate for ca |
309 | 35 | Mehdi Abaakouk | Exiting; no certificate found and waitforcert is disabled |
310 | 35 | Mehdi Abaakouk | </pre> |
311 | 35 | Mehdi Abaakouk | |
312 | 64 | Mehdi Abaakouk | Sur le puppetmaster: |
313 | 35 | Mehdi Abaakouk | |
314 | 35 | Mehdi Abaakouk | <pre> |
315 | 35 | Mehdi Abaakouk | $ puppet ca sign openstack.tetaneutral.net |
316 | 35 | Mehdi Abaakouk | </pre> |
317 | 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_ |
318 | 35 | Mehdi Abaakouk | |
319 | 35 | Mehdi Abaakouk | De nouveau sur la VM: |
320 | 35 | Mehdi Abaakouk | |
321 | 35 | Mehdi Abaakouk | <pre> |
322 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
323 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
324 | 35 | Mehdi Abaakouk | $ puppet agent -vt --server puppet.tetaneutral.net --certname openstack.tetaneutral.net --pluginsync |
325 | 35 | Mehdi Abaakouk | </pre> |
326 | 35 | Mehdi Abaakouk | |
327 | 35 | Mehdi Abaakouk | Il ne doit plus y avoir d'erreur la 3°/4° fois. |
328 | 35 | Mehdi Abaakouk | |
329 | 35 | Mehdi Abaakouk | h4. Information sur la configuration d'un hyperviseur sur le puppet master |
330 | 35 | Mehdi Abaakouk | |
331 | 101 | Mehdi Abaakouk | La configuration puppet ressemble à : |
332 | 35 | Mehdi Abaakouk | |
333 | 35 | Mehdi Abaakouk | <pre> |
334 | 35 | Mehdi Abaakouk | node "gX.tetaneutral.net" inherits openstack_node_common { |
335 | 35 | Mehdi Abaakouk | # Configuration du routerid et de l'AS number de cette machine |
336 | 35 | Mehdi Abaakouk | # Il faut aussi mettre la conf bgp de h7 ainsi que les fichiers |
337 | 35 | Mehdi Abaakouk | # /etc/puppet/manifests/files/openstack-bird.conf.erb et |
338 | 35 | Mehdi Abaakouk | # /etc/puppet/manifests/files/openstack-bird6.conf.erb |
339 | 35 | Mehdi Abaakouk | # pour ajouter cette AS interne |
340 | 35 | Mehdi Abaakouk | ttnn_os_bird {'198.51.100.1': asnum => "65001"} |
341 | 35 | Mehdi Abaakouk | |
342 | 100 | Mehdi Abaakouk | # Dans le cas d'une moniteur ceph, mais uniquement 3 suffissent, on a déjà g1,g2,g3 |
343 | 100 | Mehdi Abaakouk | ttnn_ceph_mon {$::hostname:} |
344 | 100 | Mehdi Abaakouk | # Sinon utilisait: |
345 | 100 | Mehdi Abaakouk | # class{"ttnn_ceph_osd_only": } |
346 | 35 | Mehdi Abaakouk | |
347 | 1 | Mehdi Abaakouk | # La partie Openstack, l'uuid doit être unique par machine (générer avec uuid-gen) |
348 | 72 | Mehdi Abaakouk | ttnn_os_compute {"9d26ec10-a48b-4f0f-a122-f10ed16d270f": } |
349 | 37 | Mehdi Abaakouk | } |
350 | 38 | Mehdi Abaakouk | </pre> |
351 | 38 | Mehdi Abaakouk | |
352 | 82 | Mehdi Abaakouk | h3. Déplacement du controlleur dans openstack (Work In Progress) |
353 | 38 | Mehdi Abaakouk | |
354 | 38 | Mehdi Abaakouk | <pre> |
355 | 38 | Mehdi Abaakouk | $ cat > os.conf <<EOF |
356 | 1 | Mehdi Abaakouk | export OS_AUTH_URL=http://89.234.156.248:5000/v2.0/ |
357 | 1 | Mehdi Abaakouk | export OS_USERNAME=admin |
358 | 97 | Mehdi Abaakouk | export OS_TENANT_NAME=ttnn_admin |
359 | 97 | Mehdi Abaakouk | export OS_PASSWORD=<password> |
360 | 97 | Mehdi Abaakouk | EOF |
361 | 97 | Mehdi Abaakouk | $ source os.conf |
362 | 97 | Mehdi Abaakouk | </pre> |
363 | 88 | Mehdi Abaakouk | |
364 | 1 | Mehdi Abaakouk | Générer d'abord une image debian jessie et l'uploader dans glance |
365 | 1 | Mehdi Abaakouk | |
366 | 97 | Mehdi Abaakouk | <pre> |
367 | 97 | Mehdi Abaakouk | $ glance image-create --progress --name debian-jessie-7.0.0-3-amd64 --disk-format raw --container-format bare < debian-jessie-7.0.0-3-amd64.raw |
368 | 97 | Mehdi Abaakouk | # glance image-list | grep jessie |
369 | 97 | Mehdi Abaakouk | | c81df9d4-8786-4f77-b84b-8409f1f11018 | debian-jessie-7.0.0-3-amd64 | raw | bare | 1073741824 | active | |
370 | 41 | Mehdi Abaakouk | </pre> |
371 | 41 | Mehdi Abaakouk | |
372 | 88 | Mehdi Abaakouk | On boot une debian vide avec config-drive à false pour ne pas avoir le réseau configuré dans la VM (sinon la vrai va couper) |
373 | 88 | Mehdi Abaakouk | <pre> |
374 | 88 | Mehdi Abaakouk | $ netid_net=$(neutron net-list | awk '/ttnn-net/{print $2}') |
375 | 88 | Mehdi Abaakouk | $ netid_admin=$(neutron net-list | awk '/ttnn-admin/{print $2}') |
376 | 88 | Mehdi Abaakouk | $ nova boot --nic net-id=$netid_net,v4-fixed-ip=89.234.156.249 --nic net-id=$netid_admin,v4-fixed-ip=192.168.3.100 --block-device source=image,id=c81df9d4-8786-4f77-b84b-8409f1f11018,shutdown=preserve,dest=volume,bootindex=0,size=50 --flavor m1.medium --poll openstack.tetaneutral.net --config-drive false |
377 | 88 | Mehdi Abaakouk | +--------------------------------------+-------------------------------------------------+ |
378 | 88 | Mehdi Abaakouk | | Property | Value | |
379 | 88 | Mehdi Abaakouk | +--------------------------------------+-------------------------------------------------+ |
380 | 88 | Mehdi Abaakouk | | OS-DCF:diskConfig | MANUAL | |
381 | 88 | Mehdi Abaakouk | | OS-EXT-AZ:availability_zone | nova | |
382 | 88 | Mehdi Abaakouk | | OS-EXT-SRV-ATTR:host | - | |
383 | 88 | Mehdi Abaakouk | | OS-EXT-SRV-ATTR:hypervisor_hostname | - | |
384 | 88 | Mehdi Abaakouk | | OS-EXT-SRV-ATTR:instance_name | instance-0000000b | |
385 | 88 | Mehdi Abaakouk | | OS-EXT-STS:power_state | 0 | |
386 | 88 | Mehdi Abaakouk | | OS-EXT-STS:task_state | scheduling | |
387 | 88 | Mehdi Abaakouk | | OS-EXT-STS:vm_state | building | |
388 | 88 | Mehdi Abaakouk | | OS-SRV-USG:launched_at | - | |
389 | 88 | Mehdi Abaakouk | | OS-SRV-USG:terminated_at | - | |
390 | 88 | Mehdi Abaakouk | | accessIPv4 | | |
391 | 88 | Mehdi Abaakouk | | accessIPv6 | | |
392 | 88 | Mehdi Abaakouk | | adminPass | | |
393 | 88 | Mehdi Abaakouk | | config_drive | | |
394 | 88 | Mehdi Abaakouk | | created | 2014-08-26T09:19:34Z | |
395 | 88 | Mehdi Abaakouk | | flavor | m1.medium (3) | |
396 | 88 | Mehdi Abaakouk | | hostId | | |
397 | 88 | Mehdi Abaakouk | | id | 899b93b2-d5a0-4531-9f92-0b8103755fda | |
398 | 88 | Mehdi Abaakouk | | image | Attempt to boot from volume - no image supplied | |
399 | 88 | Mehdi Abaakouk | | key_name | - | |
400 | 88 | Mehdi Abaakouk | | metadata | {} | |
401 | 88 | Mehdi Abaakouk | | name | openstack.tetaneutral.net | |
402 | 88 | Mehdi Abaakouk | | os-extended-volumes:volumes_attached | [] | |
403 | 88 | Mehdi Abaakouk | | progress | 0 | |
404 | 88 | Mehdi Abaakouk | | security_groups | default | |
405 | 88 | Mehdi Abaakouk | | status | BUILD | |
406 | 1 | Mehdi Abaakouk | | tenant_id | 700f4abd173f472499a934eacf9730bd | |
407 | 1 | Mehdi Abaakouk | | updated | 2014-08-26T09:19:35Z | |
408 | 97 | Mehdi Abaakouk | | user_id | f5603324b48542eca4c34d3a32d725cb | |
409 | 97 | Mehdi Abaakouk | +--------------------------------------+-------------------------------------------------+ |
410 | 97 | Mehdi Abaakouk | Server building... 0% complete |
411 | 97 | Mehdi Abaakouk | </pre> |
412 | 97 | Mehdi Abaakouk | |
413 | 97 | Mehdi Abaakouk | Ensuite on va stopper la VM niveau libvirt |
414 | 97 | Mehdi Abaakouk | |
415 | 97 | Mehdi Abaakouk | <pre> |
416 | 97 | Mehdi Abaakouk | $ nova show openstack.tetaneutral.net | grep -e hostname -e instance_name |
417 | 97 | Mehdi Abaakouk | | OS-EXT-SRV-ATTR:hypervisor_hostname | g3.tetaneutral.net | |
418 | 97 | Mehdi Abaakouk | | OS-EXT-SRV-ATTR:instance_name | instance-00000004 |
419 | 97 | Mehdi Abaakouk | |
420 | 97 | Mehdi Abaakouk | # On éteint la VM de management |
421 | 97 | Mehdi Abaakouk | $ virsh shutdown openstack |
422 | 97 | Mehdi Abaakouk | </pre> |
423 | 97 | Mehdi Abaakouk | |
424 | 97 | Mehdi Abaakouk | Donc sur g3.tetaneutral.net, éteint la vide openstack vide |
425 | 97 | Mehdi Abaakouk | <pre> |
426 | 97 | Mehdi Abaakouk | $ virsh destroy instance-00000004 |
427 | 97 | Mehdi Abaakouk | </pre> |
428 | 97 | Mehdi Abaakouk | |
429 | 97 | Mehdi Abaakouk | Sur g1, on remplace le disk de "instance-00000004" par celui de la vrai vm de management: |
430 | 97 | Mehdi Abaakouk | <pre> |
431 | 97 | Mehdi Abaakouk | # rbd -p cinder ls |
432 | 97 | Mehdi Abaakouk | volume-58de0590-d9e6-4d00-8ea1-1a83b740a1f6 |
433 | 97 | Mehdi Abaakouk | # rbd -p cinder rm volume-58de0590-d9e6-4d00-8ea1-1a83b740a1f6 |
434 | 97 | Mehdi Abaakouk | Removing image: 100% complete...done. |
435 | 97 | Mehdi Abaakouk | # rbd -p cinder import /var/lib/ceph/osd/ceph-2/openstack.raw volume-58de0590-d9e6-4d00-8ea1-1a83b740a1f6 |
436 | 97 | Mehdi Abaakouk | |
437 | 97 | Mehdi Abaakouk | </pre> |
438 | 97 | Mehdi Abaakouk | |
439 | 97 | Mehdi Abaakouk | Donc sur g3.tetaneutral.net on redémarre la VM |
440 | 97 | Mehdi Abaakouk | <pre> |
441 | 97 | Mehdi Abaakouk | $ virsh start instance-00000004 |
442 | 97 | Mehdi Abaakouk | </pre> |
443 | 97 | Mehdi Abaakouk | |
444 | 97 | Mehdi Abaakouk | Nettoyage des routes provisoir sur g1: |
445 | 97 | Mehdi Abaakouk | <pre> |
446 | 97 | Mehdi Abaakouk | ip route del 89.234.156.249 |
447 | 97 | Mehdi Abaakouk | ip -6 r d 2a01:6600:8083:f900::/56 dev br-net |
448 | 97 | Mehdi Abaakouk | </pre> |
449 | 97 | Mehdi Abaakouk | |
450 | 97 | Mehdi Abaakouk | |
451 | 97 | Mehdi Abaakouk | Sur h7: |
452 | 97 | Mehdi Abaakouk | <pre> |
453 | 97 | Mehdi Abaakouk | ip route del 89.234.156.249/32 via 89.234.156.251 |
454 | 97 | Mehdi Abaakouk | ip route del 2a01:6600:8083:f900::/56 via 2a01:6600:8083:fb00::1 dev eth0.3131 |
455 | 97 | Mehdi Abaakouk | </pre> |
456 | 97 | Mehdi Abaakouk | |
457 | 97 | Mehdi Abaakouk | Sur g3.t |
458 | 97 | Mehdi Abaakouk | <pre> |
459 | 97 | Mehdi Abaakouk | ip route add 89.234.156.249/32 dev br-net proto 42 |
460 | 97 | Mehdi Abaakouk | ip -6 route add 2a01:6600:8083:f900::/56 dev br-net proto 42 |
461 | 97 | Mehdi Abaakouk | </pre> |
462 | 97 | Mehdi Abaakouk | |
463 | 97 | Mehdi Abaakouk | Vérification que la route est bien propagé à h7.t sur h7.t: |
464 | 97 | Mehdi Abaakouk | |
465 | 97 | Mehdi Abaakouk | <pre> |
466 | 97 | Mehdi Abaakouk | # ip route get 89.234.156.249 |
467 | 97 | Mehdi Abaakouk | 89.234.156.249 via 89.234.156.253 dev eth0.3131 src 91.224.149.254 |
468 | 97 | Mehdi Abaakouk | cache |
469 | 97 | Mehdi Abaakouk | </pre> |
470 | 97 | Mehdi Abaakouk | |
471 | 97 | Mehdi Abaakouk | Ca marche ! |
472 | 97 | Mehdi Abaakouk | |
473 | 97 | Mehdi Abaakouk | <pre> |
474 | 97 | Mehdi Abaakouk | $ ssh openstack.t |
475 | 97 | Mehdi Abaakouk | X11 forwarding request failed on channel 0 |
476 | 97 | Mehdi Abaakouk | |
477 | 97 | Mehdi Abaakouk | server: openstack.tetaneutral.net |
478 | 97 | Mehdi Abaakouk | system: Debian jessie/sid, kernel 3.14-2-amd64, puppet 3.6.1 |
479 | 97 | Mehdi Abaakouk | cpu: 1/1 (QEMU Virtual CPU version 2.1.0) |
480 | 97 | Mehdi Abaakouk | memory: 1.96 GB |
481 | 97 | Mehdi Abaakouk | |
482 | 97 | Mehdi Abaakouk | eth0: 52:54:00:90:d8:c7 / 89.234.156.249 / 2a01:6600:8083:f900::1 |
483 | 97 | Mehdi Abaakouk | eth1: 52:54:00:13:fa:13 / 192.168.3.100 |
484 | 97 | Mehdi Abaakouk | |
485 | 97 | Mehdi Abaakouk | modules: openstack_node_common ttnn::server resolver checkmk::agent checkmk::client rsyslog::client rsyslog apt apt::update puppet nullmailer backup::client sexymotd |
486 | 97 | Mehdi Abaakouk | _ _ |
487 | 97 | Mehdi Abaakouk | ___ _ __ ___ _ __ ___| |_ __ _ ___| | __ |
488 | 97 | Mehdi Abaakouk | / _ \| '_ \ / _ \ '_ \/ __| __/ _` |/ __| |/ / |
489 | 97 | Mehdi Abaakouk | | (_) | |_) | __/ | | \__ \ || (_| | (__| < |
490 | 97 | Mehdi Abaakouk | \___/| .__/ \___|_| |_|___/\__\__,_|\___|_|\_\ |
491 | 97 | Mehdi Abaakouk | |_| |
492 | 97 | Mehdi Abaakouk | Last login: Wed Aug 27 08:10:02 2014 from atoulouse-652-1-119-50.w2-6.abo.wanadoo.fr |
493 | 68 | Mehdi Abaakouk | root@openstack:~# |
494 | 68 | Mehdi Abaakouk | |
495 | 68 | Mehdi Abaakouk | </pre> |
496 | 68 | Mehdi Abaakouk | |
497 | 102 | Mehdi Abaakouk | h2. Preparation des OSD pour ceph |
498 | 1 | Mehdi Abaakouk | |
499 | 102 | Mehdi Abaakouk | h3. Cas général un disque entier: |
500 | 1 | Mehdi Abaakouk | |
501 | 102 | Mehdi Abaakouk | $ ceph-disk prepare /dev/sdb |
502 | 102 | Mehdi Abaakouk | $ ceph-disk activate /dev/sdb |
503 | 68 | Mehdi Abaakouk | |
504 | 68 | Mehdi Abaakouk | h3. Cas particulier du SSD ou ce trouve l'OS |
505 | 68 | Mehdi Abaakouk | |
506 | 68 | 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 |
507 | 68 | Mehdi Abaakouk | mais pour le SSD de tetaneutral qui a aussi l'OS, voici la méthode |
508 | 68 | Mehdi Abaakouk | |
509 | 68 | Mehdi Abaakouk | Création manuelle de la partition de data ceph /dev/sda2 ici |
510 | 68 | Mehdi Abaakouk | |
511 | 68 | Mehdi Abaakouk | <pre> |
512 | 68 | Mehdi Abaakouk | $ fdisk /dev/sda |
513 | 68 | Mehdi Abaakouk | |
514 | 68 | Mehdi Abaakouk | n |
515 | 68 | Mehdi Abaakouk | p |
516 | 68 | Mehdi Abaakouk | <enter> |
517 | 68 | Mehdi Abaakouk | <enter> |
518 | 68 | Mehdi Abaakouk | <enter> |
519 | 68 | Mehdi Abaakouk | <enter> |
520 | 68 | Mehdi Abaakouk | w |
521 | 68 | Mehdi Abaakouk | |
522 | 68 | Mehdi Abaakouk | $ partprobe |
523 | 1 | Mehdi Abaakouk | </pre> |
524 | 68 | Mehdi Abaakouk | |
525 | 103 | Mehdi Abaakouk | On prepare le disk comme normalement |
526 | 1 | Mehdi Abaakouk | |
527 | 34 | Mehdi Abaakouk | <pre> |
528 | 103 | Mehdi Abaakouk | ceph-disk prepare /dev/sda2 |
529 | 102 | Mehdi Abaakouk | ceph-disk activate /dev/sda2 |
530 | 1 | Mehdi Abaakouk | </pre> |
531 | 1 | Mehdi Abaakouk | |
532 | 102 | Mehdi Abaakouk | Le disque n'étant pas utilisé uniquement par ceph, le service ceph ne le chargera pas automatiquement: |
533 | 102 | Mehdi Abaakouk | Il faut ajouter ceci dans le /etc/rc.local: |
534 | 102 | Mehdi Abaakouk | |
535 | 102 | Mehdi Abaakouk | <pre> |
536 | 102 | Mehdi Abaakouk | ceph-disk activate /dev/sda2 |
537 | 102 | Mehdi Abaakouk | </pre> |
538 | 102 | Mehdi Abaakouk | |
539 | 104 | Mehdi Abaakouk | 3. Suppression OSD: |
540 | 104 | Mehdi Abaakouk | |
541 | 104 | Mehdi Abaakouk | <pre> |
542 | 104 | Mehdi Abaakouk | name="osd.2" |
543 | 104 | Mehdi Abaakouk | ceph osd out ${name} |
544 | 104 | Mehdi Abaakouk | /etc/init.d/ceph stop ${name} |
545 | 104 | Mehdi Abaakouk | ceph osd crush ${name} |
546 | 104 | Mehdi Abaakouk | ceph auth del ${name} |
547 | 104 | Mehdi Abaakouk | ceph osd rm ${name} |
548 | 104 | Mehdi Abaakouk | </pre> |
549 | 104 | Mehdi Abaakouk | |
550 | 102 | Mehdi Abaakouk | h2. Preparation du Pool SSD pour ceph |
551 | 69 | Mehdi Abaakouk | |
552 | 69 | Mehdi Abaakouk | h3. Configuration de la crushmap de ceph: |
553 | 69 | Mehdi Abaakouk | |
554 | 69 | Mehdi Abaakouk | REF: http://ceph.com/docs/master/rados/operations/crush-map/#getcrushmap |
555 | 69 | Mehdi Abaakouk | |
556 | 69 | Mehdi Abaakouk | <pre> |
557 | 69 | Mehdi Abaakouk | $ ceph osd getcrushmap -o compiled-crushmap |
558 | 69 | Mehdi Abaakouk | $ crushtool -d compiled-crushmap -o crushmap.txt |
559 | 69 | Mehdi Abaakouk | # EDIT crushmap.txt |
560 | 69 | Mehdi Abaakouk | $ crushtool -c crushmap.txt -o compiled-crushmap |
561 | 69 | Mehdi Abaakouk | $ ceph osd setcrushmap -i compiled-crushmap |
562 | 81 | Mehdi Abaakouk | </pre> |
563 | 69 | Mehdi Abaakouk | |
564 | 79 | Mehdi Abaakouk | h3. Definition de la crushmap de ttnn |
565 | 69 | Mehdi Abaakouk | |
566 | 79 | 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), |
567 | 69 | Mehdi Abaakouk | |
568 | 81 | Mehdi Abaakouk | Ensuite on créé 2 object root un pour les hosts SSD et un autre pour les host HARDDISK |
569 | 69 | Mehdi Abaakouk | |
570 | 79 | 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 |
571 | 81 | Mehdi Abaakouk | |
572 | 79 | Mehdi Abaakouk | Cela permettra d'avoir de définir une règle différente suivant les pools ceph. |
573 | 95 | Thomas Pedoussaut | |
574 | 1 | Mehdi Abaakouk | Niveau Openstack nous avons 4 pools: |
575 | 79 | Mehdi Abaakouk | * nova: que nous n'allons pas utilisé mais que nova utilise pour stocker quelles fichiers pour le boot des VMs. (Il normalement utilisé si on créé pas préalablement de volume) |
576 | 81 | Mehdi Abaakouk | * cinder: ce pool sera le pool par défaut de création des disques |
577 | 1 | Mehdi Abaakouk | * cinder-ssd: sera le pool sur le quel on applique la politique de stockage numero 1 |
578 | 81 | Mehdi Abaakouk | * glance: c'est la que seront stocké les images de VMs. |
579 | 84 | Mehdi Abaakouk | |
580 | 81 | Mehdi Abaakouk | Une fois la crushmap modifié on applique la règle sur le pool cinder-ssd: |
581 | 81 | Mehdi Abaakouk | |
582 | 81 | Mehdi Abaakouk | <pre> |
583 | 81 | Mehdi Abaakouk | ceph osd pool set cinder-ssd crush_ruleset 1 |
584 | 81 | Mehdi Abaakouk | </pre> |
585 | 81 | Mehdi Abaakouk | |
586 | 81 | Mehdi Abaakouk | Il faut ensuite attendre que ceph redistribue les data comme on lui a demandé, on peut suivre l'avancement avec : |
587 | 81 | Mehdi Abaakouk | |
588 | 81 | Mehdi Abaakouk | <pre> |
589 | 79 | Mehdi Abaakouk | ceph -s |
590 | 79 | Mehdi Abaakouk | </pre> |
591 | 79 | Mehdi Abaakouk | |
592 | 79 | Mehdi Abaakouk | La crushmap le jour de l'installation: |
593 | 79 | Mehdi Abaakouk | |
594 | 79 | Mehdi Abaakouk | <pre> |
595 | 79 | Mehdi Abaakouk | # begin crush map |
596 | 79 | Mehdi Abaakouk | tunable choose_local_tries 0 |
597 | 79 | Mehdi Abaakouk | tunable choose_local_fallback_tries 0 |
598 | 79 | Mehdi Abaakouk | tunable choose_total_tries 50 |
599 | 79 | Mehdi Abaakouk | tunable chooseleaf_descend_once 1 |
600 | 79 | Mehdi Abaakouk | |
601 | 79 | Mehdi Abaakouk | # devices |
602 | 79 | Mehdi Abaakouk | device 0 osd.0 |
603 | 79 | Mehdi Abaakouk | device 1 osd.1 |
604 | 79 | Mehdi Abaakouk | device 2 osd.2 |
605 | 79 | Mehdi Abaakouk | device 3 osd.3 |
606 | 79 | Mehdi Abaakouk | device 4 osd.4 |
607 | 79 | Mehdi Abaakouk | device 5 osd.5 |
608 | 79 | Mehdi Abaakouk | |
609 | 79 | Mehdi Abaakouk | # types |
610 | 79 | Mehdi Abaakouk | type 0 osd |
611 | 79 | Mehdi Abaakouk | type 1 host |
612 | 79 | Mehdi Abaakouk | type 2 chassis |
613 | 79 | Mehdi Abaakouk | type 3 rack |
614 | 79 | Mehdi Abaakouk | type 4 row |
615 | 79 | Mehdi Abaakouk | type 5 pdu |
616 | 79 | Mehdi Abaakouk | type 6 pod |
617 | 79 | Mehdi Abaakouk | type 7 room |
618 | 80 | Mehdi Abaakouk | type 8 datacenter |
619 | 79 | Mehdi Abaakouk | type 9 region |
620 | 79 | Mehdi Abaakouk | type 10 root |
621 | 1 | Mehdi Abaakouk | |
622 | 79 | Mehdi Abaakouk | host g3-ssd { |
623 | 79 | Mehdi Abaakouk | id -1 # do not change unnecessarily |
624 | 79 | Mehdi Abaakouk | alg straw |
625 | 79 | Mehdi Abaakouk | hash 0 # rjenkins1 |
626 | 79 | Mehdi Abaakouk | item osd.3 weight 0.040 |
627 | 80 | Mehdi Abaakouk | } |
628 | 1 | Mehdi Abaakouk | |
629 | 79 | Mehdi Abaakouk | |
630 | 96 | Mehdi Abaakouk | host g3-harddisk { |
631 | 79 | Mehdi Abaakouk | id -2 # do not change unnecessarily |
632 | 79 | Mehdi Abaakouk | alg straw |
633 | 79 | Mehdi Abaakouk | hash 0 # rjenkins1 |
634 | 80 | Mehdi Abaakouk | item osd.1 weight 1.810 |
635 | 1 | Mehdi Abaakouk | } |
636 | 79 | Mehdi Abaakouk | |
637 | 79 | Mehdi Abaakouk | host g2-ssd { |
638 | 79 | Mehdi Abaakouk | id -3 # do not change unnecessarily |
639 | 79 | Mehdi Abaakouk | # weight 3.630 |
640 | 79 | Mehdi Abaakouk | alg straw |
641 | 1 | Mehdi Abaakouk | hash 0 # rjenkins1 |
642 | 80 | Mehdi Abaakouk | item osd.4 weight 0.000 |
643 | 79 | Mehdi Abaakouk | } |
644 | 79 | Mehdi Abaakouk | |
645 | 79 | Mehdi Abaakouk | host g2-harddisk { |
646 | 96 | Mehdi Abaakouk | id -4 # do not change unnecessarily |
647 | 79 | Mehdi Abaakouk | # weight 3.630 |
648 | 1 | Mehdi Abaakouk | alg straw |
649 | 79 | Mehdi Abaakouk | hash 0 # rjenkins1 |
650 | 80 | Mehdi Abaakouk | item osd.0 weight 3.630 |
651 | 79 | Mehdi Abaakouk | } |
652 | 79 | Mehdi Abaakouk | |
653 | 79 | Mehdi Abaakouk | host g1-ssd { |
654 | 79 | Mehdi Abaakouk | id -5 # do not change unnecessarily |
655 | 79 | Mehdi Abaakouk | # weight 3.630 |
656 | 1 | Mehdi Abaakouk | alg straw |
657 | 80 | Mehdi Abaakouk | hash 0 # rjenkins1 |
658 | 79 | Mehdi Abaakouk | item osd.5 weight 0.000 |
659 | 79 | Mehdi Abaakouk | } |
660 | 79 | Mehdi Abaakouk | host g1-harddisk { |
661 | 79 | Mehdi Abaakouk | id -6 # do not change unnecessarily |
662 | 79 | Mehdi Abaakouk | # weight 3.630 |
663 | 79 | Mehdi Abaakouk | alg straw |
664 | 79 | Mehdi Abaakouk | hash 0 # rjenkins1 |
665 | 80 | Mehdi Abaakouk | item osd.2 weight 3.630 |
666 | 79 | Mehdi Abaakouk | } |
667 | 79 | Mehdi Abaakouk | |
668 | 79 | Mehdi Abaakouk | root harddrive { |
669 | 79 | Mehdi Abaakouk | id -7 |
670 | 79 | Mehdi Abaakouk | alg straw |
671 | 79 | Mehdi Abaakouk | hash 0 |
672 | 79 | Mehdi Abaakouk | item g1-harddisk weight 2.00 |
673 | 79 | Mehdi Abaakouk | item g2-harddisk weight 2.00 |
674 | 80 | Mehdi Abaakouk | item g3-harddisk weight 2.00 |
675 | 79 | Mehdi Abaakouk | } |
676 | 79 | Mehdi Abaakouk | |
677 | 79 | Mehdi Abaakouk | root ssd { |
678 | 79 | Mehdi Abaakouk | id -8 |
679 | 79 | Mehdi Abaakouk | alg straw |
680 | 79 | Mehdi Abaakouk | hash 0 |
681 | 79 | Mehdi Abaakouk | item g1-ssd weight 2.00 |
682 | 1 | Mehdi Abaakouk | item g2-ssd weight 2.00 |
683 | 79 | Mehdi Abaakouk | item g3-ssd weight 2.00 |
684 | 79 | Mehdi Abaakouk | } |
685 | 79 | Mehdi Abaakouk | |
686 | 79 | Mehdi Abaakouk | # rules |
687 | 79 | Mehdi Abaakouk | rule default { |
688 | 79 | Mehdi Abaakouk | ruleset 0 |
689 | 79 | Mehdi Abaakouk | type replicated |
690 | 79 | Mehdi Abaakouk | min_size 1 |
691 | 79 | Mehdi Abaakouk | max_size 10 |
692 | 79 | Mehdi Abaakouk | step take harddrive |
693 | 79 | Mehdi Abaakouk | step chooseleaf firstn 0 type host |
694 | 79 | Mehdi Abaakouk | step emit |
695 | 79 | Mehdi Abaakouk | } |
696 | 79 | Mehdi Abaakouk | |
697 | 79 | Mehdi Abaakouk | rule ssd { |
698 | 79 | Mehdi Abaakouk | ruleset 1 |
699 | 79 | Mehdi Abaakouk | type replicated |
700 | 79 | Mehdi Abaakouk | min_size 1 |
701 | 79 | Mehdi Abaakouk | max_size 10 |
702 | 80 | Mehdi Abaakouk | step take ssd |
703 | 1 | Mehdi Abaakouk | step chooseleaf firstn 0 type host |
704 | 1 | Mehdi Abaakouk | step emit |
705 | 96 | Mehdi Abaakouk | } |
706 | 96 | Mehdi Abaakouk | |
707 | 96 | Mehdi Abaakouk | |
708 | 96 | Mehdi Abaakouk | # end crush map |
709 | 96 | Mehdi Abaakouk | </pre> |
710 | 96 | Mehdi Abaakouk | |
711 | 96 | Mehdi Abaakouk | |
712 | 96 | Mehdi Abaakouk | Vérification de l'arbre des OSD: |
713 | 96 | Mehdi Abaakouk | |
714 | 96 | Mehdi Abaakouk | _Avec la crushmap par défaut:_ |
715 | 96 | Mehdi Abaakouk | <pre> |
716 | 96 | Mehdi Abaakouk | root@g2:~# ceph osd tree |
717 | 96 | Mehdi Abaakouk | # id weight type name up/down reweight |
718 | 96 | Mehdi Abaakouk | -1 9.53 root default |
719 | 96 | Mehdi Abaakouk | -2 3.84 host g2 |
720 | 96 | Mehdi Abaakouk | 0 0.21 osd.0 up 1 |
721 | 96 | Mehdi Abaakouk | 4 3.63 osd.4 up 1 |
722 | 96 | Mehdi Abaakouk | -3 1.85 host g3 |
723 | 96 | Mehdi Abaakouk | 1 0.03999 osd.1 up 1 |
724 | 96 | Mehdi Abaakouk | 3 1.81 osd.3 up 1 |
725 | 96 | Mehdi Abaakouk | -4 3.84 host g1 |
726 | 96 | Mehdi Abaakouk | 2 0.21 osd.2 up 1 |
727 | 96 | Mehdi Abaakouk | 5 3.63 osd.5 up 1 |
728 | 96 | Mehdi Abaakouk | </pre> |
729 | 96 | Mehdi Abaakouk | |
730 | 96 | Mehdi Abaakouk | _Avec la nouvelle crushmap:_ |
731 | 96 | Mehdi Abaakouk | <pre> |
732 | 96 | Mehdi Abaakouk | root@g2:~# ceph osd tree |
733 | 96 | Mehdi Abaakouk | # id weight type name up/down reweight |
734 | 96 | Mehdi Abaakouk | -8 6 root ssd |
735 | 96 | Mehdi Abaakouk | -5 2 host g1-ssd |
736 | 96 | Mehdi Abaakouk | 5 0 osd.5 up 1 |
737 | 96 | Mehdi Abaakouk | -3 2 host g2-ssd |
738 | 96 | Mehdi Abaakouk | 4 0 osd.4 up 1 |
739 | 96 | Mehdi Abaakouk | -1 2 host g3-ssd |
740 | 96 | Mehdi Abaakouk | 3 0.03999 osd.3 up 1 |
741 | 96 | Mehdi Abaakouk | -7 6 root harddrive |
742 | 96 | Mehdi Abaakouk | -6 2 host g1-harddisk |
743 | 96 | Mehdi Abaakouk | 2 3.63 osd.2 up 1 |
744 | 79 | Mehdi Abaakouk | -4 2 host g2-harddisk |
745 | 4 | Mehdi Abaakouk | 0 3.63 osd.0 up 1 |
746 | 4 | Mehdi Abaakouk | -2 2 host g3-harddisk |
747 | 1 | Mehdi Abaakouk | 1 1.81 osd.1 up 1 |
748 | 1 | Mehdi Abaakouk | </pre> |
749 | 1 | Mehdi Abaakouk | |
750 | 1 | Mehdi Abaakouk | h2. Management d'openstack |