cloud-native-robotz-hackathon / infrastructure

0 stars 1 forks source link

Provide facilitator guide #23

Open rbo opened 5 months ago

rbo commented 5 months ago

WiP in https://docs.google.com/document/d/1EvFBMDvVP6IOk3bJg6hJPFAel5quERkolNIgEZTQEXU/edit#heading=h.dvchy0a7ux10

Write as markdown in the infrastructure repo.

During the workshop

prepare workshop ~ Plan to have 4h!

Edge gateway tasks for every new data-center env:

To run to connect edge with new data center

cd infrastructure/automation/

# Login into data center
export KUBECONFIG=kubeconfig-data-center
oc login -u admin --insecure-skip-tls-verify https://api.cluster-...

# Login into edge gateway
export KUBECONFIG=kubeconfig-edge-gateway
oc login -u admin --insecure-skip-tls-verify https://edge-gateway.lan:6443

# Optional: Adjust robot to team configuration
vim inventory.yaml

# Run playbook
ansible-navigator run new-data-center.yaml  -l <select location / specific robot>
rbo commented 4 months ago

@goetzrieger here is the issue for the Facilitator guide.

rbo commented 3 months ago

I started a local development guide in gDoc it was a mess, I switched to markdown: https://github.com/cloud-native-robotz-hackathon/infrastructure/blob/main/docs/local-development.md#prepare-openshift-local--crc-edge-dateway

rbo commented 2 months ago

How to pre-pull the triton image

Source: https://github.com/cloud-native-robotz-hackathon/infrastructure/issues/56