Hello,
I am trying to deploy the xci os-odl-sfc environment in a server using the mini flavor! I have previously deployed the OPNFV xci version on this server without any issues, but now i am trying to deploy the os-odl-sfc version following this guides: https://wiki.opnfv.org/display/sfc/Deploy+OPNFV+SFC+scenarios http://docs.opnfv.org/en/latest/submodules/releng-xci/docs/xci-user-guide.html The installation fails at this point: ----------------------------------------------------------------------- Info: Configured localhost host for openstack-ansible Info: Configuring opnfv deployment host for openstack-ansible ----------------------------------------------------------------------- [WARNING]: Found both group and host with same name: opnfv PLAY [opnfv] ******************************************************************* TASK [Gathering Facts] ********************************************************* fatal: [opnfv]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Shared connection to 192.168.122.2 closed.\r\n", "module_stdout": "/bin/sh: 1: /usr/local/python: not found\r\n", "msg": "MODULE FAILURE", "rc": 0} to retry, use: --limit @/tmp/.xci-deploy-env/releng-xci/xci/playbooks/configure-opnfvhost.retry PLAY RECAP ********************************************************************* opnfv : ok=0 changed=0 unreachable=0 failed=1 Here follows the information printed at failure: Do not forget to submit the following information on your bug report: Not a git repository To compare two paths outside a working tree: usage: git diff [--no-index] <path> <path> releng-xci tree status: local modifications fatal: Not a git repository (or any of the parent directories): .git opnfv/releng-xci version: openstack/bifrost version: db9f2f556bf92558275c0422beafb5e68eff59f1 openstack/openstack-ansible version: stable/ocata xci flavor: mini Environment variables: XCI_PATH=/home/lab325/releng-xci/xci OPNFV_SCENARIO=os-odl-sfc XCI_FLAVOR=mini OPENSTACK_BIFROST_PATH=/tmp/.xci-deploy-env/bifrost XCI_ANSIBLE_VERBOSITY= OPENSTACK_OSA_OPENRC_PATH=/tmp/.xci-deploy-env/openstack-ansible-openstack_openrc OPENSTACK_OSA_VERSION=stable/ocata OPNFV_RELENG_PATH=/tmp/.xci-deploy-env/releng-xci OPNFV_RELENG_DEV_PATH=/home/lab325/releng-xci/ OPENSTACK_OSA_GIT_URL=https://git.openstack.org/openstack/openstack-ansible OPNFV_OSA_PLAYBOOK=/tmp/.xci-deploy-env/openstack-ansible/playbooks/setup-openstack.yml OPNFV_SSH_HOST_KEYS_PATH=/tmp/.xci-deploy-env/ssh_host_keys XCI_SSL_SUBJECT=/C=US/ST=California/L=San Francisco/O=IT/CN=xci.releng.opnfv.org XCI_ANSIBLE_PIP_VERSION=2.3.2.0 XCI_DEVEL_ROOT=/tmp/.xci-deploy-env OPENSTACK_OSA_OPENRC_GIT_URL=https://git.openstack.org/openstack/openstack-ansible-openstack_openrc OPNFV_RELENG_VERSION=master OPENSTACK_OSA_ETC_PATH=/etc/openstack_deploy OPNFV_HOST_IP=192.168.122.2 OPNFV_RELENG_GIT_URL=https://gerrit.opnfv.org/gerrit/releng-xci.git OPENSTACK_BIFROST_GIT_URL=https://git.openstack.org/openstack/bifrost OPENSTACK_BIFROST_VERSION=db9f2f556bf92558275c0422beafb5e68eff59f1 OPENSTACK_OSA_PATH=/tmp/.xci-deploy-env/openstack-ansible OPNFV_XCI_PATH=/tmp/.xci-deploy-env/releng-xci/xci XCI_EXTRA_VARS_PATH= XCI_FLAVOR_ANSIBLE_FILE_PATH=/tmp/.xci-deploy-env/releng-xci/xci/file/mini If I understand correctly it is not finding python in the remote machine, I have checked and the remote machine appears to have python3 but no python2.7, should I modifiy the playbooks so that they work with python3? Best regards, Enviado desde Outlook<http://aka.ms/weboutlook>
_______________________________________________ opnfv-tech-discuss mailing list [email protected] https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
