- df6375e fix bugs by Scott Baker · 10 years ago
- 4707593 make vSG grab a vRouter instead of a vBNG by Scott Baker · 10 years ago
- c6103aa Test configuration working by Matteo Scandolo · 10 years ago
- f373576 ensure account_num is unique by Scott Baker · 10 years ago
- 6292f34 remove unique SSID requirement on VOLTTenant by Scott Baker · 10 years ago
- be2bc9a for AnswerX, set the add-mac and cache-size options to dnsmasq by Scott Baker · 10 years ago
- 9b87057 add url_filter_kind to VSGService by Scott Baker · 10 years ago
- 67074ab push node label stuff through to tosca and vsgservice by Scott Baker · 10 years ago
- c101854 Changed uplink/downlink speed to integer by Matteo · 10 years ago
- e98eea8 plumb new subscriber fields through to vsg observer by Scott Baker · 10 years ago
- 669212f add uplink_speed, downlink_speed, enable_uverse, and status by Scott Baker · 10 years ago
- ae6187c add dns_servers to data model and tosca for VSGService by Scott Baker · 10 years ago
- 6fd7834 reserve a WAN address for the VM and use it for VM root context connectivity by Scott Baker · 10 years ago
- cf6eb99 add wan_container_netbits, wan_container_gateway_mac, wan_container_gateway_ip by Scott Baker · 10 years ago
- 2c336f2 fix filter of AddressPool by Scott Baker · 10 years ago
- da2982d fix bad filter of AddressPool by Scott Baker · 10 years ago
- e6780e9 preparing for WAN addresses to be associated with vSG without an actual WAN network by Scott Baker · 10 years ago
- 63c8b37 create vSG lan port when Instance is created by Scott Baker · 10 years ago
- 2516ce3 more vCPE -> vSG renaming by Scott Baker · 10 years ago
- f91e615 rename VCPEService to VSGService by Scott Baker · 10 years ago
- 4c052b2 rename VCPETenant to VSGTenant by Scott Baker · 10 years ago
- 5b8eb41 all containers with same s_tag go into the same VM; tag instances with s-tags by Scott Baker · 10 years ago
- 98f5155 move cord to services/ by Scott Baker · 10 years ago[Renamed (99%) from xos/cord/models.py]
- c749d62 move HPC service into services/ directory by Scott Baker · 10 years ago
- 1aa49af Support for Safe DNS configuration per subscriber device without Broadbandshield by Andy Bavier · 10 years ago
- e2920b2 add bridge:br-lan to vcpe lan interface by Scott Baker · 10 years ago
- 839daa8 when container isolation is used, vcpetenant sets up ports by Scott Baker · 10 years ago
- aee4401 remove use_cobm stuff by Scott Baker · 10 years ago
- f1527cd add c_tag and s_tag by Scott Baker · 10 years ago
- 4b20697 expose container options to vcpe by Scott Baker · 10 years ago
- 733733d Add wan_container_mac and wan_next_hop by Andy Bavier · 10 years ago
- 6667ddc remove the vbng service's default url by Scott Baker · 10 years ago
- 8a33907 remove code that had been migrated to TenantWithContainer by Scott Baker · 10 years ago
- b956a5d resolve merge conflicts by Tony Mack · 10 years ago
- c1584b8 refactor container stuff out of vCPE and into TenantWithContainer by Scott Baker · 10 years ago
- 4c7e76d Don't hardcode VM interfaces connected by pipework by Andy Bavier · 10 years ago
- 92a81d4 punch MAC addresses through into vcpetenant object by Scott Baker · 10 years ago
- 697e1b9 Bug fix for wan_mac by Andy Bavier · 10 years ago
- 26ea0eb resolve merge conflicts by Tony Mack · 10 years ago
- 11fe2e9 more renames from NetworkSliver to Port by Scott Baker · 10 years ago
- d851547 replace all occurrences of {Ss}liver{s,} with {Ii}nstance{s,} by Tony Mack · 10 years ago
- fe38c2a return permission error if non-global-admin tries to set CordSubscriberRoot.service_specific_id by Scott Baker · 11 years ago
- 21d1893 add vbng_url to VBNGService model and admin by Scott Baker · 11 years ago
- 2b56cf4 rename bbs_url to bbs_api_hostname and add bbs_api_port by Scott Baker · 11 years ago
- d4829ea rename client_network_label to backend_network_label by Scott Baker · 11 years ago
- 80157da add bbs_server and bbs_slice to vCPE Service model and admin by Scott Baker · 11 years ago
- 6231297 add bbs_url and client_network_label to VCPEService and its admin by Scott Baker · 11 years ago
- 192da22 fix races in vOLT and vCPE creating multiple slivers per object by Scott Baker · 11 years ago
- 126ad47 the big switch from subscriber settings in vcpe to CordSubscriberRoot by Scott Baker · 11 years ago
- 050f8b3 add sync_attributes for subscriber, enforce one vOLT per subscriber, auto-create subscriber object for vOLT by Scott Baker · 11 years ago
- e4364d1 pointers to go easily from vOLT to subscriber and from vCPE to vOLT by Scott Baker · 11 years ago
- 81de640 CordSubscriberRoot, WIP by Scott Baker · 11 years ago
- d913334 eliminate vcpe_id/vbng_id in favor of using subscribed_tenants field by Scott Baker · 11 years ago
- 868dabf clean up orphaned vCPEs, vBNGs, and slivers by Scott Baker · 11 years ago
- 4c6be4a Use ubuntu-vcpe3 by Andy Bavier · 11 years ago
- d517a10 add vcpe_synced field to cordsubscriber object by Scott Baker · 11 years ago
- 4aa660e implement 'quick mode' for vcpe observer by Scott Baker · 11 years ago
- 2f0b346 reserve bbs01@onlab.us account for SYNCME vcpe by Scott Baker · 11 years ago
- cf155f4 only sync the vCPE that has 'SYNCME' in its vcpe-ssid by Scott Baker · 11 years ago
- 9882ba2 force all vCPEs to use the same bbs account for now by Scott Baker · 11 years ago
- 4f97259 push wan_mac through to vcpe observer by Scott Baker · 11 years ago
- 3415ac7 punch ssh_command through to CordSubscriber API by Scott Baker · 11 years ago
- 281b1af plumb hpc_client_ip through to vCPE docker container by Scott Baker · 11 years ago
- 721c9b7 new vcpe image that expects two private networks by Scott Baker · 11 years ago
- 866575c new default image for vCPE by Scott Baker · 11 years ago
- 61c8e8d plumb through delete-vBNG API call by Scott Baker · 11 years ago
- 9e362d3 return user on update_user function by Scott Baker · 11 years ago
- f1e8004 disallow duplicate user names by Scott Baker · 11 years ago
- 1f050df add is_demo_user field to vOLT object by Scott Baker · 11 years ago
- 642126f only need to allocate a bbs_account if URL filtering is enabled by Scott Baker · 11 years ago
- 4e6d60d allocate bbs account in vcpe object by Scott Baker · 11 years ago
- 2095255 REST API for managing CORD users by Scott Baker · 11 years ago
- 0c8512b move the address properties into the vcpe object by Scott Baker · 11 years ago
- 432d140 move the address properties into the vcpe object by Scott Baker · 11 years ago
- 5571c69 add ip addresses to vcpe and cordsubscriber objects by Scott Baker · 11 years ago
- aa1e96d fix services dict inside of a list by Scott Baker · 11 years ago
- e1f72d1 use m1.small for vCPE by Scott Baker · 11 years ago
- 647d45d url_filter_level option; add REST API endpoints for url_filtering, users, and services by Scott Baker · 11 years ago
- dfc0bef update comments by Scott Baker · 11 years ago
- f6790db fix typos by Scott Baker · 11 years ago
- c633dc9 add creator field to cord objects by Scott Baker · 11 years ago
- 8c0ae62 look for Ubuntu-14.04-LTS on demo machine by Scott Baker · 11 years ago
- 7f8ef8f clarify exceptions by Scott Baker · 11 years ago
- 679f702 separate vlan_id from service_specific_id by Scott Baker · 11 years ago
- 323eca9 default provider_service for volt tenant by Scott Baker · 11 years ago
- fa5cdd6 models for VBNG; cache linked models; set caller by Scott Baker · 11 years ago
- 05eb497 add more virtual fields to VCPETenant by Scott Baker · 11 years ago
- d4b48c0 add VOLT Tenant and Service, redo services as Proxy objects by Scott Baker · 11 years ago
- e9ff7ce cord, WIP by Scott Baker · 11 years ago