-
Notifications
You must be signed in to change notification settings - Fork 34
Description
When I issue the make aether-5gc-install
I get the following error:
ansible-playbook -i /home/cc/aether-onramp/hosts.ini /home/cc/aether-onramp/deps/5gc/router.yml --tags install
--extra-vars "ROOT_DIR=/home/cc/aether-onramp" --extra-vars "@/home/cc/aether-onramp/vars/main.yml"PLAY [provision router] **********************************************************************************************************************************************************************
TASK [Gathering Facts] ***********************************************************************************************************************************************************************
ok: [node1]TASK [router : set_fact] *********************************************************************************************************************************************************************
ok: [node1]TASK [router : set net.ipv4.conf.all.arp_filter to 1] ****************************************************************************************************************************************
ok: [node1]TASK [router : set net.ipv4.conf.all.arp_ignore to 1] ****************************************************************************************************************************************
ok: [node1]TASK [router : set net.ipv4.conf.all.arp_announce to 2] **************************************************************************************************************************************
ok: [node1]TASK [router : set net.ipv4.conf.all.rp_filter to 2] *****************************************************************************************************************************************
ok: [node1]TASK [router : copy 10-aether-access.netdev to /etc/systemd/network/10-aether-access.netdev] *************************************************************************************************
ok: [node1]TASK [router : copy 20-aether-access.network to /etc/systemd/network/20-aether-access.network] ***********************************************************************************************
ok: [node1]TASK [router : copy 10-aether-core.netdev to /etc/systemd/network/10-aether-core.netdev] *****************************************************************************************************
ok: [node1]TASK [router : copy 20-aether-core.network to /etc/systemd/network/20-aether-core.network] ***************************************************************************************************
ok: [node1]TASK [router : find eno1's netplan network directory] ****************************************************************************************************************************************
fatal: [node1]: FAILED! => {"changed": true, "cmd": "basename $(find /*/systemd/network -maxdepth 1 -not -type d -name '*eno1.network' -print)", "delta": "0:00:00.006468", "end": "2023-09-07 01:09:35.396305", "msg": "non-zero return code", "rc": 1, "start": "2023-09-07 01:09:35.389837", "stderr": "basename: missing operand\nTry 'basename --help' for more information.", "stderr_lines": ["basename: missing operand", "Try 'basename --help' for more information."], "stdout": "", "stdout_lines": []}PLAY RECAP ***********************************************************************************************************************************************************************************
node1 : ok=10 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0