aboutsummaryrefslogtreecommitdiffstats
path: root/vagrant/playbooks
AgeCommit message (Collapse)AuthorFilesLines
2019-01-04Merge "Bump kubernetes client to 1.12.3"Victor Morales2-3/+4
2019-01-03Bump kubernetes client to 1.12.3Kiran Kamineni2-3/+4
Bumping up the kubernetes client library used to kubernetes 1.12.3 We will move it to v10.0.0 once our k8s deployment moves to 1.13.0 Bumping kubectl version to 1.12.2 as andrewrothstein/ansible-kubectl does not have 1.12.3 in its main.yml Issue-ID: MULTICLOUD-301 Change-Id: Ifb2eaecb794bfdec19d631fdc9ece051d5ebfc60 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-12-13Bump virtlet to 1.4.3 and criproxy to 0.14.0Victor Morales1-2/+2
Change-Id: I6507c294b8ac4be7ec3561560229282c7f4f0257 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-12-07Integrate OVN4NFV pluginVictor Morales2-0/+104
This change includes the files to install, configure and test the OVN4NFV plugin. Change-Id: I0c431e475bd391e13680c734cff555e4dfc055ae Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-304
2018-12-07Enable downloading binaries and containersVictor Morales4-6/+19
The *download_run_once* kubespray config option allows to download container images only once then push to cluster nodes and the *download_localhost* option makes the installer node a delegate for pushing images while running the deployment with ansible. These two options pretends to reduce the amount of traffic during the deployment time of the Kubernetes cluster. Change-Id: I8239cebbf5c322ed52ae0a0bc8774e5e33aada3c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-425
2018-12-05Bump kubespray version to 2.8.0Victor Morales1-1/+1
Change-Id: Ie7287f0bd0940fae67af2b1374c7be2fef37844e Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-27Use temporal workaroundVictor Morales1-6/+6
Multus CNI require a change to allow Virtlet to use multiple nics. This change has been submitted and it's waiting for approvals, this is a workaround in the meantime. Change-Id: Ia3c9769bcb33d08e5545e133e09b95f6742d099b Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-21Centralizes version of componentsVictor Morales6-9/+27
The galaxy roles used by KRD requires to centralize their version used in the playbook/krd-vars.yml file, this file facilitates the version control and helps as single point of truth. Change-Id: If4544f529ff00689dc6cd6bca7e8adc0c876aa18 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-11-14Enable IstioVictor Morales2-0/+54
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
2018-10-29Bump golang version to 1.11Victor Morales1-1/+1
Change-Id: I177cd017f75e4155f7e9b9a73869ea7fff24195a Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-387
2018-10-20Bump multus version to 3.1Ritu Sood2-15/+18
Change-Id: Id98a0ef126a4121cc8e33c95672f1dd552b1560f Signed-off-by: Ritu Sood <ritu.sood@intel.com> Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-271
2018-10-15Add more Ubuntu Cloud imagesVictor Morales1-0/+4
The initial implementation only defined Ubuntu Xenial Cloud image This change adds more official images for future testing. Change-Id: I6dd8d5cfa9ecc598a52100e2db8e74fdd364a79f Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-05Merge "Bump virtlet version to 1.4.1"Victor Morales1-1/+1
2018-10-04Bump virtlet version to 1.4.1Victor Morales1-1/+1
Change-Id: I9e20333f506674533ed6711d265a95d4defaa4e0 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-10-04Bump kubespray version to 2.7.0Victor Morales1-1/+1
Change-Id: I9d8cd095797804fe96d36b0a08354247096351df Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-17Merge "Bump virtlet version to 1.3.0"Victor Morales1-1/+1
2018-09-14Downgrade multus versionVictor Morales1-1/+1
The latest version was causing that containers hanging for ever. This change modifies the version used for Multus to a stable release. Change-Id: Ida58d7ca0d2d4bbde28081743c4ae44e94ecb229 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-14Bump virtlet version to 1.3.0Victor Morales1-1/+1
Change-Id: I96c9519a282a5806002ac2c61a49eda5ff8b8e90 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-09-05Bump multus and virtlet versionsVictor Morales1-2/+2
Change-Id: Iaa7506eef1ccabcf400bc07c5b8f4c1b45c57781 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-08-30Add KRD source codeVictor Morales10-0/+767
This changes includes the source code created for the Kubernetes Reference Deployment(KRD) which helps to provide an automated mechanism to install and configure Kubernetes services required for the MultiCloud/K8s plugin. Change-Id: Ica49566fcd531e25846ed3e5062de2f92ec56f6c Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301