NixOS / nixops

NixOps is a tool for deploying to NixOS machines in a network or cloud.
https://nixos.org/nixops
GNU Lesser General Public License v3.0
1.83k stars 363 forks source link

nixops list Description missing after nixops create #1091

Open davidak opened 5 years ago

davidak commented 5 years ago

I followed the manual and created the trivial network.

In the manual it looks like this:

+--------------------------------------+-----------+--------------+------------+------------+
|                 UUID                 |   Name    | Description  | # Machines |    Type    |
+--------------------------------------+-----------+--------------+------------+------------+
| 33bced96-5f26-11e1-b9d7-9630d48abec1 |  trivial  |  Web server  |     0      |            |
+--------------------------------------+-----------+--------------+------------+------------+

But on my system it looks like this:

+--------------------------------------+---------+------------------------+------------+------+
| UUID                                 | Name    | Description            | # Machines | Type |
+--------------------------------------+---------+------------------------+------------+------+
| 82d19a33-3398-11e9-873a-024246453e35 | trivial | Unnamed NixOps network |          0 |      |
+--------------------------------------+---------+------------------------+------------+------+

So it looks like a bug in nixops.

When i deployed it, it looks correct.

+--------------------------------------+---------+-------------+------------+------------+
| UUID                                 | Name    | Description | # Machines |    Type    |
+--------------------------------------+---------+-------------+------------+------------+
| 82d19a33-3398-11e9-873a-024246453e35 | trivial | Web server  |          1 | virtualbox |
+--------------------------------------+---------+-------------+------------+------------+

nix (Nix) 2.1.3 NixOS 18.09.2203.9bd45dddf81 (Jellyfish) NixOps 1.6.1

scalavision commented 3 years ago

using NixOps 1.7, I also get the same as you ..