nixops icon indicating copy to clipboard operation
nixops copied to clipboard

nixops list Description missing after nixops create

Open davidak opened this issue 6 years ago • 1 comments
trafficstars

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

davidak avatar Feb 20 '19 12:02 davidak

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

scalavision avatar Mar 13 '21 15:03 scalavision