{"id":101,"date":"2019-03-25T13:00:57","date_gmt":"2019-03-25T11:00:57","guid":{"rendered":"https:\/\/jochemenbianca.nl\/?p=101"},"modified":"2019-04-23T21:03:45","modified_gmt":"2019-04-23T19:03:45","slug":"open-stack-installatie","status":"publish","type":"post","link":"https:\/\/jochemenbianca.nl\/?p=101","title":{"rendered":"Open Stack installatie"},"content":{"rendered":"<p>De volgende cursus die ik ga volgen is Open Stack. We beginnen met de installatie van een volledige omgeving. Dit kan via de documentatie op de Open Stack website. Je hebt echter ook complete repositories. Dat werkt een stuk sneller.<br \/>\nWe installeren als eerste een minimal CentOS server en doen dan het volgende:<\/p>\n<pre><code>yum update\r\nyum install vim\r\nyum install centos-release-openstack-ocata\r\nyum install openstack-packstack\r\npackstack --gen-answer-file=\/root\/answers.txt\r\n<\/code><\/pre>\n<p>Vervolgens kunnen we de <code>\/root\/answer.txt<\/code> file gaan bewerken. Dit is namelijk om de installatie te automatiseren. Een voorbeeld van het bestand:<\/p>\n<pre>CONFIG_DEFAULT_PASSWORD=password\r\nCONFIG_SWIFT_INSTALL=n\r\nCONFIG_HEAT_INSTALL=y\r\nCONFIG_NTP_SERVERS=pool.ntp.org\r\nCONFIG_KEYSTONE_ADMIN_PW=password\r\nCONFIG_CINDER_VOLUMES_CREATE=y\r\nCONFIG_HORIZON_SSL=y\r\nCONFIG_HEAT_CFN_INSTALL=y\r\nCONFIG_PROVISION_DEMO=n\r\nCONFIG_NEUTRON_OVS_TUNNEL_IF=eth1\r\n<\/pre>\n<p>Als we de de <code>\/root\/answer.txt<\/code> file hebben aangepast kunnen we de installatie gaan uitvoeren. Houd er rekening mee dat dit even kan duren. Het commando om de installatie uit te voeren is:<\/p>\n<pre><code>packstack --answer-file=\/root\/answers.txt<\/code><\/pre>\n<p><small>Wordt vervolgt&#8230;..<\/small><\/p>\n<p>bron: https:\/\/www.linux.com\/blog\/learn\/chapter\/OpenStack\/2017\/7\/how-install-openstack-less-hour<\/p>\n","protected":false},"excerpt":{"rendered":"<p>De volgende cursus die ik ga volgen is Open Stack. We beginnen met de installatie van een volledige omgeving. Dit kan via de documentatie op de Open Stack website. Je hebt echter ook complete repositories. Dat werkt een stuk sneller. We installeren als eerste een minimal CentOS server en doen [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,5],"tags":[],"class_list":["post-101","post","type-post","status-publish","format-standard","hentry","category-open-source","category-open-stack"],"_links":{"self":[{"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=\/wp\/v2\/posts\/101","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=101"}],"version-history":[{"count":4,"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=\/wp\/v2\/posts\/101\/revisions"}],"predecessor-version":[{"id":127,"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=\/wp\/v2\/posts\/101\/revisions\/127"}],"wp:attachment":[{"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jochemenbianca.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}