Major rearch/improvement of debian packages
This is a good release! I broke down the debian packages into some sub-packages with dependences and now have everything working right. Key notes:
apt-get colte
is the best starting point for people that want full functionality. It is just a metapackage that installs colte-epc
and colte-webservices
.
colte-epc
is a metapackage that installs colte-{hss, mme, spgw}
(the three EPC components) as well as colte-conf
, described below.
colte-webservices
is a metapackage that installs colte-webgui
(our GUI for clients of the network) and configures it to work with BIND (for DNS) and nginx (for Web proxying). You can access the webgui directly at http://localhost:7999
or via nginx at http://network.colte
.
colte-conf
is our configuration utility. Many different components depend on it. It is idempotent and powered by Ansible. You can run colteconf prompt
to set all options manually, or just edit the values in /usr/local/etc/colte/config.yml
and then run colteconf update
.