Re: [opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-16 Thread Michael Polenchuk
Joe, let's go to the IRC (#opnfv-fuel) to debug it further ... On Fri, Mar 16, 2018 at 8:37 PM, Joe Kidder wrote: > Michael, > First is the nova service-list. > Second, thanks for the defect pointer - I have some further info - it > seems that this error about

Re: [opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-16 Thread Joe Kidder
Michael, First is the nova service-list. Second, thanks for the defect pointer - I have some further info - it seems that this error about flavor not being found may be harmless…see below… Third, I have some comments/questions about how to fix original problem of "No valid host was found.”

Re: [opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-16 Thread Michael Polenchuk
Please refer to the last comments of https://bugs.launchpad.net/nova/+bug/1558503 Could you please show "nova service-list" output? On Fri, Mar 16, 2018 at 7:27 PM, Joe Kidder wrote: > For at least one of the flavors, I also tried providing the flavor ID > rather than

Re: [opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-16 Thread Joe Kidder
For at least one of the flavors, I also tried providing the flavor ID rather than the flavor name. Same error. > On Mar 16, 2018, at 11:16 AM, Joe Kidder wrote: > > I did add the flavors that I used. > They exist prior to trying to use them. > > ubuntu@ctl01:~$

Re: [opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-16 Thread Joe Kidder
I did add the flavors that I used. They exist prior to trying to use them. ubuntu@ctl01:~$ openstack flavor list +--+---+--+--+---+---+---+ | ID | Name | RAM | Disk | Ephemeral | VCPUs

Re: [opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-16 Thread Michael Polenchuk
Hi Joe, MCP doesn't add any flavors by default, please do it explicitly. Also check out you have enough compute resources (e.g. cpu, memory, disk). On Thu, Mar 15, 2018 at 7:03 PM, Joe Kidder wrote: > Hi, > I am deploying OPNFV on an x86 server. > I’m using stable

[opnfv-tech-discuss] Problems with MCP virtual deploy - stable/euphrates

2018-03-15 Thread Joe Kidder
Hi, I am deploying OPNFV on an x86 server. I’m using stable Euphrates: git clone -b stable/euphrates https://github.com/opnfv/fuel I deploy like this: ci/deploy.sh -l UNH-LaaS -p virtual_auto2 -s os-nosdn-nofeature-noha |& tee deploy.log The install succeeds. However,