Exemple #1
0
 def __init__(self, parent, name="nameserver", alias=["dns", "n", "names"]):
     UvnSubcommand.__init__(self,
                            parent,
                            name=name,
                            alias=alias,
                            help_short="Display data from dnsmasq.",
                            help_long="""Display data from dnsmasq.""")
Exemple #2
0
 def __init__(self, parent, name="ospfd", alias=["o"]):
     UvnSubcommand.__init__(self,
                            parent,
                            name=name,
                            alias=alias,
                            help_short="Display data from ospfd.",
                            help_long="""Display data from ospfd.""")
Exemple #3
0
 def __init__(self, parent, name="zebra", alias=["z"]):
     UvnSubcommand.__init__(self,
                            parent,
                            name=name,
                            alias=alias,
                            help_short="Display data from zebra.",
                            help_long="""Display data from zebra.""")
Exemple #4
0
 def __init__(self, parent, name="kernel", alias=["k"]):
     UvnSubcommand.__init__(self,
                            parent,
                            name=name,
                            alias=alias,
                            help_short="Display data from Linux kernel.",
                            help_long="""Display data from Linux kernel.""")
Exemple #5
0
 def __init__(self, parent, name="agent", alias=["a"]):
     UvnSubcommand.__init__(
         self,
         parent,
         name=name,
         alias=alias,
         help_short="Display summary information about uvnd.",
         help_long="""Display summary information about uvnd.""")
Exemple #6
0
 def __init__(self, parent, name="routingservice", alias=["rs", "r"]):
     UvnSubcommand.__init__(
         self,
         parent,
         name=name,
         alias=alias,
         help_short="Display data from RTI Routing Service.",
         help_long="""Display data from RTI Routing Service.""")
Exemple #7
0
 def __init__(self, parent, name="cell", alias=["c"]):
     UvnSubcommand.__init__(
         self,
         parent,
         name=name,
         alias=alias,
         help_short="Attach a cell to the UVN",
         help_long="""Generate a new cell configuration and attach it to
                   an existing UVN.""")
Exemple #8
0
 def __init__(self, parent, name="particle", alias=["p"]):
     UvnSubcommand.__init__(
         self,
         parent,
         name=name,
         alias=alias,
         help_short="Attach a particle to the UVN",
         help_long="""Generate a new particle configuration and attach it to
                   an existing UVN.""")
Exemple #9
0
 def __init__(self, parent, name="build", alias=["b"]):
     UvnSubcommand.__init__(
         self,
         parent,
         name=name,
         alias=alias,
         help_short=
         "Build Docker images and containers to provision a UVN node.",
         help_long=
         """Build Docker images and containers to provision a UVN node.""")
Exemple #10
0
 def __init__(self, parent, name="remove", alias=["r"]):
     UvnSubcommand.__init__(self, parent,
         name=name,
         alias=alias,
         help_short="Remove an existing entry from the name server.",
         help_long="""Remove an existing entry from the name server.""")
Exemple #11
0
 def __init__(self, parent, name="assert", alias=["a"]):
     UvnSubcommand.__init__(self, parent,
         name=name,
         alias=alias,
         help_short="Add or update an entry in the name server.",
         help_long="""Add or update an entry in the name server.""")