nephio-experimental / one-summit-22-workshop

Apache License 2.0
5 stars 34 forks source link

Install git as a pre-requisite to ensure nephio/install roles succeed #120

Closed vjayaramrh closed 1 year ago

vjayaramrh commented 1 year ago

When executing the install-prereq.yaml playbook targetted at Fedora OS, saw the below issue that is expecting git to be installed

TASK [nephio/install : Download the nephio-system packages, with url https://github.com/nephio-project/nephio-packages.git/nephio-system] **************************************************************************************************************************************
changed: [192.168.122.118]

TASK [nephio/install : Initialize nephio-system] *******************************************************************************************************************************************************************************************************************************
fatal: [192.168.122.118]: FAILED! => {"changed": true, "cmd": "kpt fn render nephio-system", "delta": "0:00:00.153057", "end": "2023-01-11 23:09:06.376124", "msg": "non-zero return code", "rc": 1, "start": "2023-01-11 23:09:06.223067", "stderr": "kpt requires that `git` is installed and on the PATH", "stderr_lines": ["kpt requires that `git` is installed and on the PATH"], "stdout": "", "stdout_lines": []}