-
It seems that tests are failing in Hercules randomly.
-
**Describe the bug**
`cctl led` turns on the led but it doesn't last very long. The led should be long for longer
**To Reproduce**
Steps to reproduce the behavior:
1. Run `cctl led` command as …
-
CCTL needs to be updated so as to support the node's 2.X series. Concretely this means updating node setup to include sidecar plus numerous minor config changes.
-
a) Calling ./cctl status, just returns the following:
`
./cctl status
Status called
`
If unimplemented we should state so.
b) Calling delete machine with no arguments has a very weird message …
-
Currently the node port numbers are derived by adding a node's ordinal identifier to a static constant.
- E.G. $CCTL_BASE_PORT_RPC + node_idx where CCTL_BASE_PORT_RPC=11000 and
-
Let's suppose the user runs `cctl machine upgrade`, and `deleteMachine` succeeds, but `createMachine` fails. That means the machine has been removed from the on-disk state, and `cctl machine upgrade` …
-
The current way we specify the list of nodes to be added to the blocklist could be more convenient and faster, as all the nodes need to be explicitly listed. Can we use a similar style of list as for …
-
```
[11:38:21][Step 1/1] docker run --rm -e VERSION_OVERRIDE= -v /home/pf9/BuildAgent/work/c2cae60ab8e029fe/cctl:/go/src/github.com/platform9/cctl -v /home/pf9/BuildAgent/system/git/git-A91E5A9B.git:…
-
P45, 2nd paragraph
"An evaluator should be prepared to create and offer cloud testing infrastructure **to TOE developers**."
_What exactly do you mean here? It is not expected for evaluators to pro…
-
There is a need to download and place `etcdadm` and `nodeadm` binaries at proper locations before invoking the `cctl create machine` command. It would be great for `cctl` or http://github.com/platform…