Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blog:installing_containerized_openstack_using_kolla [2016/08/15 19:24] imcsk8 |
blog:installing_containerized_openstack_using_kolla [2016/08/16 21:35] (current) imcsk8 [Configure Kolla] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Installing Containerized OpenStack using Kolla ====== | ====== Installing Containerized OpenStack using Kolla ====== | ||
- | |||
- | =====Installing OpenStack using Kolla===== | ||
- | |||
==== Dependencies ==== | ==== Dependencies ==== | ||
Line 49: | Line 46: | ||
</code> | </code> | ||
+ | \\ | ||
+ | If the machine name is not on a DNS server we add it to the // /etc/hosts // file: | ||
+ | <code> | ||
+ | kolla-host 192.168.100.201 | ||
+ | </code> | ||
+ | |||
+ | |||
==== Install Kolla ==== | ==== Install Kolla ==== | ||
Line 71: | Line 75: | ||
network_interface: "eth0" | network_interface: "eth0" | ||
neutron_external_interface: "eth1" | neutron_external_interface: "eth1" | ||
+ | kolla_internal_vip_address: "192.168.100.254" | ||
</code> | </code> | ||
Line 156: | Line 161: | ||
==== RANDOM NOTES: ==== | ==== RANDOM NOTES: ==== | ||
- | if you set network_interface to lo, it does not bind containers to the net??? | + | On a 4GB VM i got a Cannot allocate memory error when i run kolla build, had to |
- | + | ||
- | on a 4GB VM i got a Cannot allocate memory error when i run kolla build, had to | + | |
create the images one by one with calling kolla-build for each one | create the images one by one with calling kolla-build for each one | ||