From ee024a7e7763ff02bc76597dda432511c04a581e Mon Sep 17 00:00:00 2001 From: "Michael S. Pedersen" Date: Fri, 9 Jul 2021 09:27:02 +0000 Subject: Added support for Docker Hub credentials (CI) When credentials are available on the Ansible host (/opt/kuberef/docker_config) they will be added to the K8s nodes. Also includes a minor change to increase the resources in the Kuberef VM Signed-off-by: Michael S. Pedersen Change-Id: I9acb0df97d2b423449ee57ae3d8241b2d9567ba2 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72768 Tested-by: jenkins-ci Reviewed-by: Rihab Banday --- playbooks/roles/jump-vm/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/roles/jump-vm') diff --git a/playbooks/roles/jump-vm/tasks/main.yaml b/playbooks/roles/jump-vm/tasks/main.yaml index 9c556da..b6ed840 100644 --- a/playbooks/roles/jump-vm/tasks/main.yaml +++ b/playbooks/roles/jump-vm/tasks/main.yaml @@ -92,7 +92,7 @@ - name: define jump VM command: "virt-install --connect qemu:///system --name {{ jumphost.name }} \ - --ram 4096 --vcpus=4 --os-type linux --os-variant ubuntu16.04 \ + --ram 8192 --vcpus=8 --os-type linux --os-variant ubuntu16.04 \ --disk path={{ workspace }}/kuberef-jump.qcow2,format=qcow2 \ --disk {{ workspace }}/kuberef-jump-cidata.iso,device=cdrom \ --network network=default,model=virtio,mac='{{ jumphost.interfaces[engine.net_config[engine.public_network].interface].mac_address }}' \ -- cgit 1.2.3-korg