commit | 87b2329e3725a684d7a5f69934467ebf98b73a24 | [log] [tgz] |
---|---|---|
author | schowdhury <sisir.chowdhury@radisys.com> | Thu Jun 01 07:14:11 2017 -0700 |
committer | Sergio Slobodrian <sslobodr@ciena.com> | Tue Jun 06 15:40:18 2017 -0700 |
tree | a6d0d6d54ff2353deff6a24827f2709daaccda68 | |
parent | 1b285e892f0c3e36bffd5547f7597e8e9c212bed [diff] |
Preliminary Commit to secure communication between Registrator and Consul -- This is just a prep work for : https://jira.opencord.org/browse/VOL-155, & https://jira.opencord.org/browse/VOL-154. Consul & Registrator - We just have to package the PKI files and Enable TLS. -- Consul Start-Up Logs ====================== ssl.josn ============= { "ca_file": "/consul/config/voltha-CA-template.pem", "cert_file": "/consul/config/voltha-cert-template.crt", "key_file": "/consul/config/voltha-pvt-template.key", "verify_incoming": true, "verify_outgoing": true } Consul Start-up logs.. ========================== ==> Starting Consul agent... ==> Consul agent running! Version: 'v0.8.3' Node ID: 'fc5cb7d0-106a-fa68-441f-251c5952d16c' Node name: 'ca6ebcd10ce5' Datacenter: 'dc1' Server: true (bootstrap: true) Client Addr: 0.0.0.0 (HTTP: 8501, HTTPS: 8500, DNS: 8600) Cluster Addr: 172.18.0.4 (LAN: 8301, WAN: 8302) Gossip encrypt: true, RPC-TLS: true, TLS-Incoming: true Atlas: <disabled> ==> Log data will now stream in as it occurs: ====================== ssl.josn ============= { "ca_file": "/consul/config/voltha-CA-template.pem", "cert_file": "/consul/config/voltha-cert-template.crt", "key_file": "/consul/config/voltha-pvt-template.key", "verify_incoming": false, "verify_outgoing": false } Consul Start-up logs.. ========================== ==> WARNING: LAN keyring exists but -encrypt given, using keyring ==> WARNING: WAN keyring exists but -encrypt given, using keyring ==> WARNING: Bootstrap mode enabled! Do not enable unless necessary ==> Starting Consul agent... ==> Consul agent running! Version: 'v0.8.3' Node ID: 'fc5cb7d0-106a-fa68-441f-251c5952d16c' Node name: 'ca6ebcd10ce5' Datacenter: 'dc1' Server: true (bootstrap: true) Client Addr: 0.0.0.0 (HTTP: 8501, HTTPS: 8500, DNS: 8600) Cluster Addr: 172.18.0.6 (LAN: 8301, WAN: 8302) Gossip encrypt: true, RPC-TLS: false, TLS-Incoming: false Atlas: <disabled> Change-Id: I8acc9b680019076843f8b9b331c72d7a9b973bb1
Voltha aims to provide a layer of abstraction on top of legacy and next generation access network equipment for the purpose of control and management. Its initial focus is on PON (GPON, EPON, NG PON 2), but it aims to go beyond to eventually cover other access technologies (xDSL, Docsis, G.FAST, dedicated Ethernet, fixed wireless).
Key concepts of Voltha:
Control and management in the access network space is a mess. Each access technology brings its own bag of protocols, and on top of that vendors have their own interpretation/extension of the same standards. Compounding the problem is that these vendor- and technology specific differences ooze way up into the centralized OSS systems of the service provider, creating a lot of inefficiencies.
Ideally, all vendor equipment for the same access technology should provide an identical interface for control and management. Moreover, there shall be much higher synergies across technologies. While we wait for vendors to unite, Voltha provides an increment to that direction, by confining the differences to the locality of access and hiding them from the upper layers of the OSS stack.
While we are still at the early phase of development, you can check out the BUILD.md file to see how you can build it, run it, test it, etc.
Contributions, small and large, are welcome. Minor contributions and bug fixes are always welcome in form of pull requests. For larger work, the best is to check in with the existing developers to see where help is most needed and to make sure your solution is compatible with the general philosophy of Voltha.