Skip to content

Commit 5108f31

Browse files
authored
Doc updates (contiv#1404)
Doc updates
1 parent 776f01c commit 5108f31

27 files changed

+88
-47
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
### New Features & Enhancements
8585
- added `cipherSuites` option for etcd into helm
86-
- [native PCI driver support for VMware vmxnet3](docs/VMXNET3.md)
86+
- [native PCI driver support for VMware vmxnet3](docs/setup/VMXNET3.md)
8787

8888
### Known Issues
8989
- load-balancing between backends of a service is limited to the first 256 PODs

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
[![GoDoc](https://godoc.org/github.com/contiv/vpp?status.svg)](https://godoc.org/github.com/contiv/vpp)
77
[![GitHub license](https://img.shields.io/badge/license-Apache%20license%202.0-blue.svg)](https://github.com/contiv/vpp/blob/master/LICENSE)
88

9-
This Kubernetes network plugin uses FD.io VPP to provide network connectivity
10-
between PODs. Currently, only Kubernetes 1.9.X and higher versions are supported.
9+
[Contiv-VPP](https://contivpp.io/) is a Kubernetes CNI plugin for Kubernetes that employs
10+
a programmable CNF vSwitch based on [FD.io VPP](https://fd.io/) offering feature-rich,
11+
high-performance cloud-native networking and services.
1112

12-
For more details see [https://contivpp.io/](https://contivpp.io/).
13+
For more details see [https://contivpp.io/](https://contivpp.io/)
1314

1415

1516
## Releases
@@ -35,7 +36,7 @@ You can get started with Contiv-VPP in one of the following ways:
3536
VMs. This is the easiest way to bring up a cluster for exploring the
3637
capabilities and features of Contiv-VPP.
3738

38-
* Use the [Contiv-specific kubeadm install](docs/MANUAL_INSTALL.md)
39+
* Use the [Contiv-specific kubeadm install](docs/setup/MANUAL_INSTALL.md)
3940
instructions to manually install Kubernetes with Contiv-VPP networking on one
4041
or more bare-metal servers.
4142

@@ -47,14 +48,17 @@ You can get started with Contiv-VPP in one of the following ways:
4748
in Calico clusters, where some of the nodes can be running plain Calico (without VPP)
4849
and some of the nodes can be running Calico with VPP.
4950

51+
* Try [Contiv-VPP UI](ui/README.md) web browser user interface on top of Contiv-VPP,
52+
it runs in Vagrant deployments as well as on bare-metal.
53+
5054

5155
## Configuration & Troubleshooting
52-
Please refer to the [Contiv-VPP configuration and troubleshooting](docs/TOOLS.md) document.
56+
Please refer to the [Contiv-VPP configuration and troubleshooting](docs/operation/TOOLS.md) document.
5357

5458

5559
## Reporting Bugs
5660
In order to report a bug, please file an issue in GitHub. Please provide
57-
the information described in [Bug Reports README](docs/BUG_REPORTS.md).
61+
the information described in [Bug Reports README](docs/debugging/BUG_REPORTS.md).
5862

5963

6064
## Communication Channels

docs/ARCHITECTURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ network stack and data-plane NIC interface controlled by VPP:
8585
- data-plane NIC is controlled directly by VPP using DPDK. Note that this means that
8686
this interface is not visible to the host Linux network stack, and the node either needs another
8787
management interface for k8s control plane communication, or
88-
[STN (Steal The NIC)](SINGLE_NIC_SETUP.md) deployment must be applied.
88+
[STN (Steal The NIC)](setup/SINGLE_NIC_SETUP.md) deployment must be applied.
8989

9090
**Contiv VPP Agent** is the control plane part of the vSwitch container. It is responsible
9191
for configuring the VPP according to the information gained from ETCD and requests
@@ -114,6 +114,6 @@ do not provide 2 network interfaces, Contiv/VPP can work in the single NIC setup
114114
when the interface will be "stolen" from the host network stack just before starting
115115
the VPP and configured with the same IP address on VPP, as well as
116116
on the host-VPP interconnect TAP interface, as it had in the host before it.
117-
For more information on STN setup, read the [Single NIC Setup README](SINGLE_NIC_SETUP.md).
117+
For more information on STN setup, read the [Single NIC Setup README](setup/SINGLE_NIC_SETUP.md).
118118

119-
[![Contiv/VPP Architecture](img/contiv-flow.png)](img/contiv-flow.svg)
119+
[![Contiv/VPP Architecture](img/contiv-flow.png)](img/contiv-flow.png)

docs/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Contiv-VPP Documentation
2+
3+
4+
## General Information:
5+
* [ARCHITECTURE](ARCHITECTURE.md) - high-level description of Contiv-VPP
6+
components and operation
7+
* [NETWORKING](NETWORKING.md) - detailed description on how the network
8+
is programmed with Contiv-VPP
9+
* [DEVELOPER GUIDE](dev-guide) - details on how Contiv-VPP works internally
10+
11+
12+
## Setup Instructions
13+
* [VAGRANT INSTALLATION](../vagrant/README.md) - running Contiv-VPP in Vagrant
14+
* [MANUAL INSTALLATION](setup/MANUAL_INSTALL.md) - running Contiv-VPP on bare metal
15+
* [ARM64 SETUP](arm64) - running Contiv-VPP on ARM platform
16+
* [CUSTOM MGMT NETWORK](setup/CUSTOM_MGMT_NETWORK.md) - setting up a custom management
17+
network on multi-homed nodes
18+
* [MULTI NIC SETUP](setup/MULTI_NIC_SETUP.md) - setting up a node with multiple NICs
19+
* [SINGLE NIC SETUP](setup/SINGLE_NIC_SETUP.md) - setting up a node with a single NIC
20+
* [VMXNET3](setup/VMXNET3.md) - VMware vmxnet3 driver support
21+
* [VPP CONFIG](setup/VPP_CONFIG.md) - creating VPP startup configuration
22+
* [VMWARE FUSION HOST](setup/VMWARE_FUSION_HOST.md) - preparing a VmWare Fusion host
23+
* [ETCD SECURITY](setup/ETCD_SECURITY.md) - securing access to ETCD
24+
* [HTTP SECURITY](setup/HTTP_SECURITY.md) - securing HTTP endpoints
25+
26+
27+
## Operation
28+
* [TOOLS](operation/TOOLS.md) - configuration and Troubleshooting Tools
29+
* [PROMETHEUS](operation/PROMETHEUS.md) - Prometheus statistics
30+
* [CONTIV UI](../ui/README.md) - web-based Contiv VPP user interface
31+
32+
33+
## Debugging
34+
* [VPP PACKET TRACING](debugging/VPP_PACKET_TRACING_K8S.md) - how to do VPP packet tracing in Kubernetes
35+
* [VPPTRACE](debugging/VPPTRACE.md) - VPP packet tracing
36+
* [CORE FILES](debugging/CORE_FILES.md) - capturing VPP core dumps
37+
* [BUG REPORTS](debugging/BUG_REPORTS.md) - debugging and reporting bugs in Contiv-VPP

docs/arm64/MANUAL_INSTALL_ARM64.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ install Contiv-VPP on Cavium Thunderx servers.
7272

7373

7474

75-
[1]: ../MANUAL_INSTALL.md
75+
[1]: ../setup/MANUAL_INSTALL.md
7676
[2]: MANUAL_INSTALL_CAVIUM.md
7777
[3]: MULTI_NIC_SETUP_CAVIUM.md
7878
[4]: VPP_CONFIG_CAVIUM.md
79-
[5]: ../SINGLE_NIC_SETUP.md#configuring-stn-in-contiv-vpp-k8s-deployment-files
80-
[6]: ../SINGLE_NIC_SETUP.md
81-
[7]: ../MULTI_NIC_SETUP.md
82-
[8]: ../MANUAL_INSTALL.md#determining-network-adapter-pci-addresses
79+
[5]: ../setup/SINGLE_NIC_SETUP.md#configuring-stn-in-contiv-vpp-k8s-deployment-files
80+
[6]: ../setup/SINGLE_NIC_SETUP.md
81+
[7]: ../setup/MULTI_NIC_SETUP.md
82+
[8]: ../setup/MANUAL_INSTALL.md#determining-network-adapter-pci-addresses
8383

docs/arm64/MANUAL_INSTALL_CAVIUM.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -586,11 +586,11 @@ rm -rf /var/etcd/contiv-data
586586
[8]: #tearing-down-kubernetes
587587
[10]: #14-installing-kubeadm-on-your-hosts
588588
[11]: ../../vagrant/README.md
589-
[12]: ../CUSTOM_MGMT_NETWORK.md
590-
[13]: ../VMWARE_FUSION_HOST.md
591-
[14]: ../SINGLE_NIC_SETUP.md
592-
[15]: ../MULTI_NIC_SETUP.md
593-
[16]: ../SINGLE_NIC_SETUP.md#configuring-stn-in-contiv-vpp-k8s-deployment-files
589+
[12]: ../setup/CUSTOM_MGMT_NETWORK.md
590+
[13]: ../setup/VMWARE_FUSION_HOST.md
591+
[14]: ../setup/SINGLE_NIC_SETUP.md
592+
[15]: ../setup/MULTI_NIC_SETUP.md
593+
[16]: ../setup/SINGLE_NIC_SETUP.md#configuring-stn-in-contiv-vpp-k8s-deployment-files
594594
[17]: ../../k8s/README.md#setup-node-sh
595595
[18]: https://www.packet.net/bare-metal/servers/c1-large-arm/
596596
[19]: https://help.packet.net/technical/networking/layer-2-configurations

docs/BUG_REPORTS.md renamed to docs/debugging/BUG_REPORTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,5 +332,5 @@ following steps:
332332
./contiv-vpp-bug-report.sh -u vagrant -m k8s-master -f <path-to-your-vagrant-ssh-config-file>/vagrant-ssh.conf
333333
```
334334

335-
[1]: ../scripts/contiv-vpp-bug-report.sh
336-
[2]: ../vagrant/README.md
335+
[1]: ../../scripts/contiv-vpp-bug-report.sh
336+
[2]: ../../vagrant/README.md
File renamed without changes.

docs/VPPTRACE.md renamed to docs/debugging/VPPTRACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ individually, but only all at the same time. In Contiv/VPP all pods are connecte
2121
with VPP via the same kind of the TAP interface, meaning that it is not possible to
2222
capture packets incoming only from one selected pod.
2323

24-
Contiv/VPP ships with a simple bash script [vpptrace.sh](../scripts/vpptrace.sh)
24+
Contiv/VPP ships with a simple bash script [vpptrace.sh](../../scripts/vpptrace.sh)
2525
which helps to alleviate the aforementioned VPP limitations. The script automatically
2626
re-initializes buffer and trace whenever it is close to getting full in order to
2727
avoid packet loss as much as it is possible. Next it allows to filter packets

docs/VPP_PACKET_TRACING_K8S.md renamed to docs/debugging/VPP_PACKET_TRACING_K8S.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document describes the steps to do *manual* packet tracing (capture) using
44
VPP in Kubernetes. Contiv/VPP also ships with a simple bash script
5-
[vpptrace.sh](../scripts/vpptrace.sh), which allows to *continuously* trace and
5+
[vpptrace.sh](../../scripts/vpptrace.sh), which allows to *continuously* trace and
66
*filter* packets incoming through a given set of interface types.
77
Documentation for vpptrace.sh is available [here](VPPTRACE.md).
88

docs/dev-guide/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contiv-VPP Contributions
1+
## Contiv-VPP Contribution Guidelines
22

33
Contributions to Contiv-VPP are welcome. We use the standard pull request
44
model. You can either pick an open issue and assign it to yourself or open

docs/dev-guide/POLICIES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ source code.
4848

4949
### Policy Plugin skeleton
5050

51-
The [Policy Plugin Skeleton][policy-plugin] implements the [Ligato plugin API][plugin-intf],
51+
The [Policy Plugin Skeleton][policy-plugin] implements the [Ligato plugin API][cn-infra],
5252
which makes it pluggable with the Ligato CN-Infra framework.
5353

5454
Inside the Policy Plugin's `Init()` method all the layers are initialized and
@@ -473,14 +473,14 @@ the configuration of K8s policies.
473473
[ligato-vpp-agent]: http://github.com/ligato/vpp-agent
474474
[local-client]: https://github.com/ligato/vpp-agent/tree/dev/clientv2
475475
[acl-plugin-vpp]: http://github.com/vpp-dev/vpp/tree/stable-1801-contiv/src/plugins/acl
476-
[acl-plugin-agent]: https://github.com/ligato/vpp-agent/tree/dev/plugins/vppv2/aclplugin
476+
[acl-plugin-agent]: https://github.com/ligato/vpp-agent/tree/master/plugins/vpp/aclplugin
477477
[vpptcp]: http://github.com/vpp-dev/vpp/tree/stable-1801-contiv/src/vnet/session
478478
[govpp]: https://wiki.fd.io/view/GoVPP
479479
[policy-plugin]: http://github.com/contiv/vpp/tree/master/plugins/policy/plugin_impl_policy.go
480480
[controller-plugin]: https://github.com/contiv/vpp/blob/master/plugins/controller/plugin_controller.go
481481
[transaction-api]: https://github.com/contiv/vpp/blob/master/plugins/controller/api/txn.go
482482
[ipv4net-plugin]: https://github.com/contiv/vpp/tree/master/plugins/ipv4net
483-
[plugin-intf]: http://github.com/ligato/cn-infra/tree/master/core/plugin_spi.go
483+
[cn-infra]: http://github.com/ligato/cn-infra
484484
[policy-model]: http://github.com/contiv/vpp/blob/master/plugins/ksr/model/policy/policy.proto
485485
[db-resources]: https://github.com/contiv/vpp/tree/master/dbresources
486486
[pod-model]: http://github.com/contiv/vpp/blob/master/plugins/ksr/model/pod/pod.proto

docs/dev-guide/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Kubernetes services and policies implementation:
1616
* [Kubernetes services in Contiv/VPP](SERVICES.md)
1717

1818
Other:
19-
* [Contribution guidelines](docs/dev-guide/CONTRIBUTING.md)
19+
* [Contribution guidelines](CONTRIBUTING.md)

docs/dev-guide/SERVICES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ may not be useful for future renderers.
409409
#### Skeleton
410410

411411
The [Service Plugin Skeleton][service-plugin-skeleton] implements the
412-
[Ligato plugin API][plugin-intf], which makes it pluggable with the Ligato
412+
[Ligato plugin API][cn-infra], which makes it pluggable with the Ligato
413413
CN-Infra framework.
414414

415415
Inside the Service Plugin's `Init()` method both Processor and NAT44 Renderer
@@ -514,13 +514,13 @@ periodically cleaning up inactive NAT sessions.
514514
[vpp-nat-plugin-api]: https://github.com/vpp-dev/vpp/blob/stable-1801-contiv/src/plugins/nat/nat.api
515515
[service-plugin]: https://github.com/contiv/vpp/tree/master/plugins/service
516516
[service-plugin-skeleton]: https://github.com/contiv/vpp/blob/master/plugins/service/plugin_impl_service.go
517-
[plugin-intf]: http://github.com/ligato/cn-infra/tree/master/core/plugin_spi.go
517+
[cn-infra]: http://github.com/ligato/cn-infra
518518
[processor-api]: http://github.com/contiv/vpp/tree/master/plugins/service/processor/processor_api.go
519519
[processor-data-change]: http://github.com/contiv/vpp/tree/master/plugins/service/processor/data_change.go
520520
[processor-data-resync]: http://github.com/contiv/vpp/tree/master/plugins/service/processor/data_resync.go
521521
[renderer-api]: http://github.com/contiv/vpp/blob/master/plugins/service/renderer/api.go
522522
[nat-model]: https://github.com/ligato/vpp-agent/blob/dev/api/models/vpp/nat/nat.proto
523-
[vpp-agent-nat-plugin]: https://github.com/ligato/vpp-agent/tree/dev/plugins/vppv2/natplugin
523+
[vpp-agent-nat-plugin]: https://github.com/ligato/vpp-agent/tree/dev/plugins/vpp/natplugin
524524
[controller-plugin]: https://github.com/contiv/vpp/blob/master/plugins/controller/plugin_controller.go
525525
[transaction-api]: https://github.com/contiv/vpp/blob/master/plugins/controller/api/txn.go
526526
[ligato-vpp-agent]: http://github.com/ligato/vpp-agent
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/ETCD_SECURITY.md renamed to docs/setup/ETCD_SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on the port `32379` on each node.
77
To secure the access to ETCD, we recommend using the SSL/TLS certificates to authenticate
88
both client and server side and encrypt the communication.
99

10-
In Contiv-VPP, this can be done using the Helm charts in [k8s/contiv-vpp folder](../k8s/contiv-vpp).
10+
In Contiv-VPP, this can be done using the Helm charts in [k8s/contiv-vpp folder](../../k8s/contiv-vpp).
1111

1212
The prerequisite for that is generation of SSL certificates.
1313

@@ -86,4 +86,4 @@ Then you can go ahead and just deploy Contiv-VPP using this yaml file.
8686

8787
Please note that the path of the mount folder with certificates, as well as certificate
8888
file names can be customized using the config parameters of the Contiv-VPP chart,
89-
as described in [this README](../k8s/contiv-vpp/README.md).
89+
as described in [this README](../../k8s/contiv-vpp/README.md).

docs/HTTP_SECURITY.md renamed to docs/setup/HTTP_SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contiv-ksr is open to anybody. Contiv-vswitch exposes endpoints using port `9999
55

66
To secure access to the endpoints, the SSL/TLS server certificate and basic auth (username password) can be configured.
77

8-
In Contiv-VPP, this can be done using the Helm charts in [k8s/contiv-vpp folder](../k8s/contiv-vpp).
8+
In Contiv-VPP, this can be done using the Helm charts in [k8s/contiv-vpp folder](../../k8s/contiv-vpp).
99

10-
To generate server certificate the approach described in [ETCD security](ETCD_SECURITY) can be leveraged.
10+
To generate server certificate the approach described in [ETCD security](ETCD_SECURITY.md) can be leveraged.
1111

docs/MANUAL_INSTALL.md renamed to docs/setup/MANUAL_INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To define memory limit, append the following snippet to vswitch container in dep
9999
memory: 1024Mi
100100
101101
```
102-
or set `contiv.vswitch.defineMemoryLimits` to `true` in [helm values](../k8s/contiv-vpp/README.md).
102+
or set `contiv.vswitch.defineMemoryLimits` to `true` in [helm values](../../k8s/contiv-vpp/README.md).
103103

104104
### (2/4) Initializing your master
105105
Before initializing the master, you may want to [tear down][8] up any
@@ -120,7 +120,7 @@ kubeadm init --token-ttl 0 --pod-network-cidr=10.1.0.0/16 --apiserver-advertise-
120120
**Note:** The CIDR specified with the flag `--pod-network-cidr` is used by
121121
kube-proxy, and it **must include** the `PodSubnetCIDR` from the `IPAMConfig`
122122
section in the Contiv-vpp config map in Contiv-vpp's deployment file
123-
([contiv-vpp.yaml](../k8s/contiv-vpp.yaml)). Pods in the host network namespace
123+
([contiv-vpp.yaml](../../k8s/contiv-vpp.yaml)). Pods in the host network namespace
124124
are a special case; they share their respective interfaces and IP addresses with
125125
the host. For proxying to work properly it is therefore required for services
126126
with backends running on the host to also **include the node management IP**
@@ -455,10 +455,10 @@ rm -rf /var/bolt/bolt.db
455455
[6]: https://kubernetes.io/docs/setup/independent/install-kubeadm/
456456
[8]: #tearing-down-kubernetes
457457
[10]: #setting-up-custom-management-network-on-multi-homed-nodes
458-
[11]: ../vagrant/README.md
458+
[11]: ../../vagrant/README.md
459459
[12]: CUSTOM_MGMT_NETWORK.md
460460
[13]: VMWARE_FUSION_HOST.md
461461
[14]: SINGLE_NIC_SETUP.md
462462
[15]: MULTI_NIC_SETUP.md
463463
[16]: SINGLE_NIC_SETUP.md#configuring-stn-in-contiv-vpp-k8s-deployment-files
464-
[17]: ../k8s/README.md#setup-node-sh
464+
[17]: ../../k8s/README.md#setup-node-sh

docs/MULTI_NIC_SETUP.md renamed to docs/setup/MULTI_NIC_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ described [here](https://github.com/contiv/vpp/blob/master/docs/VPP_CONFIG.md#mu
77
##### Global configuration:
88
Global configuration is used in homogeneous environments where all nodes in
99
a given cluster have the same hardware configuration. If you want use DHCP to configure
10-
node IPs. Put the following stanza into the [`contiv.conf`](../k8s/contiv-vpp.yaml) deployment file:
10+
node IPs. Put the following stanza into the [`contiv.conf`](../../k8s/contiv-vpp.yaml) deployment file:
1111
```
1212
data:
1313
contiv.conf: |-

docs/SINGLE_NIC_SETUP.md renamed to docs/setup/SINGLE_NIC_SETUP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ The expected logs would look like the following excerpt:
3636
2018/02/23 10:08:34 Starting the STN GRPC server at port 50051
3737
```
3838

39-
For more details, please read the Go documentation for [contiv-stn](../cmd/contiv-stn/doc.go)
40-
and [contiv-init](../cmd/contiv-init/doc.go).
39+
For more details, please read the Go documentation for [contiv-stn](../../cmd/contiv-stn/doc.go)
40+
and [contiv-init](../../cmd/contiv-init/doc.go).
4141

4242
#### Creating VPP interface configuration
4343
Create the VPP configuration for the hardware interface as described
@@ -142,4 +142,4 @@ docker ps -q -f name=contiv-stn
142142
```
143143
No containers should be listed.
144144

145-
[1]: ../k8s/contiv-vpp.yaml
145+
[1]: ../../k8s/contiv-vpp.yaml
File renamed without changes.

docs/VMXNET3.md renamed to docs/setup/VMXNET3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ index 8d1d270a0..4b249c349 100644
6363
enablePeriodicHealing: false
6464
```
6565

66-
Please note that this config can be specified using the [helm chart](../k8s/contiv-vpp),
66+
Please note that this config can be specified using the [helm chart](../../k8s/contiv-vpp),
6767
and the node config also via CRD.
6868

6969
## STN Usage
File renamed without changes.

ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contiv VPP UI
22

3-
Project page: [https://contivpp.io/](https://contivpp.io)
3+
Demo: [video at contivpp.io](https://contivpp.io/docs/concepts/contivpp-io-demo-ui/)
44

55
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.2.
66

vagrant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Environment variable | Description | Default
3131
`K8S_MASTER_MEMORY` | Memory size for master node | `4096`
3232
`K8S_NODE_MEMORY` | Memory size for worker nodes | `4096`
3333
`K8S_VERSION` | Kubernetes version to be installed | `1.11.5`
34-
`K8S_DEPLOYMENT_SCENARIO` | Contiv deployment scenario to be used [`stn`](../docs/SINGLE_NIC_SETUP.md) or `nostn` | `nostn`
34+
`K8S_DEPLOYMENT_SCENARIO` | Contiv deployment scenario to be used [`stn`](../docs/setup/SINGLE_NIC_SETUP.md) or `nostn` | `nostn`
3535
`CONTIV_IMAGE_TAG` | Docker image tag denoting contiv/vpp version to be installed | `latest`
3636
`CRD_DISABLED` | If set to `true` nodeconfig must be set in contiv deployment file. Otherwise it is configure using crd. | `true`
3737
`HELM_EXTRA_OPTS` | Allows to pass arbitrary helm option see [available parameters](../k8s/contiv-vpp)| `""`

0 commit comments

Comments
 (0)