Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835274
Makefile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
Makefile
View Options
SHELL=/bin/bash
PWD=$(shell pwd)
KOLABCTL=../../kolabctl
IMAGE="${PWD}/../../build/packer/artifacts/qemu/kolab-minimal-0.1/kolab-minimal-0.1.qcow2"
VMNAME=singlenode-kolab1
DEPLOYMENT=../../deployments/k3s-single-node
connect-kolab1:
until ssh -o StrictHostKeyChecking=no "root@$$(sudo virsh domifaddr kolab1 --source agent | grep eth0 | grep ipv4 | head -1 | tr -s ' ' | cut -d ' ' -f5 | cut -d\/ -f1)"; \
do sleep 2; \
done
ansible:
env ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -v -i inventory.yaml -D ${DEPLOYMENT}/ansible/playbook.yaml
recreate:
rm -f values.yaml
env ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -v -e "recreate_vm=true" -i inventory.yaml -D ${DEPLOYMENT}/ansible/playbook.yaml
deploy:
env KUBECONFIG=./kubeconfig.yaml CHART_URL=../../kolab ${KOLABCTL} deploy
apply:
env KUBECONFIG=./kubeconfig.yaml CHART_URL=../../kolab ${KOLABCTL} apply
# Build local images
build-images:
pushd ../../ ; \
build/build.sh ;
# Push images to the local registry
push-images:
env ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -v --private-key=${SSHKEY} -i inventory.yaml -D ${DEPLOYMENT}/ansible/push-local-images.yaml
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 1:16 PM (4 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18779838
Default Alt Text
Makefile (1 KB)
Attached To
Mode
R114 kolab-infrastructure
Attached
Detach File
Event Timeline