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/galaxy-requirements.yml | |
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/galaxy-requirements.yml')
-rw-r--r-- | vagrant/galaxy-requirements.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant/galaxy-requirements.yml b/vagrant/galaxy-requirements.yml index e3a0fd98..4b252964 100644 --- a/vagrant/galaxy-requirements.yml +++ b/vagrant/galaxy-requirements.yml @@ -11,5 +11,7 @@ version: v2.1.10 - src: andrewrothstein.kubectl version: v1.1.12 +- src: andrewrothstein.kubernetes-helm + version: v1.2.9 - src: geerlingguy.docker version: 2.5.1 |