1 # Create/update system slices
6 description = """PlanetFlow Traffic Auditing Service.
7 Logs, captured in the root context using fprobe-ulogd, are stored in a
8 directory in the root context which is bind mounted to the planetflow
9 slice. The Planetflow Central service then periodically rsyncs these
10 logs from the planetflow slice for aggregation."""
14 'name': plc['slice_prefix'] + "_netflow",
15 'description': description,
17 'instantiation': "plc-instantiated",
18 # Renew forever (minus one day, work around date conversion weirdness)
19 'expires': 0x7fffffff - (60 * 60 * 24)
25 ('vref', "planetflow"),