summaryrefslogtreecommitdiff
path: root/netconf-service
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-05-19 16:13:42 +0000
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-05-19 16:13:42 +0000
commitb958a2d30c69434e1a2b8be927100e16c6eb4554 (patch)
tree71e8e8d55dfc614326845987d9df5bca080151f5 /netconf-service
parente270887391a2a023a90a80d974a0e54f43d9ed6e (diff)
downloadinfinitytier-b958a2d30c69434e1a2b8be927100e16c6eb4554.tar.gz
infinitytier-b958a2d30c69434e1a2b8be927100e16c6eb4554.zip
Redis schema updates and fix for GitHub issue #72
Diffstat (limited to 'netconf-service')
-rw-r--r--netconf-service/redis-schema.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/netconf-service/redis-schema.md b/netconf-service/redis-schema.md
index 9dc4dc5b..48c530f4 100644
--- a/netconf-service/redis-schema.md
+++ b/netconf-service/redis-schema.md
@@ -38,6 +38,7 @@ Note: users are referred to elsewhere in the database by their compound key \<au
- R lastLogin :: timestamp of last login
- R creationTime: :: timestamp of account creation
- M displayName :: usually First Last, defaults to e-mail address for 'local' auth and whatever the OpenID API says for third party auth such as Google.
+- M defaultCard :: ID of default credit card (actual card objects are stored by Stripe, not in this database)
- R stripeCustomerId :: customer ID for Stripe credit card service if the user has cards on file (we don't store cards, we let Stripe do that)
## Networks
@@ -63,6 +64,7 @@ Each network has a network record indexed by its 64-bit network ID in lower-case
- M v4AssignPool :: network/bits from which to assign IPs
- M v6AssignMode :: 'none' (or null/empty/etc.), 'zt', 'v6native', 'dhcp6'
- M v6AssignPool :: network/bits from which to assign IPs
+- M subscriptions :: comma-delimited list of subscriptions for this network
- M ui :: string-serialized JSON blob for use by the user interface, ignored by netconf-master
### zt1:network:\<nwid\>:member:\<address\>:~