diff options
author | Victor Morales <victor.morales@intel.com> | 2018-11-14 09:15:36 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-11-14 09:21:13 -0800 |
commit | daf3a00798ee77e469cd89cb16ade818c50968f9 (patch) | |
tree | 3ef383d90fd3a1fb588fedc65a4d6b5fe019cbf2 /vagrant/README.md | |
parent | cc05d4af8f082d8174bde5c43fc45b1acc61339f (diff) |
Enable Istio
This commit includes the playbook that installs and configure Istio
Service Mesh services. It also defines a draft script for testing its
sample.
Change-Id: I7f0049aae4ae0033356c370a0e86d583e7bf744f
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-406
Diffstat (limited to 'vagrant/README.md')
-rw-r--r-- | vagrant/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md index c76b081e..c433a607 100644 --- a/vagrant/README.md +++ b/vagrant/README.md @@ -18,6 +18,7 @@ Virtual Machines. | Virtlet | Allows to run VMs | [configure-virtlet.yml][4] | Tested | | Multus | Provides Multiple Network support in a pod | [configure-multus.yml][5] | Tested | | NFD | Node feature discovery | [configure-nfd.yml][7] | Tested | +| Istio | Service Mesh platform | [configure-istio.yml][8] | Tested | ## Deployment @@ -50,3 +51,4 @@ Apache-2.0 [5]: playbooks/configure-multus.yml [6]: https://www.vagrantup.com/ [7]: playbooks/configure-nfd.yml +[8]: playbooks/configure-istio.yml |