pada part4 ini kita akan membahas tentang glance sebagai image service, yang berfungsi utnuk membuat template yang akan dinstall pada vm, sehingga proses pembuatan vm sangat cepat, tanpa harus installasi terlebih dahulu.
semua konfigurasi image service ini ada di controller node
[CONTROLLER NODE]
sebelum kita mengkonfigurasi image service kita harus membuat database terlebih dahulu
- Membuat database glance
login ke database server mariadb mengunakan root
1 2 3 4 5 6 7 8 9 10 11 |
root@controller:/home/server# mysql -u root -p Enter password: password_root Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 54 Server version: 10.0.27-MariaDB-0ubuntu0.16.04.1 Ubuntu 16.04 Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> |
System Engineer
Komentar