diff options
author | Michael S. Pedersen <michaelx.pedersen@intel.com> | 2021-07-09 09:27:02 +0000 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2021-07-19 11:39:29 +0000 |
commit | ee024a7e7763ff02bc76597dda432511c04a581e (patch) | |
tree | 4ff14fb89603cbe027a939a92fe9b271e10d9023 /playbooks | |
parent | df1f338d5b1a87f6f656a8b2c6695507e006477a (diff) |
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 <michaelx.pedersen@intel.com>
Change-Id: I9acb0df97d2b423449ee57ae3d8241b2d9567ba2
Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/72768
Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/roles/jump-vm/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }}' \ |