Hi everyone ,
I'm trying to run the vvp project , but I'm facing several pb during the setup: 1) Vagrant is stucked during "vagrant up" during ops-01 network configuration. The last log lines are: ==> ops-01: Machine booted and ready! ==> ops-01: Configuring and enabling network interfaces... I have found a temporary workaround by commenting the following line in Vagrantfile: :nic_type => "virtio", Does anyone know the reason of this behavior ? 2) With the previous modification, the vagrant setup is fine for ops-01, but ceph-01 setup get stucked during the ansible configuration : TASK [ceph.ceph-rgw : is ceph running already?] ******************************** [DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead.. This feature will be removed in version 2.4. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. when I tried to execute manually the blocking command on the ceph-01 vm, I got the following error: ceph --connect-timeout 3 --cluster ceph fsid 2017-11-30 08:50:08.398284 7ff725444700 -1 auth: unable to find a keyring on /etc/ceph/ceph.client.admin.keyring,/etc/ceph/ceph.keyring,/etc/ceph/keyring,/etc/ceph/keyring.bin: (2) No such file or directory 3) core-os1 setup fails right at the beginning: ==> coreos-01: Importing base box 'vvp-empty'... There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below. Command: ["import", "-n", "/home/mj/.vagrant.d/boxes/vvp-empty/0/virtualbox/box.ovf"] Stderr: 0%... Progress state: VBOX_E_FILE_ERROR VBoxManage: error: Appliance read failed VBoxManage: error: Start tag expected, '<' not found. VBoxManage: error: Location: '/home/mj/.vagrant.d/boxes/vvp-empty/0/virtualbox/box.ovf', line 1 (0), column 1 VBoxManage: error: Details: code VBOX_E_FILE_ERROR (0x80bb0004), component ApplianceWrap, interface IAppliance VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg*)" at line 307 of file VboxManageAppliance.cpp My environment is Ubuntu 17.04 with vagrant 2.0.1, virtualbox 5.2.2 and ansible 2.2.1.0 Am I missing anything ? . Can anyone help in this issue?. [logo Orange]<http://www.orange.com/> Mickael Jezequel _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you.
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
