diff --git a/README.md b/README.md index af657123..7577766c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,19 @@ The core node and API daemons, as well as the CLI API client, are written in Pyt To get started with PVC, please see the [About](https://parallelvirtualcluster.readthedocs.io/en/latest/about/) page for general information about the project, and the [Getting Started](https://parallelvirtualcluster.readthedocs.io/en/latest/getting-started/) page for details on configuring your first cluster. +## Screenshots + +While PVC's API and internals aren't very screenshot-worthy, here is some example output of the CLI tool. + +

Node listing
Listing the nodes in a cluster

+ +

Network listing
Listing the networks in a cluster, showing 3 bridged and 1 IPv4-only managed networks

+ +

VM listing and migration
Listing a limited set of VMs and migrating one with status updates

+ +

Node logs
Viewing the logs of a node (keepalives and VM [un]migration)

+ + ## Changelog #### v0.9.31 diff --git a/docs/images/pvc-migration.png b/docs/images/pvc-migration.png new file mode 100644 index 00000000..e9daf313 Binary files /dev/null and b/docs/images/pvc-migration.png differ diff --git a/docs/images/pvc-networks.png b/docs/images/pvc-networks.png new file mode 100644 index 00000000..3dbaf576 Binary files /dev/null and b/docs/images/pvc-networks.png differ diff --git a/docs/images/pvc-nodelog.png b/docs/images/pvc-nodelog.png new file mode 100644 index 00000000..a0eda9c6 Binary files /dev/null and b/docs/images/pvc-nodelog.png differ diff --git a/docs/images/pvc-nodes.png b/docs/images/pvc-nodes.png new file mode 100644 index 00000000..cd617932 Binary files /dev/null and b/docs/images/pvc-nodes.png differ diff --git a/docs/index.md b/docs/index.md index a119fb0d..86ab3ca5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,6 +40,19 @@ The core node and API daemons, as well as the CLI API client, are written in Pyt To get started with PVC, please see the [About](https://parallelvirtualcluster.readthedocs.io/en/latest/about/) page for general information about the project, and the [Getting Started](https://parallelvirtualcluster.readthedocs.io/en/latest/getting-started/) page for details on configuring your first cluster. +## Screenshots + +While PVC's API and internals aren't very screenshot-worthy, here is some example output of the CLI tool. + +

Node listing
Listing the nodes in a cluster

+ +

Network listing
Listing the networks in a cluster, showing 3 bridged and 1 IPv4-only managed networks

+ +

VM listing and migration
Listing a limited set of VMs and migrating one with status updates

+ +

Node logs
Viewing the logs of a node (keepalives and VM [un]migration)

+ + ## Changelog #### v0.9.31